Hi all,
has any one already solved the errors the plain LibraryTemplate emits on macosx 10.6.8 w/xcode4?
the first one I had:
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin10-llvm-gcc-4.2': execvp: No such file or directory
was solved by adding a CC=gcc inside the osx if block in the makefile
the other, only seems to happens when compiling for multiple arch (ppc,i386,x86_64):
lipo: can't figure out the architecture type of: /var/folders/mC/mCxAOxLoFCuWvYmrR7CGNE+++TI/-Tmp-//cckjQBZR.out
as soon as I compile for only one arch the error disapear.
also, when linking against the pd lib (inside the pd.app) it complains only one arch is present (i386 at the moment). anyone has a Mach-O pd with multi arch recipe?
regards,
L-P