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

Using GCC to link with a library built with Intel Fortran Compiler

benda
Beginner
484 Views

Hi,

I'm using GCC to build a C program (Linux).

I'm linking with a 3rd party library that was built using Intel Fortran Compiler.

The linker fails with the following undefined symbols:

f_cpstr, f_iof, f_iob, f_cpystr, f_iod, f_stop.

Is there a library that I need to link with?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
484 Views
There are several libraries you will need, but which ones depend on how you compiled. Please consult the Intel Fortran User's Guide for details.
0 Kudos
Reply