[MacRuby-devel] failing to build mysql gem

Joel Reymont joelr1 at gmail.com
Sun May 23 07:21:49 PDT 2010


Narrowing this down further, the issue seems to be with CFLAGS generated by mkmf, e.g. 

macirb
require 'mkmf'
create_makefile 'test'

This puts both '-arch i386' and '-arch x86_64' into CFLAGS. 

Any suggestions on how to control the architectures that mkmf puts in CFLAGS?

ARCHFLAGS="-arch x86_64" macirb <- doesn't do it, for example.

	Thanks, Joel

---
http://twitter.com/wagerlabs



More information about the MacRuby-devel mailing list