Re: Autoconf code

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Autoconf code
Дата
Msg-id 3EC15C78.4000202@web.de
обсуждение исходный текст
Ответ на Re: Autoconf code  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Adam H. Pendleton"
Дата:
Сообщение: Re: Autoconf code
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: autoconf make install