Re: Compilation --with-python fails on Solaris 8

Поиск
Список
Период
Сортировка
От Arcady Genkin
Тема Re: Compilation --with-python fails on Solaris 8
Дата
Msg-id 878zje1fxp.fsf@tea.thpoon.com
обсуждение исходный текст
Ответ на Re: Compilation --with-python fails on Solaris 8  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:

> Arcady Genkin writes:
>
> > Trying to compile 7.1.1 on the system:
>
> > the compilation fails while compiling the Python interface with the
> > following (very long) error message:
>
> Edit src/Makefile.global and remove -lbind from the LIBS variable.  If
> this works, please try to rebuild everything with this new configuration
> so we can be sure it doesn't break anything else.

Thanks, that did it.  I thought that the problem was with trying to
link to both bind and resolv libraries.

I confirm that with -lbind removed from LIBS (as above) postgres
compiles successfully with the following configuration:

env CFLAGS='-O2 -pipe' ./configure --prefix=/opt/pgsql \
       --with-perl --with-python --with-CXX

Thanks again,
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end

В списке pgsql-bugs по дате отправления:

Предыдущее
От: shashi ahuja
Дата:
Сообщение: Problem with sql
Следующее
От: Robert Weiler
Дата:
Сообщение: Bug in postgresql7.1 jdbc2 DatabaseMetaData class