Working with Shared Object build with different Complier.
Jim Wilson
wilson@tuliptree.org
Mon Jun 9 18:01:00 GMT 2003
Siddharameshwar wrote:
> The first application (which uses G++ complier for Compiling) provides
> interfacing with other any application.
> The second application is built using C++ complier.
There isn't enough useful info here. See the instructions in the gcc
manual for reporting bugs.
However, it appears that you are trying to link g++ compiled code with
code compiled by some other C++ compiler. This is not supported, and
may not be possible to get working, because there is no useful
compatibility between different C++ compilers. There is some recent
work on a C++ ABI standard, but it will be a while before we have
reliable link-time compatibility between multiple C++ compilers.
Jim
More information about the Gcc
mailing list