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

IMSL

lspinu
Beginner
643 Views
I am trying to use IMSL libraries with Intel Visual Fortran Pro 9.0 and I am obtaining a building error. I followed all the instructions from the IMSL readme file ( specify the path of the include and libraries) without any success.I created a console application using an example found on IMSL ( imslmp.f90).
I would appreciate if you can help me with this issue
Below is the obtained error message:

------ Build started: Project: Console1, Configuration: Debug Win32 ------

Linking...

Source1.obj : error LNK2019: unresolved external symbol _S_RAND_GEN referenced in function _MAIN__

Source1.obj : error LNK2019: unresolved external symbol _VERML referenced in function _MAIN__

Source1.obj : error LNK2019: unresolved external symbol _S_SHOW_V referenced in function _MAIN__

Source1.obj : error LNK2019: unresolved external symbol _ERSET referenced in function _MAIN__

Source1.obj : error LNK2019: unresolved external symbol _E1CHK referenced in function _MAIN__

Source1.obj : error LNK2019: unresolved external symbol _N1RNOF referenced in function _MAIN__

Debug/Console1.exe : fatal error LNK1120: 6 unresolved externals

Build log written to file://D:fortranprojectsConsole1DebugBuildLog.txt

Console1 build failed.

---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped

0 Kudos
0 Replies
Reply