This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
Configuring the head version of GCC with CC=gcc ../../src/gcc-head/configure --enable-languages="c" \ --prefix=$HOME/obj/gcc-head/install causes a problem after make bootstrap make install Specifically, within the gcc subdirectory, 'make install' looks for install-sh in ../../src/gcc-head, the top-level source directory, which is wrong (should be ../../../src/gcc-head. This is a change from earlier versions (3.3.2, for example). It is causes by the definition of INSTALL in the top-level Makefile.in, which gets passed down to and overrides the (correct) definition of INSTALL in the gcc subdirectory. If the use of relative paths when invoking configure is to be deprecated, there should be a warning. Better still, revert to the previous definition of INSTALL or otherwise convert to an absolute pathname for INSTALL, as previous versions did.
Hmm this worked in 3.4.0 because I just did a build.
Can you try again?
This worked for me, can you try again?
*** Bug 15668 has been marked as a duplicate of this bug. ***
Andrew reports success. Until more details are provided, I'm closing this PR.
I know this is a bug now, the reason why it works for me is because I compatiable "install" installed.
*** Bug 16363 has been marked as a duplicate of this bug. ***
*** Bug 16835 has been marked as a duplicate of this bug. ***
Postponed until GCC 3.4.3.
*** Bug 17769 has been marked as a duplicate of this bug. ***
*** Bug 17768 has been marked as a duplicate of this bug. ***
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01987.html>. This is also known as <http://sources.redhat.com/bugzilla/show_bug.cgi?id=179>.
Daniel since your patch fixes this bug, could you look into backporting it to the 3.4 branch?
Postponed until GCC 3.4.4.
*** Bug 19306 has been marked as a duplicate of this bug. ***
*** Bug 19751 has been marked as a duplicate of this bug. ***
Fixed on 3.4 and 4.0 branches.
*** Bug 20609 has been marked as a duplicate of this bug. ***
*** Bug 24463 has been marked as a duplicate of this bug. ***