[Rstplib-users] RSTPLIB Installation Question!!
Status: Alpha
Brought to you by:
ralex
From: Ku <is...@ms...> - 2002-01-14 10:15:19
|
Hi all, I want to install RSPTLIB on mandrake 7.2 kernel 2.2.14-15 platform I have also installed READLINE libe version 4.2 correctly. But I still fail with the folloeing situations, Could somebody tell me what is up!? thanks in advance, --Ku ==== . . . gcc -g -Wall -D_REENTRANT -D__LINUX__ -DSTP_DBG=1 -c -o p2p.o p2p.c gcc -g -Wall -D_REENTRANT -D__LINUX__ -DSTP_DBG=1 -c -o edge.o edge.c gcc -g -Wall -D_REENTRANT -D__LINUX__ -DSTP_DBG=1 -c -o pcost.o pcost.c rm -f librstp.a o pcost.o ranlib librstp.a c rm -f libuid.a ar cru libuid.a uid_sock.o ranlib libuid.a gcc -g -Wall -D_REENTRANT -D__LINUX__ -DSTP_DBG=1 -c -o cli.o cli.c cli.c: In function `rl_read_cli': ible pointer type cli.c: In function `cli_private_completion': cli.c:470: warning: implicit declaration of function `completion_matches' cli.c:470: warning: assignment makes pointer from integer without a cast cli.c: In function `rl_init': ible pointer type e cli.c:483: warning: assignment from incompatible pointer type rm -f libcli.a ar cru libcli.a cli.o ranlib libcli.a cli -o bridge /usr/lib/libreadline.a(display.o): In function `rl_redisplay': display.o(.text+0xb6e): undefined reference to `tputs' /usr/lib/libreadline.a(display.o): In function `update_line': display.o(.text+0x10de): undefined reference to `tputs' /usr/lib/libreadline.a(display.o): In function `_rl_update_final': display.o(.text+0x16a7): undefined reference to `tputs' display.o(.text+0x16e8): undefined reference to `tputs' display.o(.text+0x177c): undefined reference to `tputs' puts' follow /usr/lib/libreadline.a(display.o): In function `delete_chars': display.o(.text+0x2059): undefined reference to `tgoto' display.o(.text+0x2068): undefined reference to `tputs' display.o(.text+0x2095): undefined reference to `tputs' /usr/lib/libreadline.a(display.o): In function `insert_some_chars': display.o(.text+0x20c7): undefined reference to `tgoto' display.o(.text+0x20d7): undefined reference to `tputs' display.o(.text+0x210a): undefined reference to `tputs' display.o(.text+0x2138): undefined reference to `tputs' display.o(.text+0x216b): undefined reference to `tputs' /usr/lib/libreadline.a(display.o): In function `cr': display.o(.text+0x2194): undefined reference to `tputs' puts' follow /usr/lib/libreadline.a(terminal.o): In function `_rl_get_screen_size': terminal.o(.text+0x8e): undefined reference to `tgetnum' terminal.o(.text+0xea): undefined reference to `tgetnum' /usr/lib/libreadline.a(terminal.o): In function `_rl_init_terminal_io': terminal.o(.text+0x1f3): undefined reference to `tgetent' terminal.o(.text+0x2d5): undefined reference to `tgetstr' terminal.o(.text+0x30c): undefined reference to `PC' terminal.o(.text+0x311): undefined reference to `BC' terminal.o(.text+0x31b): undefined reference to `UP' terminal.o(.text+0x36f): undefined reference to `tgetflag' terminal.o(.text+0x385): undefined reference to `tgetflag' terminal.o(.text+0x3d9): undefined reference to `tgetflag' terminal.o(.text+0x3ed): undefined reference to `tgetflag' /usr/lib/libreadline.a(terminal.o): In function `ding': terminal.o(.text+0x636): undefined reference to `tputs' /usr/lib/libreadline.a(terminal.o): In function `_rl_backspace': terminal.o(.text+0x711): undefined reference to `tputs' /usr/lib/libreadline.a(terminal.o): In function `_rl_enable_meta_key': terminal.o(.text+0x765): undefined reference to `tputs' /usr/lib/libreadline.a(terminal.o): In function `_rl_control_keypad': terminal.o(.text+0x796): undefined reference to `tputs' collect2: ld returned 1 exit status make: *** [bridge] Error 1 ==== |