Changes between Version 2 and Version 3 of dev-lang/ruby/1.9/1
- Timestamp:
- 08/05/08 08:43:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/ruby/1.9/1
v2 v3 1 From Olivier Coursière: 1 Get a working version of Ruby (a BeOS one). 2 2 3 Download and apply the [http://redmine.ruby-lang.org/issues/show/403 patch] from the feature request. 4 * ./configure --disable-rpath prefix=/boot/common 5 * make 6 * make install 3 Download and apply the [http://redmine.ruby-lang.org/issues/show/403 patch] attached to the Ruby feature request. 7 4 5 {{{ 6 ./configure --disable-rpath prefix=/boot/common 7 make 8 make install 9 }}} 8 10 9 11 {{{--disable-rpath}}} was needed to fix a problem with a {{{-Wl}}} option. I don't have a better solution yet.
