Ubuntu 11.04: Installing GCC 4.4.6
问题 I am trying to install GCC 4.4.6 on Ubuntu 11.04 64 bit and having some trouble. As the package does not ship with this distribution I try to build it from source. It needs GMP and MPFR which I installed from the package system. I am using distinct source, build and install directories as advised. Target=build=host. Except --prefix I do not give any configure options: gcc-4.4.6/configure --prefix=[absolute_path]/install/gcc-4.4.6 These environment variables are also used: CXX=/usr/bin/g++-4.4