> I've found the
> definition of the function in gtkmain.o library. I know that I should use
> the (gtk-config -libs) and (gtk-config -cflags) options, but it does not
> work. I've checked the gtk-config file and I believe it looks O.K. Can you
> help me to solve the problem, please?

If your glib is in its right location, then this should work fine

gcc test.c -o test `gtk-config --libs --cflags`

/ Tim
[EMAIL PROTECTED]

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to