Jonathan Paisley
jp-ww****@dcs*****
Mon Nov 13 01:41:19 JST 2006
On 12 Nov 2006, at 12:26, Eloy Duran wrote: > -lxml2 /opt/local/lib/libruby.1.8.4.dylib > ld: Undefined symbols: > _environ I think that is a bug in ruby 1.8.4. Please try with 1.8.5. Note the output from 'nm' for the libruby.dylib from 1.8.4 and 1.8.5. Ruby 1.8.4 has an undefined symbol reference to 'environ'. Cheers, Jonathan $ nm /sw/ruby--1.8.4/lib/libruby.dylib | grep environ 001095d8 S _rb_origenviron 00108238 b _origenviron U _environ $ nm /sw/ruby--1.8.5/lib/libruby.dylib | grep environ 000c4590 S _rb_origenviron 000c31e4 b _origenviron