undefined symbol: gdk_imlib_get_cache_info



All-

I'm getting the following error:

   error in loading shared libraries:
/usr/local/lib/libgnomeui.so.32:undefined symbol:
gdk_imlib_get_cache_info

at runtime whenever I try to run a gnome app.  Sure enough, its *not*
in libgnomeui.so.32:

$nm /usr/local/lib/libgnomeui.so.32 | grep gdk_imlib_get_cache_info
         U gdk_imlib_get_cache_info
$


but it *is* in libgdk_imlib:

$nm /usr/local/lib/libgdk_imlib.so | grep gdk_imlib_get_cache_info
000043d0 T gdk_imlib_get_cache_info
$

The -lgnomeui -lgdk_imlib flags are both passed to gcc when the apps
are compiled.  Ideas?

System Configuration:
  Linux 2.1.12
  glibc 2.1.2
  gnome-libs 1.52
  gdk 1.2.5
  imlib 1.9.7


Thanks.

-mike



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