Re: [GENERAL] psql /usr/lib/libgcc dependency in pg 8.3

2008-03-27 Thread Martijn van Oosterhout
On Wed, Mar 26, 2008 at 07:58:25PM -0400, John DeSoi wrote: > I notice that when I build 8.3.1 psql on OS X (10.5.2) there is now a > library dependency on /usr/lib/libgcc_s.1.dylib. It appears to be a support library for gcc for certain routines that are architecture specific or language specif

Re: [GENERAL] psql /usr/lib/libgcc dependency in pg 8.3

2008-03-26 Thread John DeSoi
On Mar 26, 2008, at 8:17 PM, Tom Lane wrote: Whatever would make you think that readline has anything to do with that? Just an uneducated guess because long ago not adding that flag required additional library dependencies. I forgot to include that when I compiled the first time and there

Re: [GENERAL] psql /usr/lib/libgcc dependency in pg 8.3

2008-03-26 Thread Tom Lane
John DeSoi <[EMAIL PROTECTED]> writes: > I notice that when I build 8.3.1 psql on OS X (10.5.2) there is now a > library dependency on /usr/lib/libgcc_s.1.dylib even though I > specified "--without-readline" in configure. Whatever would make you think that readline has anything to do with that