On 4/13/2012 7:52 PM, Richard Miles wrote: > This package fails: > /usr/bin/clang++ -o nsRDFResource.o -c ... > rm -f libxul.dylib > /sw/bin/python2.7 > /sw/src/fink.build/firefox8-8.0.1-2/mozilla-release/config/pythonpath.py ... > clang: warning: argument unused during compilation: '-pthread' > ld: warning: could not create compact unwind for _ffi_call_unix64: does not > use RBP or RSP based frame > Undefined symbols for architecture x86_64: > "_oc_state_loop_filter_frag_rows_mmxext", referenced from: > _th_decode_packetin in decode.o > "_oc_restore_fpu_mmx", referenced from: > _th_decode_packetin in decode.o
This looks like the build process is still using clang, which it shouldn't with Xcode 4.1. Could your firefox8.info still have changes from when you were testing with Xcode 4.3? If so, please revert to the original firefox8.info. If you have already done so and the build still fails, please post the output of 'ls -l /usr/bin/*cc*' On a pure Xcode4.1 system, cc and gcc point to llvm-gcc-4.2, and gcc-4.2 is a separate exe, not symlinked to or at anything. Hanspeter ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ 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
