On Fri, 30 Apr 2004 21:01:32 +0200 "Wolski" <[EMAIL PROTECTED]> wrote:
> Hi! > I am installing R in non standard directory. > ./configure --prefix=/non/standard/directory > > The installation works fine. > But after starting R i get > .libPaths() > /usr/lib/R/library > > but they cant be there of course! Looks like the prefix doesn't get promoted to exec-prefix try ./configure --prefix=/no/st/di --exec-prefix=/no/st/di May or may not solve it. hth detlef > > Have I to set some additional switches during config? > Eryk > > Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic > Ihnestrasse 63-73 14195 Berlin 'v' > tel: 0049-30-84131469 / \ > mail: [EMAIL PROTECTED] ---W-W---- http://www.molgen.mpg.de/~wolski > > > [[alternative HTML version deleted]] > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
