On Tue, Jul 11, 2006 at 12:23:16PM -0400, George Bosilca wrote:
> I doubt that icc should know anything about
> the gxx_personality. In fact it look like icc is trying to use some
> libraries compiled with g++.
As an aside, both Intel C++ and PathScale C++ are 100% g++ compatible.
Symbols like this are part of the g++ compatibility:
[lindahl_at_eng-23 2.4]$ nm ipl.so| grep gxx
00000000000a21dc V DW.ref.__gxx_personality_v0
U __gxx_personality_v0@@CXXABI_1.2
-- greg
|