From: James Edward Gray II Date: 2006-03-22T06:55:33+09:00 Subject: Re: Ruby on HP-UX On Mar 21, 2006, at 3:51 PM, Mauricio Fernandez wrote: > On Wed, Mar 22, 2006 at 06:33:50AM +0900, James Edward Gray II wrote: >> On Mar 21, 2006, at 2:48 PM, Tim Nordloh wrote: >> I had him try a few tests. Pure Ruby standard libraries seem to be >> just fine, but, as you can see, the C extensions are missing. > > That's what he asked for, by disabling shared libs: > >>> so, I decided to play with the ext/Setup file mentioned in the >>> README. By >>> uncommenting 'option nodynamic' I'm able to get a clean gmake, >>> and then > ============================== >>> 'gmake all', and I have a supposedly working ruby install (at >>> least irb >>> functions, and a very basic script works). > > He could either uncomment the desired extensions in ext/Setup so > they're linked > statically, or skip digest/* (and probably other extensions) to get > a clean > build, without disabling dynamic modules altogether. Any idea why digest threw a fit? James Edward Gray II