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]
Other format: [Raw text]

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


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


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