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.
29285 Discussions

How to find out the compiler and version no.

rase
New Contributor I
452 Views

Hallo friends,

does anybody know how to find out which compiler (CVF/IVF) and version (IVF) was used to compile an object file, a library, dllor exe? Is it even possible?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
452 Views
The version number is typically not recorded in the object. You can sometimes get a clue from the object or library or DLL by seeing what libraries it references a - mention of dfconsol means CVF, for example.
0 Kudos
Reply