When running make install for gcc 3.4.6 on solaris 2.10 it complains about a trivial "install-sh" not found in <BUILD-DIR>/sparc-sun-solaris2.10
The bug is trivial since it refers a full PATH for "install-sh" starting (relatively) from libf2c (<something up to /sparc-sun-solaris2.10>/libf2c/../install-sh There is no install-sh there ! The path has to be corrected (in the Makefile) or a symbolic link has to be added in the sparc-sun-solaris2.10 directory (up to "../install-sh") I hope it will help -- Summary: install-sh not found while "make install" for lib2fc Product: gcc Version: 3.4.6 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: libf2c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: manuel dot bettini at airbus dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27751