From: Richard Lee on
Is miniruby needed to install ruby for Unix? If so, where can I find
it?

Thanks.
--
Posted via http://www.ruby-forum.com/.

From: Justin Collins on
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

From: Richard Lee on
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
--
Posted via http://www.ruby-forum.com/.

From: Justin Collins on
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

From: Richard Lee on
Justin Collins wrote:
> Richard Lee wrote:
>>> It is included in the source files and is built automatically when you
>> 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

Thanks for helping me out. The following is the error that I got from
the make command:


make: 1254-008 Target "./.rbconfig.time" is dependent on itself.

make: 1254-008 Target "miniruby" is dependent on itself.

./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I.
-rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb
/gem_prelude.rb prelude.c
/miniruby: not found

make: 1254-004 The error code from the last command is 1.


Stop.


Thanks,

Richard
--
Posted via http://www.ruby-forum.com/.