error when running make

From: Linda Fousek <lfousek(at)v2group(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: error when running make
Date: 2002-02-15 22:32:04
Message-ID: 75A358176DADD411A8380002B31538B6169E5B@MONA
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm getting the following error when I run the make command on Windows2000:

...
pg_passwd.o(.text+0x763):pg_passwd.c:undefined reference to 'crypt'
collect2: ld returned 1 exit status
make[3]: ***[pg_passwd] Error 1
make[3]: ***leaving directory '/usr/src/postgresql-7.2/src/bin/pg_passwd'
make[2]: ***[all] Error 2
make[2]: ***leaving directory '/usr/src/postgresql-7.2/src/bin'
make[1]: ***leaving directory '/usr/src/postgresql-7.2/src'
make: ***[all] Error 2

./configure completed successfully, and the crypt lib is installed. I tried
uninstalling and reinstalling the crypt lib and still get the same error.

Anybody know what might be causing this error?

Thanks

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-02-15 23:08:00 Re: problem with postgresql 7.2 recovery
Previous Message Marco Tulio 2002-02-15 20:44:14 Re: hanging psql session while granting...