On Fri, 14 Apr 2000, Yukihiro Matsumoto wrote: > Ruby 1.4.4 is out, check out: [...] > matz. Thank you. In the README it says: 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 want to compile non static extension modules (probably on architectures which does not allow dynamic loading), remove comment mark from the line "#option nodynamic" in ext/Setup. Or is it only "not at all" if I uncomment that? Hugh hgs / dmu.ac.uk