Re: error when running make - Mailing list pgsql-admin

From Tom Lane
Subject Re: error when running make
Date
Msg-id 16442.1013814552@sss.pgh.pa.us
Whole thread Raw
In response to error when running make  (Linda Fousek <lfousek@v2group.com>)
List pgsql-admin
Linda Fousek <lfousek@v2group.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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem with postgresql 7.2 recovery
Next
From: Pam Wampler
Date:
Subject: Re: How to include plpgsql in table pg_language