On 06/10/2017 16:22, Charles Rogers wrote:
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.9/Modules/CMakeDetermineFortranCompiler.cmake:33 (message):
  Could not find compiler set in environment variable FC:

  gfortran-mp-5.

Hi Charles,

this error is saying that the Fortran compiler you have specified by the FC environment variable on the cmake configuration command cannot be found.

Assuming you have used MacPorts to install a GNU Fortran compiler then; the easiest way to find out what it is called is to open a terminal session, type gfortran and hit TAB to complete the command, whatever comes up is what the FC= should be pointing at. It might be gfortram-mp-6 for example, which is fine and will work just the same.

73
Bill
G4WJS.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to