[PD] "Wrong architecture" - when compiling objects

Alexandre Porres porres at gmail.com
Mon Apr 18 08:05:36 CEST 2011


Hey folks, I really suck at compiling objects, and I'm getting this problem
that when I try to load the object I compiled in my mac os 10.6.7 I get
this "Wrong architecture" problem.

Is it a pretty straightforward situation or do I need to give out more info?

here's what's in the build file



NAME=roughness
cc -DPD -O0 -g -fnested-functions -Wall -Wno-unused-parameter
-Wno-parentheses -Wno-switch  -I ./  -o $NAME.o -c $NAME.c &&
cc -bundle -undefined suppress  -flat_namespace -o $NAME.pd_darwin $NAME.o


thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110418/a36aff18/attachment.htm>


More information about the Pd-list mailing list