[10057] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: Compiling Problems II
daemon@ATHENA.MIT.EDU (Allan Rae)
Thu Nov 12 22:08:48 1998
Date: Fri, 13 Nov 1998 13:07:41 +1000 (GMT+1000)
From: Allan Rae <allan.rae@mailbox.uq.edu.au>
To: Yasholomew Yashinski <yashy@yashy.ottawa.on.ca>
cc: GTK Mailing List <gtk-list@redhat.com>
In-Reply-To: <Pine.LNX.4.05.9811121721360.4122-100000@crypt.yashy.ottawa.on.ca>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
On Thu, 12 Nov 1998, Yasholomew Yashinski wrote:
> My lastest error:
[...]
> -L/usr/X11R6/lib -lXext -lX11 -Wl,--rpath -Wl,/usr/local/lib
> ../../glib-1.1.4/.libs/libglib.so -lm
> .libs/libgtk.so: undefined reference to `g_module_supported'
> .libs/libgtk.so: undefined reference to `g_module_error'
> .libs/libgtk.so: undefined reference to `g_module_make_resident'
> .libs/libgtk.so: undefined reference to `g_module_close'
> .libs/libgtk.so: undefined reference to `g_module_name'
> .libs/libgtk.so: undefined reference to `g_module_symbol'
> .libs/libgtk.so: undefined reference to `g_module_open'
As I mentioned in your report you'll need to add the gmodule.la
from glib-1.1.4 to the list of libraries. Its been split out from
glib and you should find it somewhere like:
glib-1.1.4/gmodule/gmodule.la
I haven't got the sources handy to find the correct directory so you'll
have to check that. You'll then need to grep the Makefile/s and add an
entry next to the glib.la entry/entries.
Allan. (ARRae)
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null