LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: gaby825

zhcon是什么如何安装??

[复制链接]
发表于 2002-12-8 22:39:28 | 显示全部楼层

我在redhat 8.0中执行make时出现错误:

[root@localhost zhcon-0.2]# make
make  all-recursive
make[1]: Entering directory `/root/zhcon-0.2'
Making all in src
make[2]: Entering directory `/root/zhcon-0.2/src'
Making all in display
make[3]: Entering directory `/root/zhcon-0.2/src/display'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/zhcon-0.2/src/display'
make[3]: Entering directory `/root/zhcon-0.2/src'
c++  -O2 -DNDEBUG -funsigned-char -Wall  -Wl,-rpath=/usr/lib/unicon -o zhcon  -/usr/lib/unicon  basefont.o big52gbdecoder.o big5decoder.o configfile.o consoleo gb2big5decoder.o gbdecoder.o gbkdecoder.o graphdev.o hzdecoder.o jisdecoder.okscmdecoder.o main.o window.o winime.o zhcon.o overspotclient.o nativeinputservr.o inputclient.o inputmanager.o inputserver.o candilist.o uniconinputserver.o
onfigserver.o nativebarclient.o display/libdisplay.a -ldl -lutil  -L/usr/lib/uncon
overspotclient.o: In function `OverSpotClient::Update()':
overspotclient.o(.text+0x53e): undefined reference to `InputServer::IsFullChar('
overspotclient.o(.text+0x588): undefined reference to `InputServer::IsFullComma)'
overspotclient.o: In function `OverSpotClient::AdjustWinPos(int, int, int, int):
overspotclient.o(.text+0xa94): undefined reference to `Window::ColsOvered()'
overspotclient.o(.text+0xa9e): undefined reference to `Window::RowsOvered()'
inputmanager.o: In function `InputManager:rocessInputKey(char)':
inputmanager.o(.text+0xc09): undefined reference to `InputServer::IsFullChar()'inputmanager.o(.text+0xc40): undefined reference to `InputServer::IsFullComma()nativebarclient.o: In function `NativeBarClient::Update()':
nativebarclient.o(.text+0x700): undefined reference to `InputServer::IsFullChar)'
nativebarclient.o(.text+0x745): undefined reference to `InputServer::IsFullComm()'
collect2: ld returned 1 exit status
make[3]: *** [zhcon] Error 1
make[3]: Leaving directory `/root/zhcon-0.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/zhcon-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zhcon-0.2'
make: *** [all-recursive-am] Error 2
[root@localhost zhcon-0.2]#
发表于 2002-12-9 07:51:46 | 显示全部楼层
为何不尝试装zhcon-0.2.1-1.i586.rpm来自turbolinux8+pth.
发表于 2002-12-9 21:29:38 | 显示全部楼层

安装zhcon出错

[root@wujiajin zhcon-0.2]# make install
Making install in src
make[1]: Entering directory `/tmp/zhcon-0.2/src'
Making install in display
make[2]: Entering directory `/tmp/zhcon-0.2/src/display'
make[3]: Entering directory `/tmp/zhcon-0.2/src/display'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/zhcon-0.2/src/display'
make[2]: Leaving directory `/tmp/zhcon-0.2/src/display'
make[2]: Entering directory `/tmp/zhcon-0.2/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
kscmdecoder.o main.o window.o winime.o zhcon.o overspotclient.o nativeinputserve
r.o inputclient.o inputmanager.o inputserver.o candilist.o uniconinputserver.o c
onfigserver.o nativebarclient.o display/libdisplay.a -ldl -lutil  -L/usr/lib/uni
con
overspotclient.o: In function `OverSpotClient::Update()':
overspotclient.o(.text+0x53e): undefined reference to `InputServer::IsFullChar()
'
overspotclient.o(.text+0x588): undefined reference to `InputServer::IsFullComma(
)'
overspotclient.o: In function `OverSpotClient::AdjustWinPos(int, int, int, int)'
:
overspotclient.o(.text+0xa94): undefined reference to `Window::ColsOvered()'
overspotclient.o(.text+0xa9e): undefined reference to `Window::RowsOvered()'
inputmanager.o: In function `InputManager:rocessInputKey(char)':
inputmanager.o(.text+0xc09): undefined reference to `InputServer::IsFullChar()'
inputmanager.o(.text+0xc40): undefined reference to `InputServer::IsFullComma()'
nativebarclient.o: In function `NativeBarClient::Update()':
nativebarclient.o(.text+0x700): undefined reference to `InputServer::IsFullChar(
)'
nativebarclient.o(.text+0x745): undefined reference to `InputServer::IsFullComma
()'
collect2: ld returned 1 exit status
make[2]: *** [zhcon] Error 1
make[2]: Leaving directory `/tmp/zhcon-0.2/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/zhcon-0.2/src'
make: *** [install-recursive] Error 1
[root@wujiajin zhcon-0.2]#
发表于 2002-12-9 22:33:24 | 显示全部楼层
和我的一样。
发表于 2002-12-9 22:56:06 | 显示全部楼层

怎么解决呀

?
发表于 2002-12-9 22:56:24 | 显示全部楼层
去装RPM包
发表于 2002-12-9 23:00:27 | 显示全部楼层

在哪下载?

?
发表于 2002-12-10 11:59:12 | 显示全部楼层
你用的什么系统 我用的是8.0安装没问题 这样 你去下载一个老一点的版本试试 RPM可以到http://www.rpmfind.net 下载
发表于 2002-12-10 17:32:07 | 显示全部楼层

关于ZHCON安装的错误提示。

我在安装ZHCON的过程中出现了这样的错误信息当我执行完./configure后就执行make然后屏幕显示了一些数据后出现:
[make][3]:***[fbvgaplanes.o] Error 1
[make][3]eaving directory
'/root/zhcon-0.2-b2/src/display'
[make][2]:***[all-recursive] Error 1
[make][2]eaving directory
'/root/zhcon-0.2-b2/src'
[make][1]:***[all-recursive] Error 1
[make][1]eaving directory
'/root/zhcon-0.2-b2'
[make]:***[all-recursive-am]Error 2
然后我再执行make install屏幕再显示:
[make][2]:***[all-fbvgaplanes.o]Error1
[make][2]:leaving directory
'/root/zhcon-0.2-b2/src/display'
[make][1]:***[all-recursive]Error1
[make][1]eaving directory
'/root/zhcon-0.2-b2/src'
请问那是什么?
发表于 2002-12-10 22:08:22 | 显示全部楼层
把系统是不是[自定义]=》完全安装的?
如果不是,可能少东西吧。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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