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.

TIME2

Nick2
New Contributor I
366 Views
OK, a certain project gives me the error,

Error 2 error LNK2005: _TIME2 already defined in mylibrary.lib(mysourcefile.obj) PROJECTIAMTRYINGTOCOMPILE

So what I'd like to know, is where in IVF is TIME2 being used? I'm trying to use it as a common block name.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
366 Views
It's used in the portability library if you use the TIME routine from IFPORT. libifport.lib
0 Kudos
Reply