Hello!
When compiling a Fortran source code using FTN95 v.4.90 personal, the compiler options only work when typed on the command line. As soon as I use /options <file> to make the compiler take the options from the given file, an error message 'More than one source file specified' is output. When I specify exactly the same compiler options as contained in the <file> on the command line, the compiler performs perfectly well.
ftn95 test.for /fixed_format /dreal --> compilation without any errors
ftn95 test.for /options deb.opt --> More than one source file specified
Contents of deb.opt: /fixed_format /dreal
Can anybody help me ?
Rainer Engel