To whom it may concern,
I am attempting to use gfortran. I used the QuickStart installer to install
it. I tried the following:
$ gfortran MOD_GID.F90
and received an error about Winmain missing???
What does this mean and how do I fix it? (I come from Intel's Fortran
compiler).\\Thanks,
Ken
Hello,
I am trying to link gfortran routines which call assembly routines. The linker
cannot find these assembly routines although they have been
assembled using "as" and stored in a static library using "ar".
I have used the following options when assembling:
-c --32 -a=list_file_name -o o
A little background: I have Intel's Fortran90 compiler which I used for years.
However, I recently had to reinstall it and found that the key
was no longer valid. Intel did not have the decency to return my emails so I
looked for another Fortran90 compiler.
I found something called FTN95 (Brit