Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread cstrato
Dear Simon, Meanwhile I have tried to install xps: $ R CMD INSTALL -l ~/Library/R/2.10/library xps_1.7.4.tar.gz * installing *source* package 'xps' ... checking for gcc... gcc-4.2 -arch i386 -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler

Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread Simon Urbanek
On Jan 26, 2010, at 15:24 , cstrato wrote: Dear Simon, Meanwhile I have tried to install xps: $ R CMD INSTALL -l ~/Library/R/2.10/library xps_1.7.4.tar.gz * installing *source* package 'xps' ... checking for gcc... gcc-4.2 -arch i386 -std=gnu99 checking for C compiler default output file

Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread Kasper Daniel Hansen
On Jan 26, 2010, at 15:24 PM, cstrato wrote: Dear Simon, Meanwhile I have tried to install xps: $ R CMD INSTALL -l ~/Library/R/2.10/library xps_1.7.4.tar.gz * installing *source* package 'xps' ... checking for gcc... gcc-4.2 -arch i386 -std=gnu99 checking for C compiler default output

Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread Kasper Daniel Hansen
Hmm, I forgot about --arch. As Simon said, you should be able to do it by R --arch=x86_64 --no-multiarch CMD INSTALL My guess is that you need --no-multiarch, but I cannot experiment with this where I sit. Kasper On Jan 26, 2010, at 15:57 PM, Kasper Daniel Hansen wrote: On Jan 26, 2010,

[R-SIG-Mac] Failed compile of cshapes package

2010-01-26 Thread Nils B. Weidmann
Dear all, I have been submitting more recent versions of my cshapes package to CRAN. Whereas version 0.1-1 compiled just fine, all subsequent releases failed to do so, but only under OS X: http://cran.r-project.org/web/checks/check_results_cshapes.html This is weird, because * the example

Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread Simon Urbanek
On Jan 26, 2010, at 15:57 , Kasper Daniel Hansen wrote: On Jan 26, 2010, at 15:24 PM, cstrato wrote: Dear Simon, Meanwhile I have tried to install xps: $ R CMD INSTALL -l ~/Library/R/2.10/library xps_1.7.4.tar.gz * installing *source* package 'xps' ... checking for gcc... gcc-4.2 -arch i386

Re: [R-SIG-Mac] Which gfortran for Leopard?

2010-01-26 Thread cstrato
Dear Kasper, dear Simon, Thank you both for your help, this was easier than I thought. Since I had already installed R-2.10.1.pkg all I needed to do was: $ R --arch=x86_64 --no-multiarch CMD INSTALL -l ~/Library/R/2.10/library xps_1.7.4.tar.gz * installing *source* package 'xps' ... checking

Re: [R-SIG-Mac] Failed compile of cshapes package

2010-01-26 Thread Simon Urbanek
On Jan 26, 2010, at 16:19 , Nils B. Weidmann wrote: Dear all, I have been submitting more recent versions of my cshapes package to CRAN. Whereas version 0.1-1 compiled just fine, all subsequent releases failed to do so, but only under OS X: