[Bug bootstrap/17769] New: ./install.sh is not found in gcc/ directory at 'make install'
enok at lysator dot liu dot se
gcc-bugzilla@gcc.gnu.org
Fri Oct 1 09:14:00 GMT 2004
I configure with
CC=cc CFLAGS=-ieee MAKE=gmake ./configure --prefix=/bdisk/enok
(The CFLAGS=-ieee is necessary or the build fails. Maybe this should be
auto-detected?) Then I do
gmake bootstrap
Success! Finally I want to install:
gmake install
This fails with the following output:
/bin/sh ./mkinstalldirs /bdisk/enok /bdisk/enok
gmake[1]: Entering directory `/bdisk/enok/src/gcc-3.4.2/gcc'
/bin/sh ./mkinstalldirs /bdisk/enok/lib/gcc/alphaev67-dec-osf5.1/3.4.2
mkdir -p -- /bdisk/enok/lib/gcc/alphaev67-dec-osf5.1/3.4.2
/bin/sh ./mkinstalldirs /bdisk/enok/libexec/gcc/alphaev67-dec-osf5.1/3.4.2
mkdir -p -- /bdisk/enok/libexec/gcc/alphaev67-dec-osf5.1/3.4.2
/bin/sh ./mkinstalldirs /bdisk/enok/bin
mkdir -p -- /bdisk/enok/bin
/bin/sh ./mkinstalldirs /bdisk/enok/include
mkdir -p -- /bdisk/enok/include
/bin/sh ./mkinstalldirs /bdisk/enok/info
mkdir -p -- /bdisk/enok/info
/bin/sh ./mkinstalldirs /bdisk/enok/lib
/bin/sh ./mkinstalldirs /bdisk/enok/man/man1
mkdir -p -- /bdisk/enok/man/man1
/bin/sh ./mkinstalldirs /bdisk/enok/man/man7
mkdir -p -- /bdisk/enok/man/man7
for file in cc1 ; do \
if [ -f $file ] ; then \
rm -f /bdisk/enok/libexec/gcc/alphaev67-dec-osf5.1/3.4.2/$file; \
./install-sh -c $file
/bdisk/enok/libexec/gcc/alphaev67-dec-osf5.1/3.4.2/$file; \
else true; \
fi; \
done
/bin/sh: ./install-sh: not found
gmake[1]: *** [install-common] Error 1
gmake[1]: Leaving directory `/bdisk/enok/src/gcc-3.4.2/gcc'
gmake: *** [install-gcc] Error 2
--
Summary: ./install.sh is not found in gcc/ directory at 'make
install'
Product: gcc
Version: 3.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: enok at lysator dot liu dot se
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: alphaev67-dec-osf5.1
GCC host triplet: alphaev67-dec-osf5.1
GCC target triplet: alphaev67-dec-osf5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17769
More information about the Gcc-bugs
mailing list