I have pasted the code for the hello world example from the GNOME web site but it does not compile and I'm not sure what the line is that I need to do this
This is what I have.
gcc -Wall -g temp.c -o temp
This is the errors I get
Temp.c:1 config.h: no file or directory
In file include from temp.c:2
/usr/include/gnome.h:4 gnomesupport.h: No such file or directory
In file included from /usr/include/gdk/gdktypes.h:33
from /usr/include/gdk/gdk.h:31
from /usr/include/gtk/gtkt.h:31
from /usr/include/gnome.h:8
from temp.c:2
/user/include/glib.h:66: glibconfig.h: No such file or directory