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
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
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
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
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/
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
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.
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
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
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
10 matches
Mail list logo