Re: [Gems-users] Problem with compiling Ruby


Date: Tue, 14 Mar 2006 17:31:36 -0800
From: Gene Kishinevsky <genek@xxxxxxxxxxxx>
Subject: Re: [Gems-users] Problem with compiling Ruby
Hi Rohit,

I am not sure if this is the problem, but I remember some other posts about problems with the wrong compiler version. I compiled ruby on an amd64-linux machine with gcc 3.4.4 and it worked fine. If possible you could try an older version of gcc. Other people might have better suggestions.
Good luck.

-Gene

Rohit Nair wrote:
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

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
[← Prev in Thread] Current Thread [Next in Thread→]