linux user wrote: > > I started the gtk tutorial on > http://www.gtk.org/tutorial/gtk_tut-2.html > > when i compiled the helloworld.c prog i got > > gcc: gtk-config --cflags --libs: no such file or directory > gcc -Wall -g foo.c `gtk-config --cflags` `gtk-config --libs` is what I use - possibly gtk-config is not in your path? regards, Colin Fowler