This is the mail archive of the gcc@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]

Re: trouble building gcc when the sources are on a readonly partition


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


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