Re: libpq++ and kdevelop

From: Alberto Cabello Sanchez <alberto(at)unex(dot)es>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq++ and kdevelop
Date: 2003-11-07 07:36:21
Message-ID: 20031107073621.GB31645@guadiana.unex.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, Nov 07, 2003 at 05:04:44PM +1100, Julie Russell wrote:
>
> I am new to libpq++ and am trying to install the library in KDevelop. I put
> the cxxflags as -I/usr/include/pgsql and the additional libraries
> as -l/usr/lib -lpq++, however I am getting compiler errors. Am I missing
> something? Are my flags correct? Any help would be great!
>

I think you should be putting additional libraries as -L/usr/lib/pgsql (or
where you .so is) -lpq++.

Hope this helps. If not, you can let us know what exactly the errors look
like.

--
Alberto Cabello Sánchez

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Julie Russell 2003-11-09 22:57:24 Re: libpq++ and kdevelop
Previous Message Julie Russell 2003-11-07 06:04:44 libpq++ and kdevelop