On Thu, Mar 13, 2008 at 12:34:31AM +0900, Michal Suchanek wrote: > I suspect this is pretty much noop as most of the code is in libruby > anyway and it usually has to be compiled with -fPIC to link at all. Perhaps it depends on the platform, but on x86 linux, libruby is a static library by default unless --enable-shared is used. Paul