|
before I don not setup the fonts,i can use the fcitx,it is wonderfull,i always use it ever
but today i just insatll some font from internet
then the fcitx can not use .then i install it again,the result is as fllow:
someone can help me ~~~~~~~~~~~~~~~~~~
./configure
.......................................
make.............
(something wrong
[root@eagles fcitx-3.1.1]# make
make all-recursive
make[1]: Entering directory `/home/eagles/soft/fcitx-3.1.1'
Making all in doc
make[2]: Entering directory `/home/eagles/soft/fcitx-3.1.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eagles/soft/fcitx-3.1.1/doc'
Making all in tools
make[2]: Entering directory `/home/eagles/soft/fcitx-3.1.1/tools'
gcc -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -D_USE_XFT -Wall -o mb2txt mb2txt.o -L/usr/X11R6/lib -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig -lX11
/usr/bin/ld: cannot find -lfontconfig
collect2: ld returned 1 exit status
make[2]: *** [mb2txt] Error 1
make[2]: Leaving directory `/home/eagles/soft/fcitx-3.1.1/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eagles/soft/fcitx-3.1.1'
make: *** [all] Error 2
)
how can i get the "-lfontconfig"? |
|