This is the mail archive of the gcc-bugs@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: link errors with simple c++ prog on hpux10/11/a couple others


> gcc bootstraps just fine. Looks like everything works, however, when
> linking a g++ program, it gets undefined symbols that should probably be
> in libstdc++. This does not occur on a linux build. gcc works just fine
> on all the platforms.

These symbols should come from libgcc.a. Couly you please verify that
they are there, and analyse why they aren't used?

> Also, is libstdc++-v3 supposed to be supported on other than just
> glibc based systems?

Yes, but it would need to be ported to other systems. It is currently
ported to a number of Solaris versions. I'm sure a port to HP/UX would
be appreciated.

Regards,
Martin

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