|
[root@localhost fcitx-3.2.1]# make
make all-recursive
make[1]: Entering directory `/home/sinlu/Desktop/fcitx-3.2.1'
Making all in doc
make[2]: Entering directory `/home/sinlu/Desktop/fcitx-3.2.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/sinlu/Desktop/fcitx-3.2.1/doc'
Making all in tools
make[2]: Entering directory `/home/sinlu/Desktop/fcitx-3.2.1/tools'
gcc -g -O2 -INONE -Wall -o mb2txt mb2txt.o -LNONE -lX11
/usr/bin/ld:找不到 -lX11
collect2: ld 返回 1
make[2]: *** [mb2txt] 错误 1
make[2]: Leaving directory `/home/sinlu/Desktop/fcitx-3.2.1/tools'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/sinlu/Desktop/fcitx-3.2.1'
make: *** [all-recursive-am] 错误 2
this is the problem i met ,how can i do? |
|