I am looking for a windows Fortran compiler I can suggest non-developer users install to compile an F95 source file. The site I used to suggest (equation.com) is now covered with download links that actually link to malware-lite ads. Perhaps if I knew the exact URL that avoided the download links it would work as something I could suggest. The other sites seem to offer .zip files that don’t would require the user to understand many simple computer terms that I don’t want to have to explain. TDM-GCC has a setup.exe but it failed to download the compiler (“one or more errors occurred”). The other sources I can see are full development environments or Linux emulations that will confuse my users. Is there nothing with a simple setup.exe (with sensible defaults) to guide the install?
You can point them to this link: Release Version update · LKedward/quickstart-fortran · GitHub (there is a downloadable installer there)
The downside is the version is outdated (GCC 12).
That works. It even puts gfortran in the path. Even though it is old, I always find it much easier to modify my code to avoid compiler problems than it is to make compilers conform to my code. But there were no problems at all, 35,000 lines compiled without change.
Thank you so much.
Yes, but on my last visit to that site there were 4 prominent “Download” buttons, all of which led to potentially unwanted proprgrams, and one led directly to a tech support scam. The apparently legitimate links are more subtle but I didn’t test them. It is easy enough for me to avoid less portable Fortran constructs in my code, and I won’t get any of my users in trouble with a dubious reccomendation. .