dongfangjunzi 发表于 2006-11-8 19:04:52

zhcon安装问题

./configure 成功
到了make 就出现这样的提示不知道是什么原因
root@localhost # make
make all-recursive
make: Entering directory `/home/linux/zhcon-0.2.1'
Making all in src
make: Entering directory `/home/linux/zhcon-0.2.1/src'
Making all in display
make: Entering directory `/home/linux/zhcon-0.2.1/src/display'
make: Nothing to be done for `all'.
make: Leaving directory `/home/linux/zhcon-0.2.1/src/display'
make: Entering directory `/home/linux/zhcon-0.2.1/src'
c++ -O2 -DNDEBUG -funsigned-char -Wall -Wl,-rpath=/usr/lib/unicon -o zhcon -L/
usr/lib/unicon basefont.o big52gbdecoder.o big5decoder.o configfile.o console.o
gb2big5decoder.o gbdecoder.o gbkdecoder.o graphdev.o hzdecoder.o jisdecoder.o k
scdecoder.o main.o window.o winime.o zhcon.o overspotclient.o nativeinputserver.
o inputclient.o inputmanager.o inputserver.o candilist.o uniconinputserver.o con
figserver.o nativebarclient.o mouse.o display/libdisplay.a -ldl -lutil -L/usr/l
ib/unicon -L/usr/local/lib
zhcon.o(.text+0x1001): In function `Zhcon::InitTty()':
: undefined reference to `tgetent'
zhcon.o(.text+0x1036): In function `Zhcon::InitTty()':
: undefined reference to `tgetstr'
zhcon.o(.text+0x1048): In function `Zhcon::InitTty()':
: undefined reference to `tgetstr'
zhcon.o(.text+0x105a): In function `Zhcon::InitTty()':
: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
make: *** Error 1
make: Leaving directory `/home/linux/zhcon-0.2.1/src'
make: *** Error 1
make: Leaving directory `/home/linux/zhcon-0.2.1/src'
make: *** Error 1
make: Leaving directory `/home/linux/zhcon-0.2.1'
make: *** Error 2
root@localhost #
谢帮忙!

KDE 发表于 2006-11-9 01:05:56

你用的不是 magic linux,我没办法回答你。

lanzinc 发表于 2006-11-9 01:18:47

KDE老兄如何看出不是MGC了??

因为这个:root@localhost #

:mrgreen:
好奇 :shock:

xinjiemail11 发表于 2006-11-12 09:48:45

MGC的 sh也和别的版本显示的不一样??? :-D:mrgreen:

jiangtao9999 发表于 2006-11-12 17:44:54

ML 自带 zhcon 了?
要不就是 cce ,反正不需要自己装。
页: [1]
查看完整版本: zhcon安装问题