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