Bug 11671 (MEMO_TUC) - make install: install-sh: not found
Summary: make install: install-sh: not found
Status: RESOLVED DUPLICATE of bug 9208
Alias: MEMO_TUC
Product: gcc
Classification: Unclassified
Component: libf2c (show other bugs)
Version: 3.2.3
: P2 normal
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2003-07-25 13:21 UTC by Markus
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: AIX 4.3.3
Target: AIX 4.3.3
Build: AIX 4.3.3
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus 2003-07-25 13:21:03 UTC
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 ?
Comment 1 Andrew Pinski 2003-07-25 14:32:40 UTC
This is a dup of bug 9208 which is fixed in 3.3, we recommend you build in a seperate 
directory.  If you build gcc in a seperate directory this would not be a problem.  If you want 
to build in the same directory as the source, can you try 3.3?

*** This bug has been marked as a duplicate of 9208 ***