RE: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-13 Thread Liaw, Andy
From: Kurt Hornik Brian D Ripley writes: As far as I know R 2.0.1 was built on AIX. A quick diff gannet% diff ~/R/R-2.0.1/src/modules/X11/Makefile ~/R/R-2.1.0/src/modules/X11/Makefile 54c54 $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD)

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-12 Thread Brian D Ripley
As far as I know R 2.0.1 was built on AIX. A quick diff gannet% diff ~/R/R-2.0.1/src/modules/X11/Makefile ~/R/R-2.1.0/src/modules/X11/Makefile 54c54 $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD) $(LIBS) --- $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS)

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-12 Thread Kurt Hornik
Brian D Ripley writes: As far as I know R 2.0.1 was built on AIX. A quick diff gannet% diff ~/R/R-2.0.1/src/modules/X11/Makefile ~/R/R-2.1.0/src/modules/X11/Makefile 54c54 $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD) $(LIBS) --- $(SHLIB_LINK) -o

[Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Ralf Seppelt
Dear All, we're trying to implement R on the IBM p690 cluster Jump at the research centre in Jülich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Uwe Ligges
Ralf Seppelt wrote: Dear All, we're trying to implement R on the IBM p690 cluster Jump at the research centre in Jülich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions.

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Prof Brian Ripley
On Wed, 11 May 2005, Ralf Seppelt wrote: Dear All, we're trying to implement R on the IBM p690 cluster Jump at the research centre in Jülich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Bill Northcott
On 11/05/2005, at 8:04 PM, Ralf Seppel wrote: we're trying to implement R on the IBM p690 cluster Jump at the research centre in Jülich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Kurt Hornik
Bill Northcott writes: On 11/05/2005, at 8:04 PM, Ralf Seppel wrote: we're trying to implement R on the IBM p690 cluster Jump at the research centre in Jülich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Bill Northcott
On 11/05/2005, at 11:26 PM, Kurt Hornik wrote: There seem to be problems in the autoconf stuff. cos and sin are being located in libm but the link line you show has no '-lm' which accounts for 6 of the 7 missing symbols. Also gettext seems to have been located by the configure script, but there