This is the mail archive of the gcc-help@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]

Re: HP Shared library's


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


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