Hello, I am a C programmer, I have developed a set of subroutines in C and put them in a library, a .a file. These subroutines get called inside a Fortran program using CALL subroutine name.
I am working on IBM AIX. So the command I use to compile & link is -
xlf -o add.o -c liborac.a add.f...