Re: Static library for libpq?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Lam <mlam(at)rim(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Static library for libpq?
Date: 2001-11-14 16:16:39
Message-ID: 6808.1005754599@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Michael Lam <mlam(at)rim(dot)net> writes:
> When I checked only the Win32 version gets a static as well as a dynamic
> library. (i.e. Unix boxes only get the .so's)

On what do you base that claim?

$ ls ~postgres/testversion/lib
libecpg.a libpgeasy.sl.2@ libpq++.sl* plpgsql.sl*
libecpg.sl* libpgtcl.a libpq++.sl.4@ pltcl.sl*
libecpg.sl.3@ libpgtcl.sl* libpq.a
libpgeasy.a libpgtcl.sl.2@ libpq.sl*
libpgeasy.sl* libpq++.a libpq.sl.2@

Looks like plenty of .a's to me on this HPUX box ... also, a cursory
look at Makefile.shlib shows the static library is built and installed
on all non-Windows platforms.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Lam 2001-11-14 16:25:31 Re: Static library for libpq?
Previous Message se 2001-11-14 16:07:16 FW: how to use ODBC interface