Re: pqxx::Connection("dbname=name"); - Mailing list pgsql-interfaces

From jtv
Subject Re: pqxx::Connection("dbname=name");
Date
Msg-id 20020628190938.GA52593@xs4all.nl
Whole thread Raw
In response to Re: pqxx::Connection("dbname=name");  (jtv <jtv@xs4all.nl>)
List pgsql-interfaces
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





pgsql-interfaces by date:

Previous
From: Alexaki Sofia
Date:
Subject: Compile problem in PostgreSQL v7.2.1
Next
From: Bruce Badger
Date:
Subject: Frontend - Backend protocol change?