How Call C routines present in archive from Fortran on UNIX
Hello All,
I have created a library, an archive of C routines on UNIX, which we need to use with Fortran programs (call from Fortran program). I am linking the library at the time of compiling.
The command which I am using is as...