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
Post a Comment