This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Working with Shared Object build with different Complier.


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]