[ILUG] gtk question

Fowler fowler at indigo.ie
Tue Feb 29 22:48:21 GMT 2000


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




More information about the ILUG mailing list