#38891: webkit-gtk @2.0.1: configure fails to find glib2: absolute address to symbol _glib_micro_version in a different linkage unit not supported in _main -----------------------------+------------------------ Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: powerpc leopard | Port: webkit-gtk -----------------------------+------------------------ Trying to configure webkit-gtk @2.0.1 on Leopard ppc fails with this message: {{{ :info:configure checking for GLIB - version >= 2.36.0... no :info:configure *** Could not run GLIB test program, checking why... :info:configure *** The test program failed to compile or link. See the file config.log for the :info:configure *** exact error that occured. This usually means GLIB is incorrectly installed. :info:configure configure: error: You need the GLib dev tools in your path }}} Certainly the correct version of glib2 is already installed. The config.log reveals the real problem, though I don't understand it or know what to do about it: {{{ configure:17118: checking for GLIB - version >= 2.36.0 configure:17233: /Volumes/Data/macports/leopard/bin/clang-mp-3.2 -o conftest -pipe -Os -arch ppc -D_REENTRANT -I/Volumes/Data/macports/leopard/include/glib-2.0 -I/Volumes/Data/macports/leopard/lib/glib-2.0/include -I/Volumes/Data/macports/leopard/include -DGTEST_USE_OWN_TR1_TUPLE=1 -D__MAC_OS_X_VERSION_MAX_ALLOWED=1050 -L/Volumes/Data/macports/leopard/lib -arch ppc conftest.c -L/Volumes/Data/macports/leopard/lib -lgmodule-2.0 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl >&5 ld: absolute address to symbol _glib_micro_version in a different linkage unit not supported in _main from /tmp/conftest-kPCwIl.o collect2: ld returned 1 exit status clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) configure:17233: $? = 1 configure: program exited with status 1 }}} It was previously reported in comment:ticket:38006:6. -- Ticket URL: <https://trac.macports.org/ticket/38891> MacPorts <http://www.macports.org/> Ports system for OS X