Paulo Ricardo Batista Mesquita <[EMAIL PROTECTED]> writes:

> and I tried to compile this using 
> 
> gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'.

The quotes around the pkg-config bit are wrong. It has to be:

        `pkg-config --cflags --libs gtk+-2.0`

not

        'pkg-config --cflags --libs gtk+-2.0'


On unix putting things into `-quotes (backpings) means "execute this
command and put its output here".
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to