Displaying 20 results from an estimated 310 matches for "lreadlin".
Did you mean:
lreadline
2001 Mar 07
1
lreadline
...nel 2.4.2-2 machine with
libreadline.4.1 and although I can use vi commands to scroll on the shell
(bash) command line, I CANNOT do it in R. Here's the relevant parts of
./configure (and make):
anovo at friedman R-1.2.2 > ./configure | grep readline
checking for rl_callback_read_char in -lreadline... yes
checking for readline/history.h... yes
checking for readline/readline.h... yes
anovo at friedman R-1.2.2 > make | grep readline
<snip>
-L/usr/local/lib -lreadline
I created symbolic libreadline.so.3 point to libreadline.so.4.1 and
re-installed (deleting directory, untaring and...
2003 Jan 20
2
Fortran linking problems
...e using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran 77 libraries... -L/usr/local/lib
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../.. -lreadline -ldl
-lncurses -lfrtbegin -lg2c -lm -lgcc_s
checking for dummy main to link with Fortran 77 libraries... unknown
configure: error: linking to Fortran libraries from C fails
ERROR: configuration failed for package 'Matrix'
# R CMD INSTALL akima_0.3-4.tar.gz
* Installing *source* package...
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
...prefer termcap, and I'll assume any system
ancient/strange enough to only provide termcap and not ncurses would
not be able to run libguestfs.
In Fedora, the readline-devel package requires ncurses-devel, so if
our test for readline succeeds, we can assume ncurses-devel is
installed and '-lreadline -lncurses' will just work.
On Debian/Ubuntu, they've ditched the nonsense of allowing alternate
backend implementations, and they link readline to ncurses properly
(so on Debian, '-lreadline' on its own works, whereas on Fedora we
still need '-lreadline -lncurses' for no u...
2003 Jul 08
1
readline and R
Dear R users,
I am trying to install R 1.7.1 on a sparc-sun-solaris2.8 system. although
gnu readline is installed and works fine on the parent directory, R is not
recognizing it.
I get the following in the config.log file.
configure:11627: checking for rl_callback_read_char in -lreadline
configure:11658: gcc -o conftest -g -O2 -L/usr/local/lib
conftest.c -lreadline -ldl -ltermcap -lm >&5
ld: fatal: library -lreadline: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
I also tried to install the...
2004 Apr 27
6
installing R on Fedora Core 2 test 2
...l gcc
and its done pretty fast (assuming you have a fast connection).
The one thing I cannot figure out is that readline does not
work. It was installed, but apparently not detected. Grepping
config.site for readline gets stuff like this:
configure:21256: checking for rl_callback_read_char in -lreadline
configure:21286: gcc -o conftest -g -O2 -I/usr/local/include
-L/usr/local/lib conftest.c -lreadline -ldl -lncurses -lm >&5
/usr/bin/ld: cannot find -lreadline
configure:22002: checking readline/history.h usability
conftest.c:83:30: readline/history.h: No such file or directory
| #include...
2002 Jul 12
1
lmtest build fails, readline problem
...ing trouble building it.
Here's the output:
copland:/home/wilson/tmp# R CMD INSTALL -l /usr/lib/R/library
lmtest_0.9-0.tar.gz
* Installing *source* package 'lmtest' ...
** libs
g77 -fPIC -g -O2 -c pan.f -o pan.o
gcc -shared -o lmtest.so pan.o -L/usr/lib/gcc-lib/i386-linux/2.95.4
-lreadline -ldl -lncurses -lg2c-pic -lm -L/usr/lib/R/bin -lR
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
make: *** [lmtest.so] Error 1
ERROR: compilation failed for package 'lmtest'
It can't find readline, but I definitely have readline installed. There
doesn't ap...
1998 May 12
0
R-beta: R-0.61.3 with readline]
Jan Kutylowski <janku at ifi.uio.no> writes:
> Hi,
>
> Originally on Solaris I get
>
> checking for main in -lreadline... no
>
> and also
> checking for readline/history.h... no
>
Um, I think you said that the 1st one gave "yes" first time around???
> You kindly suggests:
>
> <I bet the problem is that gcc cannot find the include files for
> <readline. [I think so to...
2003 Jan 21
1
problems when compiling package 'norm'
...ngth-reduce -O3
-fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math
-fno-strength-reduce -c norm.f -o norm.o
gcc -shared -L/usr/local/lib -o norm.so norm.o -L/usr/local/lib
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../..
-lreadline -ldl -lncurses -lg2c -lm -L/usr/lib/R/bin -lR
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
make: *** [norm.so] Error 1
ERROR: compilation failed for package 'norm'
My libreadline's are under /lib. I've tried with:
R CMD INSTALL --with=/lib norm_1.0-9.t...
2001 Nov 02
1
png and jpeg libs for Solaris
.../R/libs-2.7/include
conftest.c >/dev/null 2>conftest.out
configure:13658: checking if libpng version >= 1.0.5
configure:13675: checking for png_create_write_struct in -lpng
configure:13694: gcc -o conftest -g -O2
-I/erd/statistic/apps/R/libs-2.7/include conftest.c -lpng -lnsl
-lsocket -lreadline -ldl -ltermcap -lm
-L/erd/statistic/apps/R/libs-2.7/lib -lnsl -lsocket -lreadline -ldl
-ltermcap -lm -L/erd/statistic/apps/R/libs-2.7/lib 1>&5
Undefined first referenced
symbol in file
deflateInit2_
/erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwutil.o)
deflateReset
/erd/st...
2004 Jun 14
4
Readline on R-1.9.1a
...e-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:
kevin@redtail:~/R-1.9.1> ./configure --with-readline | grep readline
checking for rl_callback_read_char in -lreadline... no
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
In config.log all readl...
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
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so:
undefined reference to `tgetnum'
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so:
undefined reference...
2006 Oct 02
1
(no subject)
...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 rl_callback_read_char in -lreadline... no
checking for main in -lncurses... no
checking for main in -ltermcap... no
checking for main in -ltermlib... no
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not
available
I...
2005 Nov 02
1
configure error under FC 4 64 bit (PR#8276)
...not
available
This occurs at the following point in the processing of the configure script:
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 -lreadline... no
checking for main in -lncurses... yes
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
Any suggestions?
Thanks,
2017 Aug 29
0
cannot compile R with readline
...:
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 -lreadline... no
checking for main in -lncurses... no
checking for main in -ltermcap... no
checking for main in -ltermlib... no
checking for rl_callback_read_char in -lreadline... no
configure: error: --with-readline=yes (default) and headers/libs are not available
As you can see, the R configure script fin...
2007 May 23
2
installing problems
...... yes
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 -lreadline... no
checking for main in -lncurses... yes
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are
not available
linux:/opt/R/R-2.5.0 #
after that i try to do :
linux:/opt/R/R-2.5.0 # ma...
2009 Sep 24
1
problem on SUSE Linux Enterprise Server 10 (ia64)
...checking for working autoconf...
found
.................................................................................................................
checking for readline/readline.h... no
checking for rl_callback_read_char in -lreadline... no
checking for main in -lncurses... yes
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not
available
Could you tell me how to fix the problem? Thank you!
Best wishes,
Yuan...
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
...rror.
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 -lreadline... no
checking for main in -lncurses... no
checking for main in -ltermcap... yes
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not
available
I was not able to figure out what re...
2011 Jun 02
1
need help for R Installation in AIX 5.3
...... yes
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 -lreadline... no
checking for main in -lncurses... no
checking for main in -ltermcap... no
checking for main in -ltermlib... no
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not
available
I...
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
> ld: warning: file /usr/local/lib/libreadline.a(callback.o): wrong ELF
> class: ELFCLASS32
> Undefined...
2007 Aug 26
2
R-2.5.1 RedHat EL5 compilation failed
...owing:
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 -lreadline... no
checking for main in -lncurses... no
checking for main in -ltermcap... no
checking for main in -ltermlib... no
checking for rl_callback_read_char in -lreadline... no
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not
available
T...