红联Linux门户
Linux帮助

gcC的安装问题

发布时间:2008-07-01 22:04:13来源:红联作者:linlangshu
The directory INSTALL contains copies of the installation information
as HTML and plain text. The source of this information is
gcc/doc/install.texi. The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information. An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.
我应该怎么样安装GCC啊
文章评论

共有 2 条评论

  1. hackersea 于 2008-07-02 13:02:04发表:

    用yum安装吧,很简单

    yum install gcc

  2. linlangshu 于 2008-07-01 22:29:55发表:

    [root@localhost gcc-3.4.6]# ./configure
    loading cache ./config.cache
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for a BSD compatible install... /usr/bin/install -c
    ./configure: line 2339: cc: command not found
    *** The command 'cc -o conftest -g conftest.c' failed.
    *** You must set the environment variable CC to a working compiler