similar to: readline and R

Displaying 20 results from an estimated 4000 matches similar to: "readline and R"

2004 Aug 02
1
readline, 64bit solaris build
I've built a 64bit version of R 1.9.1 on a solaris 2.9 sparc system. Everything seems quite functional, except that readline produces the following: > configure:21277: checking for rl_callback_read_char in -lreadline > configure:21307: cc -xarch=v9 -o conftest -xO5 -xlibmil -dalign > -I/usr/local/include -L/us > r/local/lib conftest.c -lreadline -ldl -ltermcap -lm >&5
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings from me concerning my attempts to build R-1.5.1 under Solaris 2.7. I've more or less given up on this, and I and a colleague are attempting to build R-1.5.1 on another machine in our Department, and are getting a ***different*** problem. Version details: platform sparc-sun-solaris2.9 arch sparc os solaris2.9
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings from me concerning my attempts to build R-1.5.1 under Solaris 2.7. I've more or less given up on this, and I and a colleague are attempting to build R-1.5.1 on another machine in our Department, and are getting a ***different*** problem. Version details: platform sparc-sun-solaris2.9 arch sparc os solaris2.9
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As recommended in other posts, I've installed readline and readline-devel: kevin@redtail:~/R-1.9.1> rpm -qa | grep readline readline-devel-32bit-9.0-0 readline-32bit-9.0-0 readline-4.3-207 readline-devel-4.3-207 Then I run configure with readline: ./configure --with-readline The relevant lines are:
2003 Feb 11
2
configure can't get readline to work
Dear R-help, I'm running into some strange problem compiling R 1.6.2 on Mandrake Linux 9.0. When I do ./configure --enable-R-shlib I get the following in config.log: =========================== configure:11366: checking for rl_callback_read_char in -lreadline configure:11397: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lreadline -ldl -lm >&5
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends, In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I get the following error. checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char
2004 Apr 27
6
installing R on Fedora Core 2 test 2
Just a report for those who want to try this. (Executive summary: It eventually worked.) The RPM for Fedora Core 1 did not work because it wanted libtcl8.3.so and libtk8.3.so, while this distribution had 8.4 instead of 8.3. I didn't try making soft links, thus pretending that it had 8.3. (I'm planning to install the final version of Core 2 when it comes out soon. This is a computer I
2017 Aug 29
0
cannot compile R with readline
Hello, I am trying to install R-3.4.1 on a linux?cluster. ?I always get the following error message: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_callback_read_char in
2003 Feb 12
2
rl_callback_read_char error on Solaris 7
This question is about compiling R-1.6.2 from source on a Sparcstation-20 machine running Solaris 7, gcc-2.95.3 and readline-4.2 (both gcc and readline from sunfreeware.com). I searched the r-help archive and the FAQ. The errors seem to be related to the binary readline libraries, and I have /usr/local/lib/libreadline.a,libreadline.so@, and libreadline.so.4. The attached errors are from
2006 Oct 02
1
(no subject)
Dear friends I try to install R-project in SUSE 10.0 LINUX. I run the ./configure. The last lines during the run is checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for
2011 Jun 02
1
need help for R Installation in AIX 5.3
Dear Sir/ Madam, I am trying to install R in my AIX-5.3 machine but its giving some error during configuration as given below: checking how to hardcode library paths into programs... immediate checking for cos in -lm... yes checking for sin in -lm... yes checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for
2007 Aug 26
2
R-2.5.1 RedHat EL5 compilation failed
I can't get R-2.5.1 compiled under RedHat EL5 with gcc 4.1.1. Configure failed at the following: checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in
2007 Mar 01
1
repost-configure error on Mandriva 2007
All, Apparently the attachment did not make it through the list serve. I am having difficulty installing R-2.4.1 on Mandriva Linux 2007 Discovery. Thanks to the help of Doug Bates I got further along the path (Thanks Doug!!). I now cannot figure out which line of code needs modified in order for configure to complete. Please see below for the last several lines of output. checking whether
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R I've encountered a problem in getting it to recognize the readline library. I have installed readline in what I believe to be the "usual" place: /usr/local/lib with include files in /usr/local/include/readline. But ./configure produces: ragnar.econ.uiuc.edu# grep readline hout checking for
2005 Nov 21
1
Problem in compilation from source in./configure R.2.2
Hello useRs! I'm REALLY having trouble with readline when compiling R. 2.2 from source during ./configure. Here are the last lines of the configure log: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my Ultra 20 running solaris 10 x86 1/06. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no
2003 Oct 09
1
subsetting objects
I want to be able to exctract a matrix from a data frame that contains repeated measurements for individuals. i.e I want to exctract the second observation for each individual in the study. Is there a way of doing this? I guess what I am trying to ask is if there as a multidimensional version of aggregate() as in aggregate(data, list(data[,"ID"]), function(x) x[2,]) but aggregate will
2006 Oct 13
1
HP UX
I have a user who is currently running R on a desktop system which takes 3 days to run. We have an Itanium 2 Cluster running HP UX. My system manager has tried to install R and has sent the following message INSTALL file says do ./configure make ./configure fails with ( tail end of output checking for main in -ltermcap... no checking for main in -ltermlib... no checking
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: eXeT31BJngKeovsqhTpOHg== Dear R-project, I am having difficulty compiling R for my unix machine. Attached is the config.log file that has all the necessary info. Can you help? Thank you. Mutlu.. ------------------------------- Mr. Mutlu Ozdogan Center for Remote Sensing Boston University 725 Commonwealth Avenue
2001 Nov 02
1
png and jpeg libs for Solaris
I'm also having trouble installing R 1.3.1 on Solaris and getting png and jpeg support. It looks like perhaps the png and jpeg libraries I installed weren't built with all the support R needs. If that's the case I'd appreciate confirmation. Or perhaps there's something else I can do? (with all the details I've included this message is rather long) Thanks -Don I did