Jeff Abrahamson <[EMAIL PROTECTED]> writes:

> 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.

Sure do.  glib-2.0 and up use pkg-config instead of glib-config.  So
if you want to link against glib-2.0, just use
pkgconfig --cflags --libs glib-2.0 instead of glib-config.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to