R-beta: base not loading
Martin Maechler
Martin Maechler <maechler@stat.math.ethz.ch>
Tue, 11 Aug 1998 16:34:30 +0200
>>>>> "PaulG" == Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
PaulG> I just remembered, another thing which complicates this is that
PaulG> older gcc's do not work with Solaris 2.6 so I had to upgrade to
PaulG> gcc 2.8.1. The result is that I am not sure if this is
PaulG> 1/ gcc 2.8.1 is not good for the current version of R
This is certainly not the case.
We have been using gcc 2.8.1 here (Solaris 2.5.x) for quite a while
with no problems.
PaulG> 2/ my gcc 2.8.1 is not correctly configured
PaulG> 3/ I need to be more careful to upgrade *all* parts of the
PaulG> toolchain
PaulG> My gut feeling is the same as Peter's (3/), but I haven't got a
PaulG> clue how to track down the problem.
PaulG> Paul
PaulG> (PS. There also seem to be some problems making the f2c with gcc
PaulG> 2.8.1. I've been using g77 so that isn't the problem.)
NOTE: Looking at RHOME/library/base/R/base (which is the R file that is
NOT correctly loaded by the internal C code),
I now bet, that it is .Alias(.) which is failing; more exactly,
line 64
------------------------------------------------------
colours <- .Alias(colors)
------------------------------------------------------
That's (the only way?) how the error message
------------------------------------------------------
Error: Object "colors" not found
------------------------------------------------------
can emerge...
[[this may help find gcc's problem, maybe...]]
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._