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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -