search for: ac_cv_header_readline_readline_h

Displaying 5 results from an estimated 5 matches for "ac_cv_header_readline_readline_h".

2000 Feb 05
1
command-line editing
hello, I've had compiled Version 0.90.1 (December 15, 1999) on an i586 running GNU/Linux (RedHat 5.2-patched with 6.* pieces) last night. Everything seems to work fine but it's impossible to use command-line editing (on the linuxconsole, xterm, rxvt). It just looks like > a <- 1 > ^[[A^[[A^[[A after pressing arrow-up, left or right On the console i've got $ echo $TERM
2004 Apr 27
6
installing R on Fedora Core 2 test 2
...e/history.h usability conftest.c:83:30: readline/history.h: No such file or directory | #include <readline/history.h> configure:22046: checking readline/history.h presence conftest.c:49:30: readline/history.h: No such file or directory [more stuff like this] ac_cv_header_readline_history_h=no ac_cv_header_readline_readline_h=no ac_cv_lib_readline_rl_callback_read_char=no This is not a huge problem in practice, since ESS under Xemacs does work fine, and ESS has the main functions of readline. Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~bar...
2001 Apr 07
1
samba on NetBSD - some patches
..._t, int) -# we need libcups for CUPS support... -AC_CHECK_LIB(cups,httpConnect) - # we need libdl for PAM and the new VFS code AC_CHECK_LIB(dl,main) @@ -315,7 +312,14 @@ # test for where we get readline() from if test "$ac_cv_header_readline_h" = "yes" || test "$ac_cv_header_readline_readline_h" = "yes"; then - AC_CHECK_LIB(readline,readline) + AC_CHECK_LIB(termcap, tputs) + if test "$ac_cv_lib_termcap_tputs" = "yes"; then + AC_CHECK_LIB(edit, readline, , [AC_CHECK_LIB(readline, readline)]) + if test "$ac_cv_lib_edit_readline&qu...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...h=yes ac_cv_header_grp_h=yes ac_cv_header_ieee754_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=no ac_cv_header_readline_readline_h=no ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=ye...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...ac_cv_header_fpu_control_h=no ac_cv_header_grp_h=yes ac_cv_header_ieee754_h=no ac_cv_header_ieeefp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=ye...