This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/16024] gengtype crashes with mingw and c++ extension


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]