Richard Lee wrote: > Justin Collins wrote: > >> Richard Lee wrote: >> >>> Is miniruby needed to install ruby for Unix? If so, where can I find >>> it? >>> >>> Thanks. >>> >>> >> It is included in the source files and is built automatically when you >> compile Ruby. >> >> -Justin >> > > Hi...thanks for the information. If miniruby is included in the source > files, how come I can not find it when I run the make command. It > failed with "./miniruby not found" error message. Can you tell me if > something is missing? Thanks. > > Richard > Perhaps you could include the entire output from running make? My guess would be that miniruby is not being built for some reason. -Justin