Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28485 Discussions

I have the an error LNK2019, imsls_err.lib(flexlm.obj)

zlzgj
Beginner
378 Views

when building a DLL in fortran. I gotthe"error LNK2019: imsls_err.lib(flexlm.obj)", I don't know how can solve it.
My IVF is 11.1.051,VS 2008, IMSL6.0

0 Kudos
3 Replies
mecej4
Honored Contributor III
378 Views
That's only part of the linker error message, and identifies the routine that contains an external declaration that was not satisfied. The other part of the message identifies the external symbol that was not found.

We need more information; possibly, the link line; even better, a small and complete example.
0 Kudos
zlzgj
Beginner
378 Views

Thank you for your reply. theothermessages are same as I said above;They are:

error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)
error LNK2019: imsls_err.lib(flexlm.obj)

How can I do? Thanks again!

0 Kudos
Steven_L_Intel1
Employee
378 Views
Closing this duplicate thread.
0 Kudos
Reply