I am building Light Version, VS2013 friendly opensees. I am trying to resolve the error message below.
Error 1 error LNK2019: unresolved external symbol _DPBSV referenced in function "public: virtual int __thiscall BandSPDLinLapackSolver::solve(void)" (?solve@BandSPDLinLapackSolver@@UAEHXZ)
Then, I did file search to link it.
There isn't "DPBSV.lib" , only dpbsv.f
Do I need to compile dpbsv.f separately. Fortan compiling is a bit problem.
lib for dpbsv.f
Moderators: silvia, selimgunay, Moderators
Re: lib for dpbsv.f
no it should be in one of the OpenSees libraries already provided. search the libraries for the missing symbol.