Обсуждение: Re: Autoconf code

Поиск
Список
Период
Сортировка

Re: Autoconf code

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 13 May 2003 21:59
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Autoconf code
>
>
> 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.

OK, whatever you did is working now. Did that include Adam's latest
fixes?

Regards, Dave.


Re: Autoconf code

От
Andreas Pflug
Дата:
Dave Page wrote:

>OK, whatever you did is working now. Did that include Adam's latest
>fixes?
>
>
Yes, I modified Adam's  last version.

Regards,
Andreas