From: kuppas kuppa Date: 2006-04-26T08:05:51+09:00 Subject: Re: Compiling Ruby Thanks Joel, Actually I wanted to build small ruby interpreter to fit into some small OS like DSL, feather Linux, etc. Thanks, -Kuppa Joel VanderWerf wrote: > kuppas kuppa wrote: >> Hi, >> >> I would like to compile Ruby with minimum features like Base Object, >> Number, File IO, etc. (ie., I wanted to exclude the unit test, xml, ssl, >> UI, etc) >> >> Thanks, >> -Kuppa >> > > Never tried it, but maybe you could just remove the contents of lib/, > and remove all the subdirs of ext/. But none of these things go into the > ruby executable (except extensions, and even then only if you requested > it by playing with ext/Setup). -- Posted via http://www.ruby-forum.com/.