"Cary Fu" <[EMAIL PROTECTED]> writes:

>      I try to compile GTK application, but it always fails with error message 
>"glibconfig.h: No such file or directory". Anyone know
> how and where I can get this head file. Thanks for any help.

gtk-config --cflags will give you the correct include path so your compiler
finds glibconfig.h in $prefix/lib/glib/include.

Use gtk-config to create the correct CFLAGS and LDFLAGS to compile and
link GTK applications. gtk-config has a manpage that explains its use in 
more details.


Salut, Sven


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to