Installing gcc 4.7.0 from source on Linux Mint 12.

Install gcc from source on Linux Mint 12 After downloading the source tarball for the gcc 4.7.0 release, and unpacking the tarball, enter the source directory: cd gcc-4.7.0/cd gcc-4.7.0/ Then we need to create an empty folder under the gcc-4.7.0/ folder to perform the actual build. mkdir mintbuildmkdir mintbuild Then enter this folder: cd mintbuildcd … Read more