[PD] GEM in 10.7

IOhannes zmölnig zmoelnig at iem.at
Fri Dec 16 09:27:59 CET 2011


On 12/16/2011 12:17 AM, Hans-Christoph Steiner wrote:
> 
> Yes, on 10.6 and 10.7 it'll compile 64-bit by default.  You can try this:
> 
> ./configure CFLAGS="-arch i386" LDFLAGS="-arch i386"
> 

this will override all default CFLAGS and LDFLAGS, and the former might
be ignored by Gem's build process since it uses c++ and thus CXXFLAGS
will apply.

the Gem way to do this is to specify the fat architectures via configure
_flags_:
$ ./configure --enable-fat-binary=i386
will in the end create a "fat" binary that holds (only) i386 binaries.

fgmasr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20111216/f1d8bf49/attachment.pgp>


More information about the Pd-list mailing list