From: ts Date: 2001-11-06T00:59:16+09:00 Subject: [ruby-talk:24400] Re: Extension building problems >>>>> "T" == Tony Smith writes: T> First question: The extension's in two parts, a pure Ruby component (P4.rb) T> and a C++ component (P4api.so). Can I persuade mkmf to generate a makefile T> with a "make install" target that will install both components? Create a directory lib, and put P4.rb in this directory Guy Decoux