Re: [BUGS] BUG #2585: Please provide pkg-config support

2006-08-22 Thread Tom Lane
[ 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

Re: [BUGS] BUG #2585: Please provide pkg-config support

2006-08-22 Thread Alvaro Herrera
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

Re: [BUGS] BUG #2585: Please provide pkg-config support

2006-08-22 Thread Manuel A. Fernandez Montecelo
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

Re: [BUGS] BUG #2585: Please provide pkg-config support

2006-08-21 Thread Stefan Kaltenbrunner
[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

[BUGS] BUG #2585: Please provide pkg-config support

2006-08-21 Thread
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-