-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/15/11 10:56 AM, Sam Seaver wrote: > I'm compiling gcc44 on snow leopard, and it threw an error: > > ( cd /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/`gcc > -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib > ./libiberty.an ) libtool: install: chmod 644 > /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a > > > ranlib: file: ./libiberty.an is not an archive > libtool: install: ranlib -c > /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a > > > make[2]: *** [install_to_libdir] Error 1 > make[1]: *** [install-libiberty] Error 2 > > libiberty.an doesn't exist though libiberty.a does, I take it that > this is simply a typo in the Makefile used. > > Thanks Sam > > I don't reproduce this. At the same point (I think) in the build I get
... make[3]: Nothing to be done for `all'. /bin/sh ../../gcc-4.4.6/libiberty/../mkinstalldirs /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc -g - -O2 -print-multi-os-directory` mkdir -p -- /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/x86_64 /sw64/bin/ginstall -c -m 644 ./libiberty.a /sw64/src/fink.build/root- gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc -g -O2 - -print-multi-os-directory`/./libiberty.an ( cd /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc - -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) mv -f /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc -g - -O2 -print-multi-os-directory`/./libiberty.an /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc -g - -O2 -print-multi-os-directory`/./libiberty.a ... libiberty.an is indeed the correct filename. What xcode version are you using? (e.g. via "xcodebuild --version") - -- 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/ iEYEARECAAYFAk4giS8ACgkQB8UpO3rKjQ/cdQCfSOgZhVI3aXOi8+dM5V4izRJ9 cjoAniR7kFyrGhY+d2iHKZMCqLsjp20Z =tDYS -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
