Hi,

Nicolas web <[EMAIL PROTECTED]> writes:

> gcc -Wall -g x.c -o x 'gtk-config --libs' 'gtk-config
> --cflags' 

which won't work since you need to use backticks (`) instead
of apostrophes ('). Apart from that the output of
`gtk-config --cflags` `gtk-config --libs` is equivalent to
`gtk-config --cflags --libs`.


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

Reply via email to