This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971201 on m68k-next-nextstep3; Status Report
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: egcs-971201 on m68k-next-nextstep3; Status Report
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 02 Dec 1997 14:18:42 -0800
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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