I'm compiling a Fortran90 module that does not have the routine names exported correctly and, when I try to link it against other routines, the linker gives me an **undefined symbol** error. Weird since it only happens with some functions. The functions are there in the "contains" section of my module. I already used the nm command to see what symbols are being exported and these 3 functions are being compiled as "undefined".
My compiler version is:
f95: Sun Fortran 95 8.3 Linux_i386 Patch 127145-01 2007/07/31
and the module is available
here
I'm now updating my SS12 to seem if this problem was already detected ad solved
regards
Renato