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

one API, FORTRAN and IMSL

lmkovach
Beginner
778 Views

I'm using one API and IMSL for my Fortran program but when start to link the program the  following error appear for fft: "unresolved external symbol FFT3F"

 

0 Kudos
4 Replies
Abhishek81
Novice
759 Views

This might be a case of missing additional dependencies adding in the library name may help you.

0 Kudos
Ron_Green
Moderator
744 Views

How did you set the library path and external libraries in your build?

0 Kudos
mecej4
Honored Contributor III
723 Views

Please state which version of IMSL you are trying to link with, and show the compiling and linking command lines.

0 Kudos
Reply