On Apr 30, 2013, at 2:53 PM, Sean Conner <s...@conman.org> wrote: >> Unless you consider OS X a Unix. > > I do, but Luarocks still uses gcc:
Yeah, that's why my config.lua looks like this: luarocks-2.0.13 e$ cat /Users/e/.luarocks/config.lua variables = { -- CC = "export MACOSX_DEPLOYMENT_TARGET=10.6; gcc -arch i686 -arch x86_64", -- LD = "export MACOSX_DEPLOYMENT_TARGET=10.6; gcc -arch i686 -arch x86_64" CC = "export MACOSX_DEPLOYMENT_TARGET=10.6; cc -arch i686 -arch x86_64", LD = "export MACOSX_DEPLOYMENT_TARGET=10.6; cc -arch i686 -arch x86_64" } luarocks-2.0.13 e$ e ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers