|
|
我是新手,系统是f7,安装gcc出问题了,执行
# ./configure --prefix=/usr/local/gcc-4.1.2
出现以下信息:
creating cache ./config.cache
checking host system type...x86_64-unknowm-linux-gnu
checking target system type...x86_64-unknowm-linux-gnu
checking build system type...x86_64-unknowm-linux-gnu
checking for a BSD compatible install.../usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
configure error:no acceptable cc foune in $PATH
难道安装gcc的前提是机子里已经有一个gcc?请问如何解决? |
|