Re: glib-config 1.2 vs 2.0



On Saturday 03 January 2004 21:12, Jeff Abrahamson wrote:
> I have both glib1.2 and glib2.0 installed (debian sarge).
> The normal makefile line (in 1.2) is something like
>     CFLAGS=`glib-config --cflags` ...
> and so forth.
>
> But for all my googling and doc reading, I don't see how to specify
> that I want glib 2.0 instead of glib 1.2 for my app.

Try:
	CFLAGS=`pkg-config --cflags glib-2.0`
Dave



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]