From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Toon Moene Cc: egcs@cygnus.com Subject: Re: egcs-971201 on m68k-next-nextstep3; Status Report Date: Tue, 02 Dec 1997 18:18:00 -0000 Message-id: <24593.881101122@cygnus.com> References: <9712022154.AA18041@moene.indiv.nluug.nl> X-SW-Source: 1997-12/msg00126.html In message < 9712022154.AA18041@moene.indiv.nluug.nl >you write: > 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. Yup. No suprise there. I don't see a good way to solve the problem in-place. jeff