From: ptkwt@... (Phil Tomson) Date: 2004-03-18T09:39:34+09:00 Subject: Re: Installer packages for MacOSX In article <15C968EA-786E-11D8-B9F8-000502FDD5CC@mac.com>, Mark Hubbart wrote: > >On Mar 17, 2004, at 3:24 PM, Phil Tomson wrote: > >> In article <05A13C70-7863-11D8-B9F8-000502FDD5CC@mac.com>, >> Mark Hubbart wrote: >>> Hi, all >>> >>> I just posted some binary installer packages for Ruby 1.8.1 (stable >>> snapshot) and 1.9.0 (development snapshot), for installing on MacOSX. >>> They both are configured for use with the TclTkAqua libraries, and >>> will >>> install full ri documentation. You can get them at: >>> >>> http://homepage.mac.com/discord/Ruby >>> >>> I welcome your thoughts :) >>> >> >> That sounds great. Can you choose alternate installation locations? > >Well, not really. This was really intended to be an either/or thing; It's not a big deal, I was just curious. >latest version/more stable. They install into /usr/local. I may be >mistaken, but I think that the library's path is compiled in? Moving >them doesn't work for me, anyway. No, it should be relative to where you're running the ruby binary from. I've taken a whole Ruby installation tree and moved it to a CD and then taken the CD to a different machine without Ruby installed and run Ruby from the CD - this was with a Windows installation, but I don't think it would be any different on OS X or Linux. > >Suddenly a memory is floating up... If they were statically linked, >they could be placed anywhere, correct? I don't think it makes a difference. Phil