From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toon Moene To: law@cygnus.com Cc: egcs@cygnus.com Subject: egcs-971201 on m68k-next-nextstep3; Status Report Date: Tue, 02 Dec 1997 16:29:00 -0000 Message-id: <9712022154.AA18041@moene.indiv.nluug.nl> References: <8813.880926033@hurl.cygnus.com> X-SW-Source: 1997-12/msg00113.html Jeff, You wrote: > I think this is the sequence to workaround the include problems. > cd objdir > make all-texinfo all-bison all-byacc all-binutils all-gas all-ld > cd gcc > make bootstrap > make install-headers-tar > cd .. > make bootstrap3 I just tried this today on egcs-971201, but apparently this only works if the user doing the build also has write permission to the install directory; otherwise, `make install-headers-tar' won't succeed, and the subsequent `make bootstrap3' also fails. HTH, Toon.