Re: [gtk-list] Compiling Problems II




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)



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