This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: link errors with simple c++ prog on hpux10/11/a couple others
- To: nneul at umr dot edu
- Subject: RE: link errors with simple c++ prog on hpux10/11/a couple others
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Wed, 5 Jul 2000 17:38:35 -0400
- Cc: gcc-bugs at gcc dot gnu dot org
> From: "Neulinger, Nathan R." <nneul@umr.edu>
> > > 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.
>
> That makes sense, but it doesn't look like it's set up to be ported - with
> the way those files/defines are hardcoded into config files included by all
> the source files.
Those files/defines are specific to the configuration, which is discovered
during the build. For example, when I build it on Solaris, all those
things get automatically hardcoded for Solaris. The setup is not perfect,
but not as bad as you think. Porting is a key concern; there just haven't
been many people stepping forward with HP/UX headers.
Take a brief look at <URL:http://sourceware.cygnus.com/libstdc++/status.html>
for the platform situation as of late April.
Phil