Re: Big trouble with libpq++

From: Stéphane EVEILLARD <steff33(at)ifrance(dot)com>
To: "J(dot) T(dot) Vermeulen" <jtv(at)cistron-office(dot)nl>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Big trouble with libpq++
Date: 2001-03-15 12:37:26
Message-ID: 008e01c0ad4c$c05aa6a0$1001000a@arianeii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Sorry, I mean PQexec and I am linking statically .

Stephane

----- Original Message -----
From: "J. T. Vermeulen" <jtv(at)cistron-office(dot)nl>
To: "Stéphane EVEILLARD" <steff33(at)ifrance(dot)com>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Sent: Thursday, March 15, 2001 1:07 PM
Subject: Re: [INTERFACES] Big trouble with libpq++

On Thu, 15 Mar 2001, Stéphane EVEILLARD wrote:

> Using kdevelop (which uses g++), I got the following message when linking
>
> error in pgconnection.cc PgEXEC not defined.

Do you mean PQexec? In that case it looks like libpq (the C frontend) isn't
being linked in properly. Are you linking statically or dynamically?

Jeroen

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-03-15 15:08:06 Re: to_date problem
Previous Message J. T. Vermeulen 2001-03-15 12:34:32 Re: Big trouble with libpq++