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

Unresolved external when using /Qipo option

jajr
Beginner
437 Views

I'm trying to optimise an application, but when I try to use interprocedural optimizations between files (/Qipo) I get an unresolved external on linking. The error reported is:

libifcoremt.lib(libifcoremain.obj) : error LNK2019: unresolved external symbol _MAIN__ referenced in function _main

Without the /Qipo option the project links and runs with no problem.

Can anyone help?

Thanks

Jim

0 Kudos
1 Reply
Steven_L_Intel1
Employee
437 Views
Please submit a test case to Intel Premier Support.
0 Kudos
Reply