[Gems-users] Make clean for Ruby


Date: Fri, 19 Mar 2010 00:31:15 -0400
From: Edward Lee <edwl202@xxxxxxxxx>
Subject: [Gems-users] Make clean for Ruby
Hi,

I compiled Ruby with gcc 4.x before but I started having some
problems. So, I am trying to install Ruby with gcc 3.x now. Even
though I removed all the binaries I know, and also did make clean I am
still getting an error at the end of the compilation:

Using the Simics 3.0 API for ruby module
CCLD    ruby.so
make[2]: /usr/bin/g++: Command not found

CC is not set to /usr/bin/g++ any more. So, compilation uses the new
compiler up to that point but asking for the previous one at the end.

I tried to find a stronger clean in the makefile but couldn't find it.
Any ideas on this?

Thanks,

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