Hello everyone,
I´m new in this, so excuse if my question is so basic :(
It is possible to compile just one routine to call from another fortram program? (obviously with the associatted subroutines). Specifically I want to use the sgbsv one to solve a pentadiagonal matrix.
I´m on windows xp and using Compaq Visual fortran to compile. I tried to compile but I obtained this error message:
dfor.lib(DFORMAIN.OBJ) : error LNK2001: unresolved external symbol _MAIN__
Debug/sgbsv.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
It seems that I need a library, could be?
Many thanks in advance to anyone that can help me!!!
Cheers,
Andrea

