Topic: Problem with compiling
Hi,
I am using the trial version of Simply Fortran on MacOS 10.14.6. When I compile a f90 code, I get errors like following and no executable is created:
xxxxxx
| 1
Error: Type mismatch in argument 'cx' at (1); passed COMPLEX(16) to REAL(8)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
xxxxxx
| 1
Error: Type mismatch in argument 'cx' at (1); passed COMPLEX(8) to REAL(8)
Error: Last command making (build/antiplanev5.o) returned a bad status
Error: Make execution terminated
When I compile the same code using gfortran (v8.2.0 installed earlier) in Terminal, I get warnings (not errors) similar to the ones above. However, the code compiles and I get an executable file which subsequently runs and produces the correct output. I am ok to live with the warnings and get a working code. How do I do that using Simply Fortran, which, as I said above, exits with error messages and produces no executable file.
Thanks,
Ranjith