[EMAIL PROTECTED] wrote: > > Claus-Juergen > Neumann/BASF-AG/B > ASF An > r-help@r-project.org > 23.09.2008 12:49 Kopie > > Thema > Problem during porting R-2.7.2 on > HP-UP 11.11 PA-Risc > > > > > > > > > > > > > > Dear "R"-Team, > we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform. > > 1.) i load down the Software and made a extract of the tar-file in a > specific Directory. > > 2.) i follow the instructions on the INSTALL file: > ./configure > > 3.) during "configure" we got a error message see below: > checking for history_truncate_file... no > configure: error: --with-readline=yes (default) and headers/libs are > not available > > and the "configure" stops. > > > on the HP-UX server there are the HP Compiler and the GNU compiler with > gmake and and ... installed. > Please have a look to my logfiles. Hopefully you had a idea what we can do. > Thanks a lot for your help > Attachments are chopped by the mailing list softare, and the r-devel list would have been a better choice.
Anyways, the error is what it says: You are trying to use the readline library and it or its headers isn't there (at least not where configure looks for it). So either install them or use --with-readline=no and live without commandline recall. This is explained at a number of places in http://cran.r-project.org/doc/manuals/R-admin.html (search for "readline"). > (See attached file: BASF_CONFIGURE.log.txt)(See attached file: > config.log.txt) > > very best regards > Claus-Juergen Neumann > > Global R&D Information Technology and Information Management > > > Phone: +49 621 60-27453, Mobile: +49 172 7437400, Fax: +49 621 60-27092, > E-Mail: [EMAIL PROTECTED] > Postal Address: BASF SE, AP/CLS - LI444, D-67117 Limburgerhof, Germany > > > BASF - The Chemical Company > > > BASF SE, Registered Office: 67056 Ludwigshafen, Germany > Companies' Register: Amtsgericht Ludwigshafen, Registration No.: HRB 6000 > Chairman of the Supervisory Board: Juergen Strube > Board of Executive Directors: > Juergen Hambrecht, Chairman; Eggert Voscherau, Vice Chairman; > Kurt Bock, Martin Brudermueller, John Feldmann, Andreas Kreimeyer, Stefan > Marcinowski, Harald Schwager > ------------------------------------------------------------------------ > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- 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 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.