[Bug bootstrap/11408] installation fails for many target libraries using CONFIG_SHELL

pme at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 21 19:23:00 GMT 2003


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'.



More information about the Gcc-bugs mailing list