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

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -