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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Unresolved Intel Routine during Link

dajum
Novice
469 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
469 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
469 Views

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

Dave

0 Kudos
Reply