From: John P . Looney (valen at domain tuatha.org)
Date: Tue 29 Feb 2000 - 19:28:20 GMT
On Wed, Mar 01, 2000 at 07:20:12PM +2400, linux user mentioned:
> 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
Try and run the command:
gtk-config --cflags --libs
If it's not there, you don't have the gtk-devel package installed.
Install it, and try again. If it is there, and it's giving that error, it
could be a problem with your Makefile (if you are using one).
If you aren't using one, paste the command line that you invoked GCC as.
Kate
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:31 GMT