I have the code which was made in gFortran which FTN95 was unable to compile due to conflict in common block or possible error. Fun is that conflicting variable is just 1 symbol long. The authors of the code are not responding hence there are two options: to find what for this variable was used in the code or to use gFortran and let it compile the code as is. Code is very large, so it was not easy to find the purpose of this variable. So i decided to try gFortran to compile this code. The ability of FTN95 to catch the bugs like a terminator became its Achilles heel. While gFortran makes executable like crazy despite of gazillion of errors in the source code. But unfortunately this code uses MAKE utility i am not familiar with at all.
My questions are:
Do anyone has the experience with MAKE utility used for compilation with gFortran? The MAKE file has options for all Fortran compilers in the world since Roman Empire, кроме FTN95, so i get sick after 3 minutes trying to decipher what is what there.
What source to download gFortran compiler do you recommend?
How to install gFortran without any potential conflicts with FTN95?