0

I'm wondering if anyone of you has used macrubyc on Lion.

My problem is, that macrubyc depends on gcc-compiler. Lion is shipped without gcc. Is it possible to use macrubyc with the shipped llvm-compiler?

Are there other alternatives to create a binary from my ruby-script. As it seems, macruby does not support the compilation of all required gems, is that correct?

Ben-G
  • 4,996
  • 27
  • 33

1 Answers1

0

Don't know what exactly is the problem. I'm using the Mac Ruby Installer which works fine for me on Mountain Lion.

I you need gcc for Lion+ you may use the installer Kenneth Reitz's custom gcc installer.

iltempo
  • 15,718
  • 8
  • 61
  • 72
  • Thanks for the hint. I'd actually like to avoid the gcc installation. But it will do, if there is no other solution. – Ben-G Jul 30 '12 at 06:41