-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 3/26/11 6:23 AM, Matthew Wallis wrote: > Here is the log farther up to where there is a sign of a problem: >
> gcc -dynamiclib -o ../.libs/libgutils.1.0.3.dylib .libs/divisors.o > .libs/fsys.o .libs/gcol.o .libs/gimage.o .libs/gimagereadbmp.o > .libs/gimageread.o .libs/gimagereadgif.o .libs/gimagereadjpeg.o > .libs/gimagereadpng.o .libs/gimagereadras.o .libs/gimagereadrgb.o > .libs/gimagereadtiff.o .libs/gimagereadxbm.o .libs/gimagereadxpm.o > .libs/gimagewritebmp.o .libs/gimagewritegimage.o .libs/gimagewritejpeg.o > .libs/gimagewritepng.o .libs/gimagewritexbm.o .libs/gimagewritexpm.o > .libs/gwwintl.o .libs/dynamic.o .libs/gio.o .libs/giofile.o .libs/giohosts.o > .libs/giomime.o .libs/giothread.o .libs/giotrans.o /sw/lib/libgif.dylib > /sw/lib/libtiff.dylib /sw/lib/libjpeg.dylib > /sw/lib/freetype219/lib/libfreetype.dylib /sw/lib/libxml2.dylib > /sw/lib/libintl.dylib /sw/lib/libspiro.dylib /sw/lib/libuninameslist.dylib > -L/sw/lib/fontconfig2/lib -L/sw/lib/xft2/lib -L/sw/lib/python2.7/config > -L/sw/lib -L/usr/X11R6/lib ../.libs/libgunicode.dylib > /sw/lib/python2.7/config/libpython2.7.dylib /sw/lib/libico nv.dylib -lpython2.7 -lpthread -Wl,-dead_strip_dylibs -Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices -Wl,/System/Library/Frameworks/Carbon.framework/Carbon -install_name /sw/lib/fontforge/libgutils.1.dylib -compatibility_version 2 -current_version 2.3 -Wl,-single_module > At the same point I have: gcc -dynamiclib -o ../.libs/libgutils.1.0.3.dylib .libs/divisors.o .libs/fsys.o .libs/gcol.o .libs/gimage.o .libs/gimagereadbmp.o .libs/gimageread.o .libs/gimagereadgif.o .libs/gimagereadjpeg.o .libs/gimagereadpng.o .libs/gimagereadras.o .libs/gimagereadrgb.o .libs/gimagereadtiff.o .libs/gimagereadxbm.o .libs/gimagereadxpm.o .libs/gimagewritebmp.o .libs/gimagewritegimage.o .libs/gimagewritejpeg.o .libs/gimagewritepng.o .libs/gimagewritexbm.o .libs/gimagewritexpm.o .libs/gwwintl.o .libs/dynamic.o .libs/gio.o .libs/giofile.o .libs/giohosts.o .libs/giomime.o .libs/giothread.o .libs/giotrans.o /sw/lib/libgif.dylib */sw/lib/libpng14.dylib* -lz /sw/lib/libtiff.dylib /sw/lib/libjpeg.dylib /sw/lib/freetype219/lib/libfreetype.dylib /sw/lib/libxml2.dylib /sw/lib/libintl.dylib /sw/lib/libspiro.dylib /sw/lib/libuninameslist.dylib -L/sw/lib/fontconfig2/lib - -L/sw/lib/xft2/lib -L/sw/lib/python2.7/config -L/sw/lib -L/usr/X11R6/lib ../.libs/libgunicode.dylib /sw/lib/python2.7/config/libpython2.7.dylib /sw/lib/libiconv.dylib -lpython2.7 -lpthread -Wl,-dead_strip_dylibs - -Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices - -Wl,/System/Library/Frameworks/Carbon.framework/Carbon -install_name /sw/lib/fontforge/libgutils.1.dylib -compatibility_version 2 - -current_version 2.3 -Wl,-single_module You appear to be missing the /sw/lib/libpng14.dylib, and that's presumably causing the missing symbols. We'll need to dig a litle deeper here. Do you have any other libpngs around, in particular in /usr/local/lib? If you do, then rename /usr/local or any other directories (like that for Macports) while you build with Fink. If you don't, please go back to the beginning of the output (if it's not available, then repeat your build with "fink -l build fontforge", which will capture a log in the /tmp directory) and show the output at the point where it checks for png-related stuff. At that point, I have: ... checking for deflateEnd in -lz... yes checking for png_create_read_struct in -lpng16... no checking for png_create_read_struct in -lpng15... no checking for png_create_read_struct in -lpng14... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for jpeg_CreateDecompress in -ljpeg... yes ... Also, check in /sw/src/fink.build/fontforge-20110222-1/fontforge-20110222/config.log at the point where it looks for various libpng versions. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2N5lwACgkQB8UpO3rKjQ/O5QCfXF89WYec1SJ9UJQbh8oE/f5P jWUAn30HgJy9DF3K0aajR3E8Zhv1KwyC =kqqI -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
