Linking issues with libpq

Поиск
Список
Период
Сортировка
От Rajan Bhide
Тема Linking issues with libpq
Дата
Msg-id FF851C7EEB75954F9BCFB5CA117AB1EC0BEF73@delta.nulinkinc.com
обсуждение исходный текст
Список pgsql-novice
Hi,
I am getting following error if I compile postgres7.4.1 source code using gmake and gcc.
ld.so.1: /tmp/postgres/bin/psql: fatal: libgcc_s.so.1: open failed: No such file or directory
 
I suppose this is because libpq.so is using libgcc.so, which is not available to runtime linker ld.
Can I build libpq.so where I can statically link libgcc.a instead of libgcc.so.
If yes, Can anyone suggest me the option to be given for configure script.
 
Thanks,
Rajan Bhide

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: current_query in pg_stat_activity
Следующее
От: Paul Makepeace
Дата:
Сообщение: UPDATE FROM syntax