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

From Tom Lane
Subject Re: Big trouble with libpq++
Date
Msg-id 13832.984671412@sss.pgh.pa.us
Whole thread Raw
In response to Re: Big trouble with libpq++  ("J. T. Vermeulen" <jtv@cistron-office.nl>)
List pgsql-interfaces
"J. T. Vermeulen" <jtv@cistron-office.nl> writes:
> 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++.

Yes, for a static link you should say-lpq++ -lpq
not only -lpq++.  Actually, I'd tend to do that for a dynamic link
too... can't hurt.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Karel Zak
Date:
Subject: Re: to_date problem
Next
From: "Creager, Robert S"
Date:
Subject: Problem building PL/Perl