On Sat, 15 Apr 2000, Yukihiro Matsumoto wrote: > Hi, > > In message "[ruby-talk:02475] Re: Ruby 1.4.4" > on 00/04/14, Hugh Sasse Staff Elec Eng <hgs / dmu.ac.uk> writes: > > | 3. Remove comment mark(#) before the module names from ext/Setup (or > | add module names if not present), if you want to link modules > | statically. > | > |If I don't do that, do I get them dynamically, or not at all? > > If you don't uncomment them, you don't get them statically linked. > Ruby tries to compile them dynamically anyway, unless the "option > nodynamic" line is uncommented. > > Did I make it clear? Yes, I think so. Thank you. > > matz. Hugh hgs / dmu.ac.uk