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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -