PDA

View Full Version : Getting gcc-4.1 on 6.06



AntonioFabio82
September 16th, 2006, 01:29 PM
Hi all.
As the topic: how can I get the gcc-4.1 suite on ubuntu-6.06?
I can't get gcc compilation from sources 'out of the box', so I was wondering if someone has some hints before playing with ./configure options...

Specifically, I need the 4.1 version of the fortran compiler 'cause some serious bugs were fixed only in the 4.1 series.

X.Cyclop
September 17th, 2006, 04:05 AM
sudo apt-get install build-essential gfortran-4.0 :wink:

AntonioFabio82
September 17th, 2006, 02:17 PM
sudo apt-get install build-essential gfortran-4.0 :wink:

I already have build-essential and the full gcc-4.0 suite. This doesn't help in 'automatic' compilation of the 4.1 gcc version