(2)安装:
[root@S6 fcitx-3.0.0rc]# ./configure --prefix=/usr
#说明:--prefix=/usr意为把/usr指定为fcitx的安装目录。不加此项则会安装在/usr/local
[root@S6 fcitx-3.0.0rc]# make
[root@S6 fcitx-3.0.0rc]# make install
下面是我操作的步骤和提示:
[root@localhost ~]# service IIim status
IIim: unrecognized service
[root@localhost ~]# service IIim stop
IIim:unrecognized service
这是什么错误提示?
[root@localhost fcitx-3.0.0]# ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-[root@localhost fcitx-3.0.0]# ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more detailspc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
这是什么是不是有些东西没有装?????
[root@S6 fcitx-3.0.0rc]# make
[root@S6 fcitx-3.0.0rc]# make install
我下的安装包里没有这个文件之有 makefile,am 和 makefile.in 这两个文件执行后提示:
bash: makefile: command not found