Re: Shared libraries



spam> This is a really stupid shared libraries problem, but I don't know
spam> anything about binutils.
spam> 
spam> [root@wish libgnomeui]# gtkicq
spam> gtkicq: error in loading shared libraries
spam> /opt/gnome/lib/libgnomeui.so.0: undefined symbol: g_strfreev
spam> 
spam> So g_strfreev is in libglib.so, which of course exists, but how do I
spam> "point" libgnomeui to libglib?

You simply lack the libglib link for gtkicq.
You can make sure that with typing
 % ldd `which gtkicq`

Also, the solution is to add -lglib to the build option of gtkicq.

--------------
Yukihiro Nakai



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