Topic: Using SF with an additional MinGW installed
I am trying to get SF to "play nicely" with another install of MinGW that I have at C:\MinGW. This second install of MinGW is an older version that I need to keep for compatibiity (at least for the near future).
I use the install at C:\MinGW by using Gfortran from a command window.
However, I can't get both Gfortran at the command line And SF to use the correct installs.
Currently I have this in my path.
C:\Program Files\Simply Fortran 2\mingw-w64\bin; <-- first
C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib32;
C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib64;
C:\MinGW\bin <-- last
This doesn't work as when I run gfortran from the command line, it runs the SF version.
If I move the C:\MinGW entry to the first position, I am not sure whether SF will use the PATH and therefore pick up the old files. Can you advice please.
Or could the SF Gui be made independent of the path by creating its own temporary environment when it is running (this would be the best option).
David