M
m_
Hello
I'm relatively new to C programming, I know how to code but linking options,
libraries, etc are completely obscure to me, I'm seeking some advice how to
compile and build freely available package for solving differential
equations CVODE (netlib.org) under any Borland windows compiler or Matlab C
compiler. I can make it under cygwin without errors but I'd like to use the
cvode library in Borland compiled program or Matlab. I can compile it under
Borland 5.02 but when making example code added to the package, it returns
some unresolvings I can't get around.
Info :Making...
Info :Linking C:\ODE\cvdx.exe
Error: Error: Unresolved external '_N_VNew' referenced from C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVodeMalloc' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVDense' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVode' referenced from C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_N_VFree' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVodeFree' referenced from
C:\ODE\CVDX.OBJ
I'm relatively new to C programming, I know how to code but linking options,
libraries, etc are completely obscure to me, I'm seeking some advice how to
compile and build freely available package for solving differential
equations CVODE (netlib.org) under any Borland windows compiler or Matlab C
compiler. I can make it under cygwin without errors but I'd like to use the
cvode library in Borland compiled program or Matlab. I can compile it under
Borland 5.02 but when making example code added to the package, it returns
some unresolvings I can't get around.
Info :Making...
Info :Linking C:\ODE\cvdx.exe
Error: Error: Unresolved external '_N_VNew' referenced from C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVodeMalloc' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVDense' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVode' referenced from C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_N_VFree' referenced from
C:\ODE\CVDX.OBJ
Error: Error: Unresolved external '_CVodeFree' referenced from
C:\ODE\CVDX.OBJ