Re: Bug PgSQL Symbol umoddi hpux (fwd)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug PgSQL Symbol umoddi hpux (fwd)
Дата
Msg-id 13825.1045154377@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug PgSQL Symbol umoddi hpux (fwd)  (Heiko Lehmann <hlehmann@fh-lausitz.de>)
Ответы Re: Bug PgSQL Symbol umoddi hpux (fwd)  (Heiko Lehmann <hlehmann@fh-lausitz.de>)
Список pgsql-ports
Heiko Lehmann <hlehmann@fh-lausitz.de> writes:
> - pgsql-7.3.2:
>  libgcc_libpath=`gcc --print-libgcc-file-name|sed 's%/*[^/][^/]*$%%'`
>  LDFLAGS="-L$libgcc_libpath" LIBS="-lgcc" \
>  ./configure $OPTIONS | tee -a configure.out

> 3. - Unfortunately the problem of __umoddi3 cannot be  repaired with 2.

[ looks at code ... ]  Ah.  You would also need to add -lgcc to this
step in src/interfaces/libpq/Makefile

# Add libraries that libpq depends (or might depend) on into the
# shared library link.  (The order in which you list them here doesn't
# matter.)
SHLIB_LINK += $(filter -lcrypt -ldes -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl,
$(LIBS))

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug PgSQL Symbol umoddi hpux (fwd)
Следующее
От: Heiko Lehmann
Дата:
Сообщение: Re: Bug PgSQL Symbol umoddi hpux (fwd)