RE: [gtk-list] problems compiling





> I'm linking in:
> 
> -lglib -lgimp -lgimpui -lgmodule -lgtk -lgdk -lgck -lgpc -lm
> 
	place the -lglib at the end.  Linkers usually only use
	what is in the library that has not been referenced yet.

	So if gtk depends on gdk and gdk depends on glib, then
	you should have 
	-lgtk -lgdk -lglib

	Order DOES matter.

	Hope this helps.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]