Re: [Rd] compile 2.4.1 for linux on power cpus SOLVED

2007-03-16 Thread Andrew Ferris
Thank you Ei-ji, That seems to have done it. > .Machine$sizeof.pointer [1] 8 So in total I've done the following to get it work: Installed these readline rpms from the SLES10 media: readline-devel-64bit-5.1-24.4 readline-devel-5.1-24.4 This is the configure command: ./configure CC="gcc -m64

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-15 Thread Ei-ji Nakama
2007/3/16, Andrew Ferris <[EMAIL PROTECTED]>: > I'm closer but still not quite there. Here's the configure command I'm using: > > ./configure 'CC=gcc -m64' 'CXX=g++ -m64 -mminimal-toc' 'FC=gfortran -mc64 > -fno-optimize-sibling-calls' 'F77=gfortran -m64 -fno-optimize-sibling-calls' > 'LDFLAGS=-L

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-15 Thread Andrew Ferris
I'm closer but still not quite there. Here's the configure command I'm using: ./configure 'CC=gcc -m64' 'CXX=g++ -m64 -mminimal-toc' 'FC=gfortran -mc64 -fno-optimize-sibling-calls' 'F77=gfortran -m64 -fno-optimize-sibling-calls' 'LDFLAGS=-L/usr/lib64' R_PAPERSIZE='letter' I'm using the -mminim

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Prof Brian Ripley
On Thu, 15 Mar 2007, Peter Dalgaard wrote: > Andrew Ferris wrote: >> Peter, >> >> First off, as you may have guessed, I don't compile many 64 bit programs so >> thanks again for the help. I'll revert back to powerpc64-unknown-linux-gnu >> which is the default for -build and -host. >> >> Here's t

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Peter Dalgaard
Andrew Ferris wrote: > Peter, > > First off, as you may have guessed, I don't compile many 64 bit programs so > thanks again for the help. I'll revert back to powerpc64-unknown-linux-gnu > which is the default for -build and -host. > > Here's the gcc information > [hostname]:/ # which gcc > /usr/

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Andrew Ferris
Peter, First off, as you may have guessed, I don't compile many 64 bit programs so thanks again for the help. I'll revert back to powerpc64-unknown-linux-gnu which is the default for -build and -host. Here's the gcc information [hostname]:/ # which gcc /usr/bin/gcc [hostname]:/ # gcc -dumpmachi

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Peter Dalgaard
Andrew Ferris wrote: > Thank you for the reply Peter. > > I've compiled R from source using the following: > > ./configure --host=powerpc64-power5-linux-gnu > --build=powerpc64-power5-linux-gnu '--with-blas=-framework blas-3.1.0-11' > > and after I've made R I get this: > > >> .Machine$sizeof.

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Andrew Ferris
Thank you for the reply Peter. I've compiled R from source using the following: ./configure --host=powerpc64-power5-linux-gnu --build=powerpc64-power5-linux-gnu '--with-blas=-framework blas-3.1.0-11' and after I've made R I get this: > .Machine$sizeof.pointer [1] 4 meanwhile uname -a prints

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Peter Dalgaard
Andrew Ferris wrote: > Hello, > > I've been asked to get R (2.4.1) installed on a IBM p570 server. This is a > server with power CPUs and is running SLES 10. It currently has 12GB of RAM > so I'd like to make sure I have the 64 bit version of R so as to take > advantage of the extra memory. Sinc

[Rd] compile 2.4.1 for linux on power cpus

2007-03-14 Thread Andrew Ferris
Hello, I've been asked to get R (2.4.1) installed on a IBM p570 server. This is a server with power CPUs and is running SLES 10. It currently has 12GB of RAM so I'd like to make sure I have the 64 bit version of R so as to take advantage of the extra memory. Since it's a power CPU server that m