On Fri, Jun 28, 2002 at 04:25:50PM +0200, jtv wrote:
>
> I'd have to know which platform you're on and which compiler(s) you're
> using to say more, but one thing you could try right away is *not*
> including libpqxx in the libraries to link with, but linking in the
> static version of the library as if it were a normal object file. This
> should be possible on most platforms; this version of the library will
> be called LIBPQXX.LIB on Windows or libpqxx.so on pretty much any other
> system.
Oops. Of course I meant libpqxx.a when I wrote libpqxx.so!
Jeroen