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/13200] New: Spaces in paths cause Makefile breakage...


Spaces in certain paths cause the Makefile to hang.  Example:

sed -e "/^@@ifobjc.*/,/^@@end_ifobjc.*/d" \
  -e "/^@@ifc.*/d" -e "/^@@end_ifc.*/d" \
  ./c-parse.in >>tmp-c-parse.y
/bin/sh ./move-if-change tmp-c-parse.y /home/Lucas/gcc/gcc-make/gcc/c-parse
cd /home/Lucas/gcc/gcc-make/gcc && \
if bison  -o c-p$$.c c-parse.y; then \
  test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
  mv -f c-p$$.c c-parse.c ; \
else \
  rm -f c-p$$.* ; \
  false ; \
fi
m4: C:/Program: No such file or directory
m4: Files/MSYS/mingw/bin/../share/bison/m4sugar/m4sugar.m4: No such file 
or         ctory

-- 
           Summary: Spaces in paths cause Makefile breakage...
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bsdfan3 at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: pc-mingw-i686
  GCC host triplet: pc-mingw-i686
GCC target triplet: pc-mingw-i686


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13200


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