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

dynamic_cast bug in ICC8.0?

Qi_Q_Intel
Employee
439 Views
i am building Mozilla with Intel C++ Compiler for Linux 8.0 and met theerror of
undefined identifier dynamic_cast.
it said this is reserved the future use.
any advice?
my icc version is Build 20031016Z Package ID: l_cc_p_8.0.055
thanks
0 Kudos
1 Reply
cp_jain
Beginner
439 Views
Hi,

This is a known issue with mozilla's configuration - a bug report is already present in mozilla's bugzilla -

http://bugzilla.mozilla.org/show_bug.cgi?id=234506

Basically, you have to remove -fno-rtti option to make it work.

HTH,
CP
0 Kudos
Reply