gcc - Make executable not named a.out? -


for example if run gfortran filename.f90 create a.out, i'd filename.out instead.

if need filename other default a.out must pass desired filename after -o argument gcc tool.

gfortran filename.f90 -o filename.out 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -