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

linking ifc/df with .a libraries in cygwin

umbabaru
Beginner
880 Views
I'd like to link with some libraries I built in cygwin using gcc. Pardon me if this is a stupid question, but is it possible? ifc/df doesn't seem to know what to do with .a libraries.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
880 Views
Not a stupid question, but I don't know if it's possible. ifc/df support the Microsoft object file format - I suspect the .a format is a UNIX-like format that must be used with the GNU tools.

Steve
0 Kudos
Reply