[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 00:30: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 00:30 -------
Subject: Re: installation fails for many target libraries
using CONFIG_SHELL
It seems like this problem is really more w/ libtool than w/ the
makefile because if I remove the leading /bin/ksh from the INSTALL value
it seems to fix the problem. I haven't had a chance to delve into the
code of libtool, but perhaps it just doesn't know how to interpret the
two part command.
Richard
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-21 23:06 -------
>Not NFS mounts, but automounters tend to get confused. Thus this fragment,
>snipped from libstdc++'s configury:
>
> # These need to be absolute paths, yet at the same time need to
> # canonicalize only relative paths, because then amd will not unmount
> # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
> glibcxx_builddir=`${PWDCMD-pwd}`
> case $srcdir in
> [\\/$]* | ?:[\\/]*) glibcxx_srcdir=${srcdir} ;;
> *) glibcxx_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
> esac
>
>So I guess srcdir needs to stay unchanged. However, INSTALL does need to be
>fixed, somehow; that's the actual bug. (The srcdir thing just caught my
>attention.)
>
>
>
>
>
>------- 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