RE: [gtk-list] problems compiling
- From: "Rostedt, Steven" <steven rostedt lmco com>
- To: "'gtk-list redhat com'" <gtk-list redhat com>
- Subject: RE: [gtk-list] problems compiling
- Date: Mon, 07 Dec 1998 08:23:44 -0500
> 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]