link errors with simple c++ prog on hpux10/11/a couple others

Phil Edwards pedwards@disaster.jaj.com
Wed Jul 5 14:38:00 GMT 2000


> 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



More information about the Gcc-bugs mailing list