psql /usr/lib/libgcc dependency in pg 8.3

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Postgresql General List <pgsql-general(at)postgresql(dot)org>
Subject: psql /usr/lib/libgcc dependency in pg 8.3
Date: 2008-03-26 23:58:25
Message-ID: 6BDD462B-A2F2-4C9C-99F0-D7273B955259@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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. I don't see this
dependency with psql 8.2. Is there a way to remove this library
requirement in the build? I want to build a binary that will run on
10.3 and I don't think it has /usr/lib/libgcc.

Thanks,

John DeSoi, Ph.D.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pettis, Barry 2008-03-27 00:01:51 Using tables in other PostGreSQL database
Previous Message Greg Smith 2008-03-26 23:14:58 Re: Survey: renaming/removing script binaries (createdb, createuser...)