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

Unresolved Intel Routine during Link

dajum
Novice
452 Views

Steve,

I'm compiling/linking with IVF10.0. I get an unresolved external ___intel_f2int. Any help on why this isn't being found?

Dave

0 Kudos
2 Replies
Jugoslav_Dujic
Valued Contributor II
452 Views
This is a new RTL routine in V.10. The unresolved external indicates that you're actually linking against V.9x run-time libraries; check your Linker paths and/or LIB environment variable.
0 Kudos
dajum
Novice
452 Views

THanks! it was getting the 9.0 compiler from my script instead of the v.10 one.

Dave

0 Kudos
Reply