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

Intel C++ Composer XE 2011 for Mac OS* X : problem

hcyrano
Beginner
240 Views
hi all, and happy new year

my config macpro 2008, XCode 3.2.2, snow leopard 10.6.6
two things:
i have ipo warning:

ipo:0:0 warning #11021: unresolved __cxa_atexit

ipo:0:0 warning #11021: unresolved __cxa_end_catch

ipo:0:0 warning #11021: unresolved __cxa_rethrow

ipo:0:0 warning #11021: unresolved __cxa_begin_catch

ipo:0:0 warning #11021: unresolved __cxa_call_unexpected

ipo:0:0 warning #11021: unresolved __cxa_get_globals_fast

how fix this?

and:

i cant' use analyse's tools

/Developer/usr/bin/icc-2011-base/bin/intel64/svcpcom: No such file or directory

i use a evaluation version.

0 Kudos
2 Replies
Om_S_Intel
Employee
240 Views
It may be possible that thesefunctions are inlined and you do not get symbol in symbol table.You may try -no-ipo option to disable the the IPO optimization and see if the the warnings are gone.

0 Kudos
Om_S_Intel
Employee
240 Views

This issue is not concerned with licensing.

0 Kudos
Reply