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.

library problem

tf81
Beginner
637 Views
Hi,When I link the library file got from my friend,get the following error message. "./eos.a(eos.o)(text+0x2f0f)::In function 'eos_':undefined reference to 'f_iof' ". There is 'f_iob','f_ioc','f_iod',and 'f_stop'. other than 'f_iof'.Why get this message? It is because my fortran compiler vergion differ with my friend?
0 Kudos
4 Replies
Steven_L_Intel1
Employee
637 Views
In order to link a Fortran library you get from someone else, you need to have the libraries from that compiler on your system. If one is version 7 and one is version 8, then the library needs to be recompiled with the version you have (or the earlier version should update.)
0 Kudos
tf81
Beginner
637 Views
Is recompiling the library to get source file(*.f),to compile the file,and to make a new library?MustI get the source file ?
0 Kudos
Steven_L_Intel1
Employee
637 Views
Yes, you would need the source files to recompile.
0 Kudos
tf81
Beginner
637 Views
Thank you for the information.
0 Kudos
Reply