osx - How to fix error: invalid value 'f95' in '-x f95'? -
i'm using fortran codeblocks ide, , when try build code error
error: invalid value 'f95' in '-x f95'
and after there no executable file. thing is, when write in terminal
gfortran nameofmyfile.f
i correct executable file "a.out".
question: how can fix problem?
especifications: have mac os x 10.8.5, installed xcode, gcc, , gfortran.
Comments
Post a Comment