This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: libstdc++-v3 (-current) not building
- To: brent at rcfile dot org
- Subject: Re: libstdc++-v3 (-current) not building
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 4 Oct 2000 17:53:47 -0700 (PDT)
- cc: stdc++ <libstdc++ at sourceware dot cygnus dot com>
--enable-cshadow-headers now actually does something when you enable it.
So, be warned......
shadow headers only work (have been tested on) glibc-2.1.x systems (RH
6.2, etc.) and not glibc-2.2.x systems (RH 7.0, etc.)
You've probably run into an issue WRT the different c libraries. You can
either try to build w/o shadow headers, or slog through the shadow header
gunk.
> FYI. build failure described below. Can someone post flags used to
> successfully build cvs sources? Also, Benjamin, I recall you mentioning
> that you had a (slightly?) modified set of headers from glibc-2.2.
> Could you share those modifications in hopes that that might solve
> my non-build status, or perhaps give me some clue as to how to solve
> this problem.
umm. I was talking about libio stuff. I wish I had a set of silver bullet
sources.....they'd be checked into the CVS repository.
;)
-benjamin