I&#39;ve been trying to get my externals to compile in to use with Pd-extended... in OS X Snow Leopard. So far it hasn&#39;t been easy because Pd-extended is i386 and my externals are compiling as x86_64.  <br><br>All I can find on this is to force the build to i386 with the gcc flag &#39;-arch i386&#39;, but the linker won&#39;t allow it:<br>
<br>ld: warning: in incr.o, file is not of required architecture<br><br>and then, I again have the 64 bit version:<br>$ file incr.pd_darwin <br>incr.pd_darwin: Mach-O 64-bit bundle x86_64<br><br>Anyone know how to get these guys to work with Pd-extended? <br>
<br>Rich <br>