Hello there,

What is the different between these 2 methods:

1. gcc -o myprog `gtk-config --cflags --libs` (GTK FAQ)

2. cc `pkg-config --cflags --libs gtk+-2.0` myprog.c -o mypgrog  (GTK+
Reference Manual)

Thank you :)

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

Reply via email to