Subject: Re: Updating databases/libpqxx
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 05/25/2007 15:26:07
On Fri, May 25, 2007 at 05:39:33AM +0200, Jan Danielsson wrote:
>    This raises another question, perhaps a little offtopic for this
> list, that I have been wondering about. I have written a small tool for
> writing postgresql queries (operative word: "small"). I have a makefile,
> which is built using the assumption that wxwidgets and libpqxx is
> already available on the system.

For wxWidgets, just ask the wx-config script. For libpqxx, I'd prefer
pkg-config. Both tell you the linker and compiler flags you need.

Joerg