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