Re: [Gems-users] Problem when compiling ruby


Date: Mon, 17 Jan 2011 03:35:24 +0000
From: Tianyi Wang <tiawang@xxxxxxx>
Subject: Re: [Gems-users] Problem when compiling ruby
Hi, Kirtika

Last time you told me to add two lines to Makefile.common, I did as you told me and there weren't any warning. After I did the following:

1) cd $GEMS/ruby
2) make PROTOCOL=MOSI_SMP_bcast DESTINATION=MOSI_SMP_bcast, it showed only one line:  "make: `init.h' is up to date." I really don't know whether ruby has been compiled at that time.

Right now, I have been setting up the environment for solaris 10, and made checkpoint. When load the checkpoint, about to load ruby with the command in Simics: load-module ruby, it returned
the following: "Error loading module 'ruby': Module 'ruby' not found" I searched online but there wasn't a good answer. Can you help me with this problem?

Thanks in advance,
Tianyi




________________________________________
From: gems-users-bounces@xxxxxxxxxxx [gems-users-bounces@xxxxxxxxxxx] on behalf of Kirtika Ruchandani [kirtibr@xxxxxxxxx]
Sent: Wednesday, January 05, 2011 3:41 AM
To: Gems Users
Subject: Re: [Gems-users] Problem when compiling ruby

> I had the same problem and when I did an ls, the headers were indeed
> there at the location where make was trying to find it.
> I added these two lines to the Makefile -
>
> *.h:
>     ;

Adding this to Makefile.common should suffice.
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.

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