This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: HP Shared library's
- To: Mark Stewart <StewartMD at logica dot com>
- Subject: Re: HP Shared library's
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 30 May 2001 22:18:13 -0300
- Cc: gcc-help at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <3B1510EA.42677292@logica.com>
On May 30, 2001, Mark Stewart <StewartMD@logica.com> wrote:
> What am I doing wrong?
You're trying to link together code produced by two C++ compilers that
use different name mangling, possibly different field-placement rules,
vtable formats, dynamic initialization markers, etc. That's the
problem the new C++ ABI is supposed to address. GCC 3.0 will conform
to this ABI. Then, as soon as you get a compiler from HP that
conforms to the same ABI, you'll be able to link together code
produced by them.
Until such a compiler is released, you'll have to stick with a single
C++ compiler per application.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me