ruby and rubycocoa
i'm upgrading ruby from 1.8.6_0 to 1.8.6-p111_1 because i want to install the latest rubycocoa (0.13.2) i wonder if the ruby config is done with the --enabled-shared option no prob installing rubycocoa without using macports ? i mention that because, with the previous release of rubycocoa, installed from a dmg, i get the following warnings : 2007-11-29 12:19:29.755 ruby[1129] WARNING: multiple libruby.dylib found: '/opt/local/lib/libruby.dylib' and '/usr/lib/libruby.1.dylib' 2007-11-29 12:19:29.756 ruby[1129] RBCocoaInstallRubyThreadSchedulerHooks: warning: rb_set_cocoa_thread_hooks is linked from a different library (/usr/lib/libruby.1.dylib) than ruby_init (/opt/local/lib/libruby.dylib) and i do have prob with threads within rubycocoa apps ... best, -- yvon
On 11 mars 08, at 15:45, Yvon Thoraval wrote:
because i want to install the latest rubycocoa (0.13.2) i wonder if the ruby config is done with the --enabled-shared option
% port cat ruby .... .... configure.args --enable-shared \ --mandir="${prefix}/share/man" \ --enable-pthread \ --without-tk .... .... -- Luc Heinrich - luc@honk-honk.com
participants (2)
-
Luc Heinrich
-
Yvon Thoraval