Hey folks, I really suck at compiling objects, and I&#39;m getting this problem that when I try to load the object I compiled in my mac os 10.6.7 I get this &quot;Wrong architecture&quot; problem.<div><br></div><div>Is it a pretty straightforward situation or do I need to give out more info?</div>
<div><br></div><div>here&#39;s what&#39;s in the build file</div><div><br></div><div><br></div><div><br></div><div><div><div>NAME=roughness</div><div>cc -DPD -O0 -g -fnested-functions -Wall -Wno-unused-parameter -Wno-parentheses -Wno-switch  -I ./  -o $NAME.o -c $NAME.c &amp;&amp;</div>
<div>cc -bundle -undefined suppress  -flat_namespace -o $NAME.pd_darwin $NAME.o</div></div></div><div><br></div><div><br></div><div>thanks</div><div><br></div>