This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: trouble building gcc when the sources are on a readonly partition
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: Enache Adrian <enache at rdslink dot ro>
- Cc: gcc at gcc dot gnu dot org
- Date: 22 Sep 2003 15:01:48 +0200
- Subject: Re: trouble building gcc when the sources are on a readonly partition
- References: <20030920080800.GB1261@ratsnest.hole>
Enache Adrian <enache@rdslink.ro> writes:
> Even if using a separate build directory, the build process seems to
> directly modify/create/delete files in the sources.
You should be able to get rid of (most of?) this by setting parsedir and
docobjdir in gcc/Makefile.in to refer to objdir instead of srcdir.
> gcc/libf2c-libI77:
> config.h.in
> stamp-h.in
>
> gcc/libf2c-libU77:
> config.hin
> stamp-h.in
Did you update your cvs checkout with contrib/gcc_update or just use cvs
update? In the former case, if this part of the problem persists, report a
bug.
Rainer