This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11408] installation fails for many target libraries using CONFIG_SHELL
- From: "pme at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2003 19:23:52 -0000
- Subject: [Bug bootstrap/11408] installation fails for many target libraries using CONFIG_SHELL
- References: <20030702154556.11408.pme@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11408
------- Additional Comments From pme at gcc dot gnu dot org 2003-07-21 19:23 -------
Mainline fails to install (2003-07-21) because INSTALL uses a relative path
to refer to toplevel instahll-sh. As soon as the install process goes down to
the gcc subdir, "../sourcedir/install-sh" no longer exists.
The toplevel $srcdir variable itself is no longer being canonicalized to an
absolute path. I think it used to be. In any case, INSTALL definitely needs
to be an absolute path.
In the meantime, I'll configure with an absolute path to 'configure'.