Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

__intel_f2int?

phantomus
Beginner
280 Views

Hello,

I have a problem that is driving me nuts: I am playing around with the project files to get a stable 'release' build and a 'draft' build (release, no debug, but faster builds) and each time I run into this error that I cannot recover from:

1>rtcore.lib(core.obj) : error LNK2001: unresolved external symbol ___intel_f2int

...At which point I need to delete the configuration and make a fresh copy of the release configuration in the configuration manager.

What is this error, how do I prevent it, and how can I solve it?

- Jacco.

0 Kudos
1 Reply
phantomus
Beginner
280 Views

Here is some additional information:

My project uses two static libraries, and one application that uses these libraries (split to decrease build times). I get the above error when I turn off 'whole program optimization'. In that case, during build I still get the message '1>ipo: remark #11000: performing multi-file optimizations'. Why?

- Jacco.

0 Kudos
Reply