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

undefined reference to `for_check_mult_overflow'

seth_vinod
Beginner
664 Views
i am tryinng build a fortran program. but it is giving me error
: undefined reference to `for_check_mult_overflow'
is this a math libraryor what.
pl if any one can help me
0 Kudos
1 Reply
Steven_L_Intel1
Employee
664 Views
You are linking against a set of ifort libraries that is older than the compiler you are using. Please make sure that you are linking against the current set of libraries installed along with the compiler.
0 Kudos
Reply