Re: Autoconf code - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Autoconf code
Date
Msg-id 3EC15C78.4000202@web.de
Whole thread Raw
In response to Re: Autoconf code  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:

>
> : undefined reference to `crypt'
> collect2: ld returned 1 exit status
> make: *** [pgAdmin3] Error 1
>
> It looks like this is because some part are now being linked
> dynamically - adding /usr/lib/libcrypt.a to the LDFLAGS in the
> Makefile allowed it to compile but is obviously not the real answer.

I added -lcrypt to the Makefile.in before I added the file to cvs,
should link ok if the cvs version is used.
Replacing the 1.1 version with Adam's wasn't a good idea, because it
unfixed some fixes....
I'll fix it.

Regards,
Andreas


pgadmin-hackers by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: Re: Autoconf code
Next
From: Andreas Pflug
Date:
Subject: Re: autoconf make install