[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PKG_CHECK_MODULES on system without pkg-config installed?
From: |
Vincent Torri |
Subject: |
Re: PKG_CHECK_MODULES on system without pkg-config installed? |
Date: |
Thu, 10 Mar 2011 11:38:16 +0100 |
On Thu, Mar 10, 2011 at 11:02 AM, Jef Driesen <address@hidden>wrote:
>
> address@hidden wrote:
> > Jef Driesen writes:
> >> Isn't it easier to just check for the presence of the header file and/or
> >> the library file, avoiding pkg-config entirely?
> >
> > Well, I'd prefer not to guess when possible, and not using pkg-config
> > for a package that wants you to use it means you end up guessing at the
> > proper locations/settings. Maybe this often works, but why risk it when
> > it's not necessary?
>
> I'm aware of the advantage of using pkg-config. I even supply the *.pc
> files for my own projects. But the point is that if I want to support
> systems that don't have pkg-config installed (like Mac OS X in my case), I
> have to provide a fallback with manual detection anyway. So why not skip
> pkg-config entirely?
>
You also have to support static linking.
Vincent
- PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/05
- Message not available
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/06
- Message not available
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/06
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Miles Bader, 2011/03/06
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Miles Bader, 2011/03/10
- RE: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Miles Bader, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Miles Bader, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?,
Vincent Torri <=
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Roger Leigh, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Miles Bader, 2011/03/10
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Ralf Wildenhues, 2011/03/11
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Daniel Herring, 2011/03/11
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Ralf Corsepius, 2011/03/11
- RE: PKG_CHECK_MODULES on system without pkg-config installed?, Xochitl Lunde, 2011/03/11
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Baurzhan Ismagulov, 2011/03/11
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Steffen Dettmer, 2011/03/11
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/13
- Message not available
- Re: PKG_CHECK_MODULES on system without pkg-config installed?, Jef Driesen, 2011/03/13