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
Post a Comment