Re: error when running make

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Linda Fousek <lfousek(at)v2group(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: error when running make
Date: 2002-02-15 23:09:12
Message-ID: 16442.1013814552@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Linda Fousek <lfousek(at)v2group(dot)com> writes:
> 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

Difficult to tell much when you didn't show us the commands leading up
to this. But I'm guessing that configure didn't find libcrypt and so
didn't insert it into the LIBS list.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message D'laila Pereira 2002-02-16 17:24:50 Running postgresql problem??
Previous Message Tom Lane 2002-02-15 23:08:00 Re: problem with postgresql 7.2 recovery