Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Iain Barnett
On 21 Oct 2010, at 22:51, Laurent Sansonetti wrote: > Hi Iain, > > --static activates static compilation, an experimental feature of the MacRuby > compiler. It is very different from regular compilation. > > A binary generated by static compilation will statically link against a > special ver

Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Laurent Sansonetti
Hi Iain, --static activates static compilation, an experimental feature of the MacRuby compiler. It is very different from regular compilation. A binary generated by static compilation will statically link against a special version of MacRuby, which does not make use of the LLVM JIT compiler. S

[MacRuby-devel] quick question about macrubyc static

2010-10-20 Thread Iain Barnett
Hi, If I compile a ruby script with `macrubyc --static` is that essentially the same as compiling ruby from within an Xcode project or is there a real difference in what is produced? Regards, Iain ___ MacRuby-devel mailing list MacRuby-devel@lists.ma