This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GNU compatibility with HP-UX aC++
- To: "Nguyen, Tan" <tann at exchange dot SanDiegoCA dot NCR dot com>
- Subject: Re: GNU compatibility with HP-UX aC++
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 14 Jul 1998 19:55:39 -0600
- cc: "'egcs at cygnus dot com'" <egcs at cygnus dot com>
- Reply-To: law at cygnus dot com
In message <199807141829.LAA18004@ncr-sd.SanDiegoCA.NCR.COM>you write:
> Hello,
>
> I would like to know if binaries/applications generated/built with GNU
> compiler are compatible with HP-UX aC++. If not, is there a newer
> version of GCC that will be compatible?
Sorry.
In general, it is not possible to mix output from different C++ compilers.
They typically differ in mangling schemes, vtable layouts and other areas.
jeff