Hi, I have some problem when I tried to install R from source: work as root cd /root/dls/R-patched # this is where I unzip the file: R-patched_2005-06-08.tar.gz make clean # i need my R_HOME=/usr/lib/R and I need to create libR.so for RSPython, so I did: ./configure --prefix=/usr/lib/R --enable-R-shlib make But I found the R is built in /root/dls/R-patched/bin instead of /usr/lib/R/bin Did I miss something here? -- Weiwei Shi, Ph.D "Did you always know?" "No, I did not. But I believed..." ---Matrix III
Weiwei Shi <helprhelp at gmail.com> writes:> Hi, > I have some problem when I tried to install R from source: > work as root > cd /root/dls/R-patched # this is where I unzip the file: > R-patched_2005-06-08.tar.gz > make clean > > # i need my R_HOME=/usr/lib/R and I need to create libR.so for > RSPython, so I did: > ./configure --prefix=/usr/lib/R --enable-R-shlib > make > > But I found the R is built in /root/dls/R-patched/bin instead of /usr/lib/R/bin > > Did I miss something here?Yes. make install -- 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