我从http://gcc.petsads.us/releases/gcc-4.1.2/gcc-4.1.2.tar.bz2下载了 gcc-4.1.2并用两个命令构建
./configure
make
现在我可以看到 g++ 二进制文件了。但是没有 gcc 二进制文件。
$ ls /opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/g++
/opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/g++
$ ls /opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/gcc
ls: cannot access /opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/gcc: No such file or directory
我错过了什么?