Re: BUG #2585: Please provide pkg-config support

Поиск
Список
Период
Сортировка
От Manuel A. Fernandez Montecelo
Тема Re: BUG #2585: Please provide pkg-config support
Дата
Msg-id 200608211859.56473.manuel.montezelo@gmail.com
обсуждение исходный текст
Ответ на Re: BUG #2585: Please provide pkg-config support  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Ответы Re: BUG #2585: Please provide pkg-config support  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
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:
> mafm@users.sourceforge.net wrote:
> > The following bug has been logged online:
> >
> > Bug reference:      2585
> > Logged by:
> > Email address:      mafm@users.sourceforge.net
> > 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 <manuel.montezelo@gmail.com>

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: referential integrity violation - key referenced from
Следующее
От: "Sunil Kumar Basu"
Дата:
Сообщение: BUG #2587: Connection problem