This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11671] New: make install: install-sh: not found
- From: "Markus dot Schaeffer at np-gmbh dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2003 13:21:04 -0000
- Subject: [Bug c++/11671] New: make install: install-sh: not found
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11671
Summary: make install: install-sh: not found
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Markus dot Schaeffer at np-gmbh dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: AIX 4.3.3
GCC host triplet: AIX 4.3.3
GCC target triplet: AIX 4.3.3
after a
./configure --prefix=/pkg/deap1a/gcc_3.2.3 \
--enable-language=c,c++ \
--enable-threads=pthreads
in the gcc-3.2.3 folder. Copiling was ok but a make install comes with
make install: install-sh: not found !!!
is there a workarround ?