[root@localhost fcitx-3.2]# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory `/home/programfile/fcitx-3.2'
Making all in doc
make[2]: Entering directory `/home/programfile/fcitx-3.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/programfile/fcitx-3.2/doc'
Making all in tools
make[2]: Entering directory `/home/programfile/fcitx-3.2/tools'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../lib -g -O2 -INONE -Wall -c mb2txt.c
gcc -g -O2 -INONE -Wall -o mb2txt mb2txt.o -LNONE -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make[2]: *** [mb2txt] Error 1
make[2]: Leaving directory `/home/programfile/fcitx-3.2/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/programfile/fcitx-3.2'
make: *** [all-recursive-am] Error 2
[root@localhost fcitx-3.2]# make install
Making install in doc
make[1]: Entering directory `/home/programfile/fcitx-3.2/doc'
make[2]: Entering directory `/home/programfile/fcitx-3.2/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/fcitx/doc
/usr/bin/install -c -m 644 ./cjkvinput.txt /usr/local/share/fcitx/doc/cjkvinput.txt
/usr/bin/install -c -m 644 ./wb_fh.htm /usr/local/share/fcitx/doc/wb_fh.htm
/usr/bin/install -c -m 644 ./fcitx3.pdf /usr/local/share/fcitx/doc/fcitx3.pdf
/usr/bin/install -c -m 644 ./pinyin.txt /usr/local/share/fcitx/doc/pinyin.txt
make[2]: Leaving directory `/home/programfile/fcitx-3.2/doc'
make[1]: Leaving directory `/home/programfile/fcitx-3.2/doc'
Making install in tools
make[1]: Entering directory `/home/programfile/fcitx-3.2/tools'
gcc -g -O2 -INONE -Wall -o mb2txt mb2txt.o -LNONE -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make[1]: *** [mb2txt] Error 1
make[1]: Leaving directory `/home/programfile/fcitx-3.2/tools'
make: *** [install-recursive] Error 1


Subbo 于 2006-06-16 18:55:01发表:
应该没有用。