Alexander Hansen wrote: [] > c++ -prebind -dynamiclib -single_module -compatibility_version 4.4 - > current_version 4.4.1 -install_name /sw/lib/qt4-x11/lib/libQtCore. > 4.dylib -o libQtCore.4.4.1.dylib .obj/release-shared/qfuture.o .obj/ [] > moc_qtextcodecplugin.o -L/sw/lib/freetype219/lib -L/sw/lib/ > fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/src/fink.build/qt4- > x11-4.4.1-1/qt-copy/lib -lz -lm -L/sw/lib -lgthread-2.0 -lglib-2.0 - > lintl > Undefined symbols: > "_libiconv", referenced from:
It is clear that there is a "-liconv" missing on the linker line. I traced this back to /sw/lib/pkgconfig/glib-2.0.pc from glib2-dev, which in version 2.18.1-102 no longer contains -liconv, whereas version 2.14.6-103 from a few weeks ago still contained -liconv. This looks like a bug in glib2-dev, because /sw/lib/libglib-2.0.0.dylib is linked with libiconv, so `pkg-config --libs glib-2.0` should provide -liconv, but it doesn't. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
