Re: Big trouble with libpq++

From: "J(dot) T(dot) Vermeulen" <jtv(at)cistron-office(dot)nl>
To: Stéphane EVEILLARD <steff33(at)ifrance(dot)com>
Cc: "J(dot) T(dot) Vermeulen" <jtv(at)cistron-office(dot)nl>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Big trouble with libpq++
Date: 2001-03-15 12:34:32
Message-ID: 20010315133432.E6118@cistron.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stéphane EVEILLARD 2001-03-15 12:37:26 Re: Big trouble with libpq++
Previous Message J. T. Vermeulen 2001-03-15 12:07:13 Re: Big trouble with libpq++