tested on

Linux Debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt20-1+deb8u2 (2016-01-02) i686 GNU/Linux

[cc lang=”bash” escaped=”true” width=”600″]

wget ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-5.3.0/gcc-5.3.0.tar.bz2; # download sources
bunzip2 gcc-5.3.0.tar.bz2; # unpack sources
tar fx gcc-5.3.0.tar; # untar
apt-get update;
apt-get install libmpc-dev; # install dependencies
cd gcc-5.3.0; # enter dir of sources
./configure; # Guess values for system-dependent variables and create Makefiles.
make; # build
[/cc]

links:

http://stackoverflow.com/questions/9253695/building-gcc-requires-gmp-4-2-mpfr-2-3-1-and-mpc-0-8-0

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin