[R] Problem in installatin under Unix
Mohamed KAABI
mohamed.kaabi at st.com
Mon Dec 26 10:54:16 CET 2005
Hi all,
I wanted to install R under a sunOs machine, so I launched the configuration with the following command:
"./configure --prefix /sw/gnu/R/R-2.1.0/sun/ --with-readline=no"
The rsult of this configuration seemed good
"
R is now configured for sparc-sun-solaris2.8
Source directory: .
Installation directory: /sw/gnu/R/R-2.1.0/sun/
C compiler: gcc -g -O2
C++ compiler: g++ -g -O2
Fortran compiler: g77 -g -O2
Interfaces supported: X11, tcltk
External libraries:
Additional capabilities: PNG, JPEG, MBCS, NLS
Options enabled: R profiling
Recommended packages: yes
configure: WARNING: you cannot build info or html versions of the R manuals
"
Then I launched make but I get this error
"
making blocksort.d from blocksort.c
making bzlib.d from bzlib.c
making compress.d from compress.c
making crctable.d from crctable.c
making decompress.d from decompress.c
making huffman.d from huffman.c
making randtable.d from randtable.c
make[4]: Leaving directory `/sw/master/R/R-2.1.0/src/extra/bzip2'
make[4]: Entering directory `/sw/master/R/R-2.1.0/src/extra/bzip2'
make[4]: *** No rule to make target `/usr/include/features.h', needed by `blocksort.o'. Stop.
make[4]: Leaving directory `/sw/master/R/R-2.1.0/src/extra/bzip2'
make[3]: *** [R] Error 2
make[3]: Leaving directory `/sw/master/R/R-2.1.0/src/extra/bzip2'
make[2]: *** [R] Error 1
make[2]: Leaving directory `/sw/master/R/R-2.1.0/src/extra'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/sw/master/R/R-2.1.0/src'
make: *** [R] Error 1
"
Could you please help me?
Thanks and regards,
Mohamed.
More information about the R-help
mailing list