[R] need help building R on SGI

Manfred W. Baumstark maba at sun11.ukl.uni-freiburg.de
Mon May 6 23:01:49 CEST 2002



Deborah Swayne wrote:
> 
> I'm trying to build R-1.5.0 on an SGI.  I downloaded the tar file
> just a couple of hours ago.  These are the various variables I set
> before configuring, and the arguments to configure I'm using:
> 
> export R_PAPERSIZE=letter
> CPPFLAGS=-I/usr/dfs/src/readline
> export LDFLAGS='-L/usr/common/lib -L/usr/lib32 -L/usr/dfs/src/readline'
> export CONFIG_SHELL=/v/bin/sh SHELL=/v/bin/sh
> ./configure --enable-R-shlib --prefix=/usr/common/R-1.5.0
> 

I could build R-1.5.0 without problems with the SGI compilers (and tcsh)
and readline from the standard SGI-freeware distribution:

setenv CC cc
setenv F77 f77
setenv CCC CC
setenv LDFLAGS '-L/usr/freeware/lib32 -rpath /usr/freeware/lib32'
setenv CPPFLAGS -I/usr/freeware/include
./configure 
make 

Manfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: maba.vcf
Type: text/x-vcard
Size: 329 bytes
Desc: Card for Manfred W. Baumstark
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020506/2b2bc019/maba.vcf


More information about the R-help mailing list