On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote:
> 
> #include <gtk\gtk.h>

#include <gtk/gtk.h> 

> 
> gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'.

gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0`
Those are backticks, not single quotes. (What's -s?)

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

Reply via email to