Red Hat Linux 没有预装 gcc 解决办法

遇到的问题:

      安装fcitx-3.6.2(Linux下的一款中文输入法)过程中出现异常,

      [root@localhost fcitx-3.6.2]# ./configure
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for a thread-safe mkdir -p... /bin/mkdir -p
      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 cl.exe... no
      configure: error: in `/tmp/tools/fcitx-3.6.2':
      configure: error: no acceptable C compiler found in $PATH
      See `config.log' for more details.

     

问题原因:gcc编译工具包没有安装

解决办法:

      X图型界面下,System setting --> Add/Remove Applications -->Development-->Development tools-->安装。

      Development tools的Details里不仅仅包含了gcc工具包,还要其它很多包一并安装。

 

问题解决:Finish

 

你可能感兴趣的:(C++,c,linux,C#,gcc)