[PD] "Wrong architecture" - when compiling objects

Alexandre Porres porres at gmail.com
Mon Apr 18 08:11:12 CEST 2011


more of the error as it presents itself;

../roughness.pd_darwin, 10): no suitable image found.  Did find:
../roughness.pd_darwin: mach-o, but wrong architecture

cheers

2011/4/18 Alexandre Porres <porres at gmail.com>

> 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/f7eb6957/attachment.htm>


More information about the Pd-list mailing list