[MacRuby-devel] [macruby] #71: setting --prefix in ./configure does not set location of install

macruby ruby-noreply at macosforge.org
Fri Jul 4 21:04:31 PDT 2008


#71: setting --prefix in ./configure does not set location of install
----------------------------------------+-----------------------------------
 Reporter:  stephen.bannasch at gmail.com  |        Owner:  lsansonetti at apple.com
     Type:  defect                      |       Status:  closed               
 Priority:  major                       |    Milestone:  MacRuby 0.3          
Component:  MacRuby                     |   Resolution:  fixed                
 Keywords:                              |  
----------------------------------------+-----------------------------------
Changes (by lsansonetti at apple.com):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 In trunk, it is possible to specify a destination directory in which all
 the MacRuby bits will be installed in.

 {{{
 $ rake
 $ DESTDIR=/tmp/MacRuby rake install
 }}}

 However it is then necessary to force the dynamic linker to load
 libmacruby.dylib from the destination directory.

 {{{
 DYLD_LIBRARY_PATH=/tmp/MacRuby/Library/Frameworks/MacRuby.framework/Versions/Current/usr/lib
 /tmp/MacRuby/usr/local/bin/macruby -v
 MacRuby version 0.3 (ruby 1.9.0 2008-06-03) [universal-darwin9.0]
 }}}

-- 
Ticket URL: <https://www.macruby.org/trac/ticket/71#comment:2>
macruby <http://macruby.org/>


More information about the MacRuby-devel mailing list