[Gems-users] Problem with compiling Ruby


Date: Tue, 14 Mar 2006 19:56:12 -0500
From: "Rohit Nair" <nair@xxxxxxxxxxxxxxxxxxx>
Subject: [Gems-users] Problem with compiling Ruby
Hi,

I am a new GEMS user and I have encountered a problem while compiling Ruby.
I am using the amd64-linux host with gcc version 4.0.0. I completed the
steps in the setup page from the documentation available on Wiki
successfully. On running the ruby compilation step on the QuickStart page,
this is the error that I get:

[root@machine ruby]# make -f Makefile PROTOCOL=MOSI_SMP_bcast
DESTINATION=MOSI_SMP_bcast
ls: generated/MOSI_SMP_bcast/*.C: No such file or directory
Ruby: Building protocol: MOSI_SMP_bcast
Ruby: Making slicc
cd ../slicc; make
make[1]: Entering directory `/root/Desktop/GEMS/slicc'
SLICC: Running flex and bison
make generated/generated
make[2]: Entering directory `/root/Desktop/GEMS/slicc'
make[2]: `generated/generated' is up to date.
make[2]: Leaving directory `/root/Desktop/GEMS/slicc'
SLICC: Building slicc executable
make amd64-linux/bin/slicc.exec
make[2]: Entering directory `/root/Desktop/GEMS/slicc'
make[2]: *** No rule to make target `iomanip', needed by
`amd64-linux/obj/lexer.d'.  Stop.
make[2]: Leaving directory `/root/Desktop/GEMS/slicc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/Desktop/GEMS/slicc'
make: *** [all] Error 2

Please help me in resolving this issue.

Thanks,
Rohit

[← Prev in Thread] Current Thread [Next in Thread→]