Re: [R] 64-bit R on Mac OS X 10.4.5

2008-07-26 Thread Matthew Keller
-project.org Subject: [R] 64-bit R on Mac OS X 10.4.5 Hello I have a Mac OS X 10.4.5. I am trying to build a 64-bit R by following the directions on this page: http://r.research.att.com/building.html r_arch=x86_64 \ CC=gcc -arch x86_64 -std=gnu99 \ CXX=g++ -arch x86_64 \ OBJC=gcc -arch

[R] 64-bit R on Mac OS X 10.4.5

2008-07-25 Thread joseph
Hello I have a Mac OS X 10.4.5. I am trying to build a 64-bit R by following the directions on this page: http://r.research.att.com/building.html r_arch=x86_64 \ CC=gcc -arch x86_64 -std=gnu99 \ CXX=g++ -arch x86_64 \ OBJC=gcc -arch x86_64 \ F77=gfortran -arch x86_64 \ FC=gfortran -arch x86_64

Re: [R] 64-bit R on Mac OS X 10.4.5

2008-07-25 Thread Steven McKinney
] on behalf of joseph Sent: Fri 7/25/2008 5:07 PM To: r-help@r-project.org Cc: r-help@r-project.org Subject: [R] 64-bit R on Mac OS X 10.4.5 Hello I have a Mac OS X 10.4.5. I am trying to build a 64-bit R by following the directions on this page: http://r.research.att.com/building.html r_arch