Linking issues with libpq - Mailing list pgsql-novice

From Rajan Bhide
Subject Linking issues with libpq
Date
Msg-id FF851C7EEB75954F9BCFB5CA117AB1EC0BEF73@delta.nulinkinc.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: current_query in pg_stat_activity
Next
From: Paul Makepeace
Date:
Subject: UPDATE FROM syntax