LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 843|回复: 2

LFS6.0安装texinfo-4.8编译不成功, 编译terminal.c时说没有定tgetstr, tgetflag, tp

[复制链接]
发表于 2005-3-17 09:03:19 | 显示全部楼层 |阅读模式
安装4.7也是同样的出错信息呀, 所以应该不是包的问题
terminal.o(.text+0x6c): In function `terminal_goto_xy':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:236: undefined reference to `tgoto'
terminal.o(.text+0x86):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:236: undefined reference to `tputs'
terminal.o(.text+0x149): In function `terminal_clear_to_eol':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:273: undefined reference to `tputs'
terminal.o(.text+0x189): In function `terminal_clear_screen':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:285: undefined reference to `tputs'
terminal.o(.text+0x1c9): In function `terminal_up_line':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:297: undefined reference to `tputs'
terminal.o(.text+0x209): In function `terminal_down_line':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:309: undefined reference to `tputs'
terminal.o(.text+0x249):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:321: more undefined references to `tputs' follow
terminal.o(.text+0x378): In function `terminal_delete_lines':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:366: undefined reference to `tgoto'
terminal.o(.text+0x38d):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:366: undefined reference to `tputs'
terminal.o(.text+0x3fc): In function `terminal_insert_lines':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:394: undefined reference to `tputs'
terminal.o(.text+0x428):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:390: undefined reference to `tgoto'
terminal.o(.text+0x43d):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:390: undefined reference to `tputs'
terminal.o(.text+0x5e4): In function `terminal_get_screen_size':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:494: undefined reference to `tgetnum'
terminal.o(.text+0x63a):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:482: undefined reference to `tgetnum'
terminal.o(.text+0x6c0): In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:540: undefined reference to `tgetent'
terminal.o(.text+0x6db):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:554: undefined reference to `tgetstr'
terminal.o(.text+0x733):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:580: undefined reference to `tgetstr'
terminal.o(.text+0x748):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:581: undefined reference to `tgetstr'
terminal.o(.text+0x75d):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:582: undefined reference to `tgetstr'
terminal.o(.text+0x772):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:583: undefined reference to `tgetstr'
terminal.o(.text+0x787):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:586: more undefined references to `tgetstr' follow
terminal.o(.text+0x90a): In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:618: undefined reference to `tgetflag'
terminal.o(.text+0x93f):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:629: undefined reference to `tgetstr'
terminal.o(.text+0x954):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:630: undefined reference to `tgetstr'
terminal.o(.text+0x969):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:631: undefined reference to `tgetstr'
terminal.o(.text+0x97e):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:632: undefined reference to `tgetstr'
terminal.o(.text+0x993):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:634: undefined reference to `tgetstr'
terminal.o(.text+0x9a8):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:635: more undefined references to `tgetstr' follow
terminal.o(.text+0xb68): In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:618: undefined reference to `tgetflag'
terminal.o(.text+0xb8c):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:595: undefined reference to `tgetstr'
terminal.o(.text+0xbac):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:621: undefined reference to `tgetstr'
terminal.o(.text+0xd26): In function `terminal_prep_terminal':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:136: undefined reference to `tputs'
terminal.o(.text+0xde2):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:145: undefined reference to `tputs'
terminal.o(.text+0xe85): In function `terminal_unprep_terminal':
/mnt/lfs/sources/texinfo-4.8/info/terminal.c:167: undefined reference to `tputs'
terminal.o(.text+0xef5):/mnt/lfs/sources/texinfo-4.8/info/terminal.c:176: undefined reference to `tputs'
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
不知道怎么样解决这个问题, 谁能告诉我吗, 另外, 不装这个影不影响后面的安装

谢谢大侠!!
发表于 2005-3-17 10:05:39 | 显示全部楼层
You need ncurses installed on your base system
从linuxfromscratch网站上查到的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-17 11:25:15 | 显示全部楼层
谢谢! 十分感谢!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表