Well, I use around 10 libraries in my project, it's easier to use standardized 
methods to gather the compiler/linker options using pkg-config than calling 
different configuration scripts for each one, and using "pkg-config --exists 
$name" or "pkg-config --at-least=1.0 $name" than to check whether 
the "pg_config" script (and so with the rest) exists in your path, and 
figuring out ways to compare versions.  I was reporting it as a wish-list 
item after all :)

Greetings.

On Monday 21 August 2006 16:44, Stefan Kaltenbrunner wrote:
> [EMAIL PROTECTED] wrote:
> > The following bug has been logged online:
> >
> > Bug reference:      2585
> > Logged by:
> > Email address:      [EMAIL PROTECTED]
> > PostgreSQL version: 8.1.4
> > Operating system:   GNU/Linux
> > Description:        Please provide pkg-config support
> > Details:
> >
> > I haven't found a suitable place to put this wish-list item, and since
> > most projects manage these along with bug in trackers, here we go...
> >
> > I'd like you to provide a pkg-config file, so people can use pkg-config
> > to gather the neccesary compiler flags to build and link against libpq
> > libraries.
>
> whats wrong with using pg_config ?
>
>
> Stefan

-- 
Manuel A. Fernandez Montecelo <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to