bash: gtk-config: command not found
This is the error. You compiler command will not work. []
The compilation command was: gcc base.c -o base `gtk-config --cflags --libs`
Two possibilities: Either you have /sw/bin/gtk-config or you don't.
If you do, then your PATH is wrong. If you don't, you need to [re]install gtk+.
-- Martin
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
