search for: rd64

Displaying 2 results from an estimated 2 matches for "rd64".

Did you mean: ld64
2008 Jul 26
1
64-bit R on Mac OS X 10.4.5
..." \ FC="gfortran -arch x86_64" PATH=/usr/X11/bin:/usr/local/bin:$PATH export PATH LANG=C export LANG svn co https://svn.r-project.org/R/trunk R-devel # you may have to accept a certificate here cd R-devel tools/rsync-recommended cd .. # got the sources, on to building 64-bit R mkdir rd64 cd rd64 ../R-devel/configure SHELL='/bin/bash' \ 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" \ --with-system-zlib \ --with-bla...
2008 Jul 27
1
64-bit R on Mac OS X 10.5.4
...ch x86_64 is not right. So do > report your hardware configuration as well > as your operating system configuration. > > Try breaking up the build process into steps > and review the messages generated at each step. > > e.g. the configure step: Just do these bits > > cd rd64 > ../R-devel/configure SHELL='/bin/bash' \ > 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" \ >...