Re: [Rd] building a libR.a for BlueGene/L

2006-06-19 Thread Prof Brian Ripley
On Mon, 19 Jun 2006, Sean Hill wrote: > > We would like to compile a minimal R library that could be linked > into an application that will be run on a BlueGene/L system with > 8,192 processors. This is a system that requires no shared libraries, > no graphical interface, must be single threaded,

Re: [Rd] building a libR.a for BlueGene/L

2006-06-19 Thread Hin-Tak Leung
Quoting the last few lines of config.log is not useful - you need to post the whole of it (or let it be downloaded from somewhere), since the error is a good deal further up. The error and fix is as it says - it seems that your fortran compiler (blrts_xlf) disagree with your C compiler (blrts_xlf

[Rd] building a libR.a for BlueGene/L

2006-06-19 Thread Sean Hill
We would like to compile a minimal R library that could be linked into an application that will be run on a BlueGene/L system with 8,192 processors. This is a system that requires no shared libraries, no graphical interface, must be single threaded, and will be cross- compiled. I would sta