GCC build failed for native with your patch on 2003-07-04T17:51:31Z.

Zack Weinberg zack@codesourcery.com
Fri Jul 4 19:16:00 GMT 2003


Andrew Pinski <pinskia@physics.uc.edu> writes:

> I get the same error on my machine and I can answer these questions
> for my machine.
...
>> (1) Did the regression tester check out the new top-level directory?
> yes
>> (2) Was this built with --disable-nls?
> no
>> (3) If it wasn't, what is the content of $(objdir)/intl?
> There is no directory, looks like there is no dependence on intl from
> gcc so it does not even build.

Odd.  I have the following line in the top level Makefile.in, which
should suffice (word wrapped for clarity):

all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison \
         maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld \
         maybe-all-zlib

Is that line in your Makefile.in?  What is the content of maybedep.tmp
in the build directory?  If you forcibly do "make all-intl" from the
top level, then go back to the gcc directory and do "make
stage1_build, does it go through?

zw



More information about the Gcc-regression mailing list