Hello,
I am compiling a Fortran program in visual studio with INTEL Visual fortran XE 2013.
I am trying to use the LAPACK Complex Linear Algebra Package. Specifically I am calling the
ZPOSV subroutine When compiling I get an : Unresolved external symbol (ZPOSV)....
In the documentation it says those libraries for the INTEL compiler routines are already there...
So what am I doing wrong when I call the subroutine.... Am I suppose toINCLUDE or USE in
the top of my calling routine ?? Any help would be GREATLY appreciated..........
Rick W.