[ redirecting to pgsql-hackers since this is not a bug ]
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> Manuel A. Fernandez Montecelo wrote:
>> 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 c
Manuel A. Fernandez Montecelo wrote:
>
> 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 "pk
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 wheth
[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 ha
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-