ubuntu - GTK+ make error: undefined symbol: g_mutex_lock -


i trying install opencv 3.0.0 on ubuntu (9.04) computer need gtk+ first. ./configure goes fine, when try make symbol lookup error:

/gtk+-2.18.9/gtk/.libs/lt-gtk-update-icon-cache: symbol lookup error: /gtk+-2.18.9/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.0: undefined symbol: g_mutex_lock 

i can't use apt-get these because distribution eol , i'm trying avoid upgrading if can because i'm not 1 uses , don't want risk messing of theirs if can avoid it.

g_mutex_lock symbol glib.

it glib version old, or somehow missing linker line.

  • verify linking against glib
  • check glib contains symbol (e.g. nm).

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -