Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

one API, FORTRAN and IMSL

lmkovach
Beginner
457 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
Black Belt
438 Views

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

Ron_Green
Moderator
423 Views

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

mecej4
Black Belt
402 Views

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

Reply