23 May
2010
23 May
'10
2:21 p.m.
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