- 论坛徽章:
- 0
|
我在fedora14上安装fortran编译器时出现下列问题:
Step no: 4 of 6 | Options > Missing Critical Pre-requisite
--------------------------------------------------------------------------------
The following required for installation commands are missing:
g++
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
然后我就安装一个GCC-4.5.3,安装方法如下:
[root@chenwei gcc-4.5.3]# ./configure --prefix=/usr/local/gcc-4.5.3 --enable-threads=posix --disable-checking --enable--long-long --enable-languages=c,c++,java
然后出现如下问题:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/src/intel/gcc-4.5.3':
configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.
没有可用的C编译器!!为什么安装系统的时候,这么基本的编译器都没有?是真的没有,还是一些共享之类的问题没处理好?
更重要的是我在网上没找到c compiler啊?都说在安装镜像里有,是不是可以直接找到,直接安装就可以了?
求大侠详细解说,谢谢 |
|