Skip to content
Prev 3625 / 10988 Next

[Rcpp-devel] (OS X / 64 bit woes?) R CMD check failing on skeletonc Rcpp module

.
.
.
I don't know if this is relevant, but locally we had occasion to install the
g++ compiler for MacOS from fink:

??? http://www.finkproject.org/

This was because there was some complication (don't recall details) in getting
the new Xcode installed on the Mac in question.

The version of g++ from fink installs as "g++-4" (to keep it orthogonal to the
one from Xcode):

? $ g++-4 --version
? g++-4 (GCC) 4.6.2
? Copyright (C) 2011 Free Software Foundation, Inc.
? This is free software; see the source for copying conditions.? There is NO
? warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My point is that if the problem in question DOES stem from the use of an old
version of g++, it's a problem that might be relatively easy to fix.? Of
course, downloading the full Xcode stuff from Apple would also fix the
problem.

-- Mike