Revision
4465
Author
lsansonetti@apple.com
Date
2010-08-25 13:56:08 -0700 (Wed, 25 Aug 2010)

Log Message

warn the user that static compilation is not yet finished

Modified Paths

Diff

Modified: MacRuby/trunk/bin/rubyc (4464 => 4465)


--- MacRuby/trunk/bin/rubyc	2010-08-25 20:45:49 UTC (rev 4464)
+++ MacRuby/trunk/bin/rubyc	2010-08-25 20:56:08 UTC (rev 4465)
@@ -80,6 +80,7 @@
   def run
     @uses_bs_flags = ''
     if @static
+      $stderr.puts "Warning: static compilation is currently a work in progress and provided for development only. The compilation process may simply fail or generate non-functional machine code objects. Use it at your own risk."
       # BridgeSupport compilation is only enabled during static compilation.
       @frameworks.each do |f|
         p =