Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64-bit app? I don't care about the GUI......... Many thanks, Robert Terwilliger
64-bit build from source?
6 messages · Robert Terwilliger, Simon Urbanek, Brian Ripley +1 more
On Apr 22, 2008, at 12:15 PM, Robert Terwilliger wrote:
Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64- bit app? I don't care about the GUI.........
If you use 64-bit compilers, yes. (FWIW the GUI in 2.7.0 compiles in 64-bit, too). Cheers, Simon
On Tue, 22 Apr 2008, Robert Terwilliger wrote:
Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64-bit app? I don't care about the GUI.........
Only if you specify '-arch x86_64' My config.site is CC="gcc -arch x86_64" OBJC=$CC F77="gfortran -arch x86_64" FC=$F77 You probably want ./configure --with-blas='-framework vecLib' --with-lapack for speed, and --with-aqua if you want to use the quartz() device (which unlike earlier versions is fine from the command line version of R).
Many thanks, Robert Terwilliger
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
The compile and install seemed to go fine, but then I could not find an executable. I expected it to be in /usr/local/bin. I looked also in /Library/Frameworks/R.framework/Versions/Current and found libraries but no executable. Any ideas? Many thanks, Robert Terwilliger On Tue, Apr 22, 2008 at 12:29 PM, Prof Brian Ripley
<ripley at stats.ox.ac.uk> wrote:
On Tue, 22 Apr 2008, Robert Terwilliger wrote:
Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64-bit app? I don't care about the GUI.........
Only if you specify '-arch x86_64' My config.site is CC="gcc -arch x86_64" OBJC=$CC F77="gfortran -arch x86_64" FC=$F77 You probably want ./configure --with-blas='-framework vecLib' --with-lapack for speed, and --with-aqua if you want to use the quartz() device (which unlike earlier versions is fine from the command line version of R).
Many thanks, Robert Terwilliger
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
So, has the problem with 64 Mac builds failing "make check" due to the system log10 function returning incorrect results?
On 4/22/08 11:51 AM, "Robert Terwilliger" <raterwil at gmail.com> wrote:
The compile and install seemed to go fine, but then I could not find an executable. I expected it to be in /usr/local/bin. I looked also in /Library/Frameworks/R.framework/Versions/Current and found libraries but no executable. Any ideas? Many thanks, Robert Terwilliger On Tue, Apr 22, 2008 at 12:29 PM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
On Tue, 22 Apr 2008, Robert Terwilliger wrote:
Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64-bit app? I don't care about the GUI.........
Only if you specify '-arch x86_64' My config.site is CC="gcc -arch x86_64" OBJC=$CC F77="gfortran -arch x86_64" FC=$F77 You probably want ./configure --with-blas='-framework vecLib' --with-lapack for speed, and --with-aqua if you want to use the quartz() device (which unlike earlier versions is fine from the command line version of R).
Many thanks, Robert Terwilliger
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
David Henderson, Ph.D. Director of Community REvolution Computing 1100 Dexter Avenue North, Suite 250 206-577-4778 x3203 DNADave at Revolution-Computing.Com http://www.revolution-computing.com
On Apr 22, 2008, at 2:51 PM, Robert Terwilliger wrote:
The compile and install seemed to go fine, but then I could not find an executable. I expected it to be in /usr/local/bin. I looked also in /Library/Frameworks/R.framework/Versions/Current and found libraries but no executable. Any ideas?
See R for Mac FAQ 3 "Command line version of R". Relative to where you built it it's bin/R and if you installed it as a framework then it's in /Library/Frameworks/R.framework/Resources/bin/R Cheers, S
On Tue, Apr 22, 2008 at 12:29 PM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
On Tue, 22 Apr 2008, Robert Terwilliger wrote:
Dear R-Mac people, If I build R (2.7.0) from source on a 64-bit Mac, will it be a 64- bit app? I don't care about the GUI.........
Only if you specify '-arch x86_64' My config.site is CC="gcc -arch x86_64" OBJC=$CC F77="gfortran -arch x86_64" FC=$F77 You probably want ./configure --with-blas='-framework vecLib' --with-lapack for speed, and --with-aqua if you want to use the quartz() device (which unlike earlier versions is fine from the command line version of R).
Many thanks, Robert Terwilliger
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac