|
Beginning with the 9.x release, Fortran applications are no longer linked against a C++ runtime library by default. The Intel® Fortran driver (ifort) may be used to link mixed C++ and Fortran applications by using the -cxxlib option to link against a C++ runtime library. If the Intel® C++ driver (icpc/icl) is used to link mixed C++ and Fortran applications, the appropriate Fortran runtime libraries must be added to the command line. The runtime libraries supplied with the Intel® Fortran compiler are listed in the "Libraries Provided by Intel Fortran" section of the Fortran Compiler User's Guide. It is possible to see which runtime libraries would be linked by either of the compiler drivers by using the -dryrun command line option.
This applies to:
|