1752806 Members
6458 Online
108789 Solutions
New Discussion

Re: Questions about GCC

 
SOLVED
Go to solution
Steve Ellcey
Valued Contributor

Re: Questions about GCC

I am afraid you are out of luck then. There is no way to combine C++ code compiled with aCC with C++ code compiled with g++. On PA, the two compilers have completely different ABI's (different name mangling), and on both PA and IPF the two compilers have different runtime libraries. Each compiler only works with its own runtime library and you can't link in both C++ runtime libraries into one executable.