Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

one API, FORTRAN and IMSL

lmkovach
Beginner
1,578 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
1,559 Views

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

0 Kudos
Ron_Green
Moderator
1,544 Views

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

0 Kudos
mecej4
Honored Contributor III
1,523 Views

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

0 Kudos
Reply