|
发表于 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]# |
|