Alternative of dynamic_cast

Andrea 'Fyre Wyzard' Bocci fwyzard@inwind.it
Mon Jan 5 17:40:00 GMT 2004


At 17:48 02/01/2004 (GMT +0530), Jyotirmoy Das wrote:
>Actually there is symbol resolution problem with dynamic_cast between gcc 
>C++ runtime lib and libjvm. For this reason, my application crashes. The 
>libjmv.so provided by IBM is compiled with gcc 2.95 and my application is 
>running on gcc 2.96. I can't change libjvm or to downgrade the compiler 
>version of my application. As a result, application dumps the core at 
>runtime during the symbol resolution of dynamic_cast. So i need some 
>alternative of that.

Would it be possible to statically link the part of the gcc libary 
responsible for dynamic_cast? Or all the libgcc or whatever, actually ?
Maybe this could help.

.fwyzard. 




More information about the Gcc-help mailing list