I am looking for a way to provide easy, preferably portable installation of a ruby only module/library (no C code involved), to a location where other program can "require" it. E.g. something equivalent of perl's "perl Makefile.PL; make; make install". I can't figure out if 'mkmf' provides this feature, or if it only is for shared modules built from C code. What to do? -- Lars Christensen, larsch / cs.auc.dk