Hey,
 
I can't compile gnome applications.  When I try I get undefined reference errors to any gnome functions I've used.  I'm using the gnome-config macro, so I wouldn't think i should be having any problems.  Here's the line I'm using:
 
g++ -Wall -o hello_world hello_world.cc `glib-config --cflags --libs` `gtk-config --cflags --libs` `gnome-config --cflags --libs`
 
See any problems?
 
Thanks
Cameron Matheson
 
ps I've also tried using autoconf and automake to build this (if that matters)

Reply via email to