--- Comment #6 from pinskia at gcc dot gnu dot org 2007-11-17 20:38 ---
Well this is invalid if you did a configure/make in the gcc source directory
and now trying to build in another directory without doing make distclean.
--
pinskia at gcc dot gnu dot org changed:
What
--- Comment #5 from tkoenig at gcc dot gnu dot org 2007-11-17 16:48 ---
Apparently, I had run "configure" and "make" in the gcc source directory,
which caused this strange behavior. Interestingly, this broke
the build in the bin directory, later.
Checking out a fresh tree, "configure"i
--- Comment #4 from wilson at gcc dot gnu dot org 2007-11-16 22:37 ---
This problem occurs if you accidentally run
../gcc/gcc/configure
instead of
../gcc/configure
I've tried looking at make -d output, and there isn't enough info there to see
what is going wrong. In the second case
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-11-16 21:00 ---
Hi Mark,
this should probably be a P1. Booting on Linux isn't all that
uncommon.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--