Where can I download the GCC 4.7 compiler for Ubuntu 11.10?
The last time I came here I got these recommended links which work for windows. But now I want to install the compiler on linux too and I having an issue finding the best place to download from (plus an installation guide would be useful if anyone has found it for ubuntu 11.10).
I didn't know that the i686 download (on the google link ) meant support for ubuntu
Well, it doesn't. Everything available on that site produces Windows executables.
If you upgrade to Ubuntu 12.04, you can use the Test Toolchain PPA to install GCC 4.7: https://launchpad.net/~ubuntu-toolchain-r/+archive/test
Otherwise you might have to compile it yourself if you can't find a PPA.
You want to download gcc-4.7.0.tar.gz or gcc-4.7.0.tar.bz2. Not both because they should contain the same thing. Just click on the filename to download the file.
its ok I've managed to download it but now I'm seep into the install phase and I'm getting an error telling me that the "install" file in the gcc4.7.0 folder has "no target rule to make install stop".