This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16024] gengtype crashes with mingw and c++ extension
- From: "jfierstone at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2004 09:46:29 -0000
- Subject: [Bug bootstrap/16024] gengtype crashes with mingw and c++ extension
- References: <20040616192549.16024.jfierstone@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jfierstone at gmx dot net 2004-06-17 09:46 -------
It doesn't solve the problem.
I found a trick, by replacing absolute path by relative path in the
gcc/gcc/Makefile for srcdir, GTFILES_SRCDIR, which change gcc/gtyp-gen.h paths
into relative paths.
I think this bug is due to mingw vs w$ paths management (/c/... in mingw and c:\
for w$) which causes this crashes in executable file built by mingw/gcc.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |SUSPENDED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16024