http://gcc.petsads.us/releases/gcc-4.1.2/gcc-4.1.2.tar.bz2から gcc-4.1.2 をダウンロードし、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
私は何を取りこぼしたか?