This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Build failure with gcc-ss-20010101
Alexandre Oliva writes:
> On Jan 3, 2001, David Ronis <ronis@ronispc.chem.mcgill.ca> wrote:
>
> > However, the build still fails, (actually I'd posted this problem
> > before, but hadn't realized that it would also lead to a truncated
> > gcc/configure).
>
> Remove gcc/configure again, then run contrib/gcc_update. This will
> make sure the timestamps are up-to-date, so that autoconf won't have
> to run.
>
> --
I did as you suggested, however, cvs failed to create the topmost CVS
directory, which in turn leads to gcc_update failing. For now, I
created an empty CVS directory. (which leads to:
> contrib/gcc_update
Updating CVS tree
cvs update: in directory .:
cvs [update aborted]: *PANIC* administration files missing
Adjusting file timestamps
...
The file timestamps seem to have been adjusted correctly, so I'm
proceding with the build.
David