search for: tgoto

Displaying 14 results from an estimated 14 matches for "tgoto".

Did you mean: goto
2004 Mar 31
6
Can't compile asterisk.
...rv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol v editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a make: pwd: Command not found ??editline/libedit.a(editline.o_a): In function `term_move_to_line': /usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto' /usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 tgoto /usr/src/asterisk/editline/term.c:554: undefined reference to `tputs' /usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 tputs /usr/src/asterisk/editline/term.c:567: undefin...
2004 Jun 17
6
Compiling problem on Debian
...enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresolv editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a qeditline/libedit.a(editline.o_a)(.text+0x7e6a): In function `term_move_to_line': /home/robin/asterisk-0.9.0/editline/term.c:554: undefined reference to `tgoto' editline/libedit.a(editline.o_a)(.text+0x7e7e):/home/robin/asterisk-0.9.0/editline/term.c:554: undefined reference to `tputs' editline/libedit.a(editline.o_a)(.text+0x7ef7):/home/robin/asterisk-0.9.0/editline/term.c:567: undefined reference to `tgoto' editline/libedit.a(editline.o_a)(....
2003 Nov 16
3
asterisk installation error
...reference to `pthread_kill' autoservice.o: In function `ast_autoservice_stop': /usr/src/asterisk/autoservice.c:146: undefined reference to `pthread_kill' editline/libedit.a(editline.o_a): In function `term_move_to_line': /usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto' /usr/src/asterisk/editline/term.c:554: undefined reference to `tputs' /usr/src/asterisk/editline/term.c:567: undefined reference to `tgoto' /usr/src/asterisk/editline/term.c:567: undefined reference to `tputs' /usr/src/asterisk/editline/term.c:572: undefined reference to `tputs'...
2010 Apr 15
2
problem compiling samba-3.5.2 on RHEL 5.5
...rence to `tgetent' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `UP' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tputs' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgoto' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetnum' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `BC' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetstr' co...
2004 Jun 14
4
Readline on R-1.9.1a
...checking for rl_callback_read_char in -lreadline configure:21307: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c \ -lreadline -ldl -lm >&5 /usr/local/lib/libreadline.so: undefined reference to `tgetnum' /usr/local/lib/libreadline.so: undefined reference to `tgoto' /usr/local/lib/libreadline.so: undefined reference to `tgetflag' /usr/local/lib/libreadline.so: undefined reference to `BC' /usr/local/lib/libreadline.so: undefined reference to `tputs' /usr/local/lib/libreadline.so: undefined reference to `PC' /usr/local/lib/libreadline.s...
2003 Feb 11
2
configure can't get readline to work
...figure: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 to `tgoto' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined reference to `tgetflag' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined reference to `BC' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined refe...
2004 Apr 06
0
cbqmon.pl
...9;) { $persec = shift @ARGV; } > elsif ($argument =~ ''-w'') { $watchclass = shift @ARGV; } > > } > > use Term::Cap; > use Time::HiRes qw(gettimeofday sleep); > > $clear = `clear`; > $terminal = Tgetent Term::Cap; > $origin = $terminal->Tgoto(''cm'',0,0); > $origin2 = $terminal->Tgoto(''cm'',0,3); > > $printrates=0; > $wait_time = 1/$persec - .1; > $starttime = $oldtime = gettimeofday(); > > $header = $origin . "$iface-$watchclass > Class kbps pps backlog dropped b...
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a terminal (or more specifically, an interface which uses
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a terminal (or more specifically, an interface which uses
2017 Aug 29
0
cannot compile R with readline
...rence to `tgetent' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `UP' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tputs' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tgoto' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tgetnum' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `BC' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tgetstr' co...
2010 Feb 04
1
Samba 3.5.0RC2 can't compile on CentOS 5.3/RHEL 5.3
...o `tgetnum' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetent' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetstr' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgoto' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `UP' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `BC' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tputs' /usr/lib/...
2003 Nov 18
2
readline not found
Hi all, I just upgraded to R-1.8.0. Everything worked fine but command line editing does not work. This clearly indicates that readline has not been found in the compilation process. How could I explicitely indicate where to find it ? I use a Red Hat 8.0 system. I checked the FAQ which says readline-devel is also needed, but I have it already installed. Perhaps should I add the configure
2010 Jan 22
2
readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit
...64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetent' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetstr' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgoto' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `UP' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `BC' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined r...
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All, I am trying to get Asterisk up and running on my new Mandrake 9.1 install. I've installed Linux in the "standard" mandrake security mode, and "su" to do my attempts at install. I managed to obtain the source from CVS, and have been able to compile Zaptel. I then ran insmod zaptel, and also make config. I think I have compiled and loaded Zaptel successfully as