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

ifc error on redhat

ifc_query
Beginner
528 Views
hi everyone,

i try to compile a program with ifc. but i got the following errors.

>> error start
/tmp/ifcNliKVA.o(.text+0x772): undefined reference to `abort_'
>> error end

in the program, i call abort to exit the program whenever necessary. does that mean "abort" is not a valid call any more for ifc?

anyone have ideas?

thanks in advance!
0 Kudos
2 Replies
TimP
Honored Contributor III
528 Views
abort() is among the functions supported by the -Vaxlib link option.
0 Kudos
ifc_query
Beginner
528 Views
thank you
0 Kudos
Reply