This is the mail archive of the gcc-regression@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: GCC build failed for native with your patch on 2003-07-04T17:51:31Z.


On Friday, Jul 4, 2003, at 15:16 US/Eastern, Zack Weinberg wrote:

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?

Yes and in Makefile in the build directory.


What is the content of maybedep.tmp in the build directory?

Attachment: maybedep.tmp
Description: Binary data



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?

Yes



Thanks, Andrew Pinski


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