[Bug bootstrap/11408] installation fails for many target libraries using CONFIG_SHELL
rlw at cinci dot rr dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 22 02:57: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 rlw at cinci dot rr dot com 2003-07-22 02:57 -------
Subject: Re: installation fails for many target libraries
using CONFIG_SHELL
When looking at the Makefile though the $INSTALL value is not relative.
It is fully qualified, unless I'm looking in the wrong spot. There seem
to only be a few places where libtool is actually called out such as
libstdc++-v3/libffi or libjava. Here is an example of the value of
$INSTALL as set in the Makefile for sparc-sun-solaris2.7/sparcv9/libjava:
INSTALL = /bin/ksh /export/apps/software_orig/gcc/gcc-3.3/install-sh -c
Notice the /bin/ksh in front of the call to install-sh. This seems to
work just fine when $INSTALL is referenced directly, but when it is
called by libtool it crashes with a libtool error.
pme at gcc dot gnu dot org wrote:
>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-22 00:58 -------
>The gcc subdirectory doesn't use libtool to install binaries like "g++". And
>that's one of the files that can't be installed because a relative $INSTALL
>points to a real file only at the top of the build tree.
>
>
>
>
>------- You are receiving this mail because: -------
>You are on the CC list for the bug, or are watching someone who is.
>
>
>
More information about the Gcc-bugs
mailing list