This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/8307: libstdc++ fails to compile because of fixincludes headers
- From: Pete Gonzalez <gonz at ratloop dot com>
- To: gcc-gnats at gcc dot gnu dot org,gcc-bugs at gcc dot gnu dot org,nobody at gcc dot gnu dot org,gcc-prs at gcc dot gnu dot org,gonz at ratloop dot com,Peter dot Barada at motorola dot com
- Date: Sat, 15 Feb 2003 15:20:42 -0500
- Subject: Re: other/8307: libstdc++ fails to compile because of fixincludes headers
I regularly build a GCC/Newlib/binutils toolchain and don't see this
problem. Are you configuring using the "--with-headers=..." option?
Yes, but my environment is a bit unusual. I am building an ARM
cross-compiler under Cygwin, using a modified version of this kit:
http://www.io.com/~fenix/devkitadv/
I think this is just an unusual setup that hasn't been tested by
whoever maintains the "fixincludes" code. I don't think it's
specific to Cygwin, because at one point I was able to reproduce
the bug under Debian Linux. If someone wants to volunteer to
debug it, I could probably create a Makefile that reproduces the
problem in one of those environments.
Thanks,
-Pete