Questions tagged [macrubyc]
4 questions
5
votes
1 answer
Can gems be used by ruby code compiled with macrubyc
MacRuby 0.5 includes a ruby compiler built on LLVM called macrubyc.
Does anyone know if it would be possible to dynamically load gems from compiled code? Or compile the gems and link them in? Is this planned? Or how compiled code will be able to…

sal
- 23,373
- 15
- 66
- 85
3
votes
2 answers
Error when using --static option with macrubyc
I want to create a binary executable for a relatively simple script that would not require people to install macruby or HotCocoa. The script is here. I've understood that I want to use the --static option for the compiler and I'm using the following…

Jakub Hampl
- 39,863
- 10
- 77
- 106
0
votes
1 answer
How can I use macrubyc under Mac OSX Lion?
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…

Ben-G
- 4,996
- 27
- 33
0
votes
1 answer
Does MacRuby support static compilation?
Does the latest version of MacRuby support static compilation?
Here's some terminal output from an attempt to use it... It shows up in the options for the macrubyc command.
Desktop > macrubyc play_all_podcasts.rb --static -o…

Josh Voigts
- 4,114
- 1
- 18
- 43