Re: Big trouble with libpq++ - Mailing list pgsql-interfaces

From J. T. Vermeulen
Subject Re: Big trouble with libpq++
Date
Msg-id 20010315133432.E6118@cistron.nl
Whole thread Raw
In response to Re: Big trouble with libpq++  (Stéphane EVEILLARD <steff33@ifrance.com>)
Responses Re: Big trouble with libpq++  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
On Thu, 15 Mar 2001, Stéphane EVEILLARD wrote:

> Sorry, I mean PQexec and I am linking statically .

Okay, that makes things a little easier.  It appears that the Makefile doesn't
do much to account for static linking; the only dependency on libpq that is
specified is through SHLIB_LINK which AFAIK is meant for dynamic libs only.

You should be able to solve this either by linking dynamically, or if you
want to stick with the static version, to link with libpq as well as libpq++.


HTH!


Jeroen



pgsql-interfaces by date:

Previous
From: Stéphane EVEILLARD
Date:
Subject: Re: Big trouble with libpq++
Next
From: Tom Lane
Date:
Subject: Re: to_date problem