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