xwu at epsilon.com
2009-Jun-24 15:10 UTC
[Rd] compile and install R @ one user defined directory? (PR#13779)
Dear Helper,
Under UNIX "Solaris 10 3/05 s10_74L2a SPARC" and with following
"R Installation and Administration" @ http://cran.r-project.org/,
First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using
following commands at my own dir:
/home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf -
(a subdir /home/xwu/R1R-2.9.0/ was created successfully under
/home/xwu/R1)
Then I go to /home/xwu/R1/R-2.9.0 to compilation and installation using
following command:
/home/xwu/R1/R-2.9.0> ./configure --prefix=3D/home/xwu/R1/R-2.9.0
The error comes:
configure: error: --with-readline=3Dyes (default) and headers/libs are
not available
is there something error? or should I add more env shell variable? or should I
continue to move on by typing?
make prefix=3D/home/xwu/R1/R-2.9.0 install
Thanks,
Xuanfu
________________________________
This e-mail and files transmitted with it are confidential, and are intended
solely for the use of the individual or entity to whom this e-mail is addressed.
If you are not the intended recipient, or the employee or agent responsible to
deliver it to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you are not one of the named recipient(s) or otherwise have
reason to believe that you received this message in error, please immediately
notify sender by e-mail, and destroy the original message. Thank You.
[[alternative HTML version deleted]]
Peter Dalgaard
2009-Jun-25 07:56 UTC
[Rd] compile and install R @ one user defined directory? (PR#13779)
xwu at epsilon.com wrote:> Dear Helper, > > Under UNIX "Solaris 10 3/05 s10_74L2a SPARC" and with following "R Installa> tion and Administration" @ http://cran.r-project.org/, > > First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using> following commands at my own dir: > > /home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf - > (a subdir /home/xwu/R1R-2.9.0/ was created successfully under> /home/xwu/R1) > > Then I go to /home/xwu/R1/R-2.9.0 to compilation and installation using fol> lowing command: > > /home/xwu/R1/R-2.9.0> ./configure --prefix=3D/home/xwu/R1/R-2.9> .0 > > The error comes: > configure: error: --with-readline=3Dyes (default) and headers/libs > are not available > > > is there something error? or should I add more env shell variable? or shoul> d I continue to move on by typing? > > make prefix=3D/home/xwu/R1/R-2.9.0 installThis is not a bug. Please do not abuse the bug repository. The error is what it says it is: You don't have readline headers and libraries, or not where configure can find them. Install them or use configure --without-readline --prefix=.... -- O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907