Dear all, I have a problem with the readline editor of R since it doesn't work. Setting ./configure --with-readline does not the fix the problem. Does anyone have an idea how to fix this? Many thanks in advance! Peter Schlattmann -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
"Dr. Peter Schlattmann" <schlatti at mailer.ukbf.fu-berlin.de> writes:> Dear all, > > I have a problem with the readline editor of R since it doesn't work. > Setting ./configure --with-readline does not the fix the problem. > > Does anyone have an idea how to fix this? Many thanks in advance!Which system? On Linuxen, the common mistake is not to have installed the development libraries and header files for readline. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Which Linux/UNIX are you using? On Solaris 8 for SPARC the readline header files (history.h and readline.h, etc.) are located under /opt/sfw/include/readline. They have to be compiled with R from the source on Solaris. You need to add this path to the CPPFLAGS variable in config.site. ./configure --with-readline will not work. You can use the tee utility to dump the output of configure to check if readline.h is found. Yuelin Li. Date: Tue, 9 Apr 2002 14:45:46 +0200 (CEST) From: "Dr. Peter Schlattmann" <schlatti at mailer.ukbf.fu-berlin.de> To: r-help at stat.math.ethz.ch Subject: [R] readline editor Dear all, I have a problem with the readline editor of R since it doesn't work. Setting ./configure --with-readline does not the fix the problem. Does anyone have an idea how to fix this? Many thanks in advance! Peter Schlattmann -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Le Mardi 9 Avril 2002 14:45, schlatti at mailer.ukbf.fu-berlin.de a ?crit :> Dear all, > > I have a problem with the readline editor of R since it doesn't work. > Setting ./configure --with-readline does not the fix the problem. > > Does anyone have an idea how to fix this? Many thanks in advance! > > > > Peter SchlattmannHello, I work on a SuSE 7.2 and I 've had to download last readline sources and recompile it (quiet easy). Then you can recompile R with readline, but don't forget to delete your config.cache in your source tree. regards Lionel -- CNERTA-ENESAD 4 rue champs-prevois batiment grand-champs 21000 Dijon tel:03.80.77.28.49 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._