Displaying 1 result from an estimated 1 matches for "cc8vs8in".
2009 Apr 30
1
trouble building universal binaries on libtheora-1.1alpha1 without performance loss
...-funroll-loops -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c dec/x86/mmxidct.c -fno-common -DPIC -o .libs/mmxidct.o
/var/tmp//ccuJ9bLo.s:64:Invalid mnemonic 'movq'
/var/tmp//ccuJ9bLo.s:65:Invalid mnemonic 'movq'
...
lipo: can't open input file: /var/tmp//cc8vS8iN.out (No such file or directory)
make[2]: *** [mmxidct.lo] Error 1
If I add --disable-asm as a config option, it gets me past this problem, but presumably at the cost of lost performance.
Is there a way to configure for universal binaries without using --disable-asm?
Thanks for your help.
Regar...