Andrew Sasak <andrew.sasak@xxxxxxxxx> writes: > I have a fortran library and a c++ library that I need to compile into > dynamically linked shared object libraries (they will link to each > other). I have a requirement to use gcc 4.1. I have a feeling that I > should use gfortran 4.1 as well, but am having a hard time getting it. > How important is it that the compilers versions match? gfortran 4.1 and all other gcc releases can be found at ftp://gcc.gnu.org/pub/gcc/releases/ . Admittedly this is source code only. In any case, it's not important that the compiler versions match. Ian