gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` Those are backticks, not single quotes. (What's -s?)
-s means strip the binary, pretty daft if you're including -g for debugging symbols.
Chris -- [EMAIL PROTECTED] (work) [EMAIL PROTECTED] (home)
_______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
