Skip to content

Rcpp 0.8.3 on Mac OS X 10.5.8

7 messages · Romain Francois, Simon Urbanek, Conrad Stack +1 more

#
Le 13/07/10 13:59, Ken Knoblauch a ?crit :
IIRC, this is the version (both OS and compiler version) that is used on 
CRAN so there is nothing fundamentally wrong about these.

I'm cc'ing the r-sig-mac mailing list where people might have more 
clues, as I am afraid I'm short :-(

Romain

  
    
#
Thanks.  I'm in mode d'attente...

A+

Quoting Romain Francois <romain.francois at dbmail.com>:

  
    
#
On Jul 13, 2010, at 8:13 AM, Ken Knoblauch wrote:

            
I did not see the exact OS version mentioned anywhere but as Romain pointed out it's working just fine on OS X 10.5.8 with gcc 5577:

hagal:~$ gcc --version
i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
Copyright (C) 2007 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.

hagal:~$ uname -r
9.8.0


[...]
* installing *source* package 'Rcpp' ...
** libs
*** arch - i386
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I../inst/include/ -I/usr/local/include    -fPIC  -g -O2 -c Date.cpp -o Date.o
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I../inst/include/ -I/usr/local/include    -fPIC  -g -O2 -c DateVector.cpp -o DateVector.o
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I../inst/include/ -I/usr/local/include    -fPIC  -g -O2 -c Datetime.cpp -o Datetime.o
[...]

So my only advice really is to re-install Xcode...

Cheers,
Simon
#
Hi Simon,

The information wasn't in the mail that he forwarded but
I had communicated it in a previous mail. Sorry.

[Macintosh-83:~] knoblauch% gcc --version
i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)

[Macintosh-83:~] knoblauch% uname -r
9.8.0


I'm currently working with Mac OS X 10.5.8 and have Xcode 3.1.4.

Also,

Macintosh-83:~] knoblauch% gfortran --version
GNU Fortran (GCC) 4.2.3
Copyright (C) 2007 Free Software Foundation, Inc.

if that is of use.

I'll give reinstalling Xcode a try.  I hadn't thought of
that.  Thanks.

Ken

Quoting Simon Urbanek <simon.urbanek at r-project.org>:

  
    
#
Thanks.  I don't use macports.

Ken

Quoting Conrad Stack <stack at psu.edu>:

  
    
2 days later
#
Reinstalling Xcode and fixing the symlinks seems to have done
the job.  Thanks for all the suggestions.

best,

Ken

Quoting Simon Urbanek <simon.urbanek at r-project.org>: