This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13200] Spaces in paths cause Makefile breakage...
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 16:09:37 -0000
- Subject: [Bug bootstrap/13200] Spaces in paths cause Makefile breakage...
- References: <20031126155955.13200.bsdfan3@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-26 16:09 -------
Not our bug, report it to bison:
if bison -o c-p$$.c c-parse.y; then \
The error messages says it is comming from bison and not from the makefile:
m4: C:/Program: No such file or directory
m4: Files/MSYS/mingw/bin/../share/bison/m4sugar/m4sugar.m4: No such file
or ctory
In fact it looks more like a m4 bug :) .
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13200