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

2.95.1 Bootstrap fails in stage3



Hi,

I just upgraded libc to glibc-2.1.2 (from gnulibc1) as my primary
library and decided to rebuild gcc-2.95.1 (I have been running it
without trouble under libc1) on my i586-linux-2.2.12 box.

The bootstrap build procedes normally until it gets to the last stage
where the following happens:


make[2]: Entering directory `/home/ronis/glibc2/objdir/i586-pc-linux-gnu/libio'
make[2]: *** No rule to make target `,(gcc_version_trigger)', needed by `Makefile'.  Stop.
make[2]: Leaving directory `/home/ronis/glibc2/objdir/i586-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/home/ronis/glibc2/objdir'
make: *** [bootstrap] Error 2

Sure enough in the makefile there is a line:

Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) ,(gcc_version_trigger)
	$(SHELL) ./config.status

Notice the $ is missing in front of (gcc_version_trigger).  Is this
correct?  If not I can put it in manually and finish the build;
needless to say this didn't happen before installing glibc2, so I'll
wait before doing this.

Thanks in advance

David


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