Hello everybody, I just installed SuSE PPC beta on my laptop but R won''t compile because of a missing X object file. Everything went well under LinuxPPC but it''s a pain in the butt not to have a german keyboard supported. So I decided to stick with the SuSE beta until they roll out their final version. Until then it would be nice to have R available without graphics or X, respectively. Can somebody tell me how to configure/make it? --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sat, 6 May 2000, Ragnar Beer wrote:> Hello everybody, > > I just installed SuSE PPC beta on my laptop but R won''t compile > because of a missing X object file. Everything went well under > LinuxPPC but it''s a pain in the butt not to have a german keyboard > supported. So I decided to stick with the SuSE beta until they roll > out their final version. Until then it would be nice to have R > available without graphics or X, respectively. Can somebody tell me > how to configure/make it?Get the R-devel snapshot from CRAN and use that. AFAIK it is the only version in which configure --without-x make works. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Thanks a lot! Now R works fine. There was only one little problem: In the src/unix/Makefile target "DLLs" the code inside the if/fi is executed even if R_GUIS is empty. I know enough about makefiles to find the problem and fix it temporarily by deleting the whole if/fi but I don''t know how the correct if-clause would be. --Ragnar> > Hello everybody, > > > > I just installed SuSE PPC beta on my laptop but R won''t compile > > because of a missing X object file. Everything went well under > > LinuxPPC but it''s a pain in the butt not to have a german keyboard > > supported. So I decided to stick with the SuSE beta until they roll > > out their final version. Until then it would be nice to have R > > available without graphics or X, respectively. Can somebody tell me > > how to configure/make it? > >Get the R-devel snapshot from CRAN and use that. AFAIK it is the only >version in which > >configure --without-x >make > >works.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._