lib for dpbsv.f

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
gunmo
Posts: 8
Joined: Sun Dec 28, 2014 7:30 am
Location: UK Edinburgh

lib for dpbsv.f

Post by gunmo » Thu Apr 23, 2015 11:37 am

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.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: lib for dpbsv.f

Post by fmk » Tue Apr 28, 2015 8:58 am

no it should be in one of the OpenSees libraries already provided. search the libraries for the missing symbol.

Post Reply