Forum Moderators: bakedjake
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." Linux version 2.6.18-028stab064.7-ent (root@rh5-build-x64) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Thu Aug 20 22:25:02 MSD 2009 [root@#*$!X yum-2.0.7]# make
for subdir in bin etc docs po ; do \
make -C $subdir ; \
done
make[1]: Entering directory `/root/yum/yum-2.0.7/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/yum/yum-2.0.7/bin'
make[1]: Entering directory `/root/yum/yum-2.0.7/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/yum/yum-2.0.7/etc'
make[1]: Entering directory `/root/yum/yum-2.0.7/docs'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/yum/yum-2.0.7/docs'
make[1]: Entering directory `/root/yum/yum-2.0.7/po'
for cat in cs.po es.po ru.po uk.po; do \
lang=`basename $cat .po`; \
if msgmerge -v $lang.po yum.pot > $lang.pot ; then \
mv -f $lang.pot $lang.po ; \
echo "msgmerge -v of $lang succeeded" ; \
else \
echo "msgmerge -v of $lang failed" ; \
rm -f $lang.pot ; \
fi \
done
/bin/sh: line 1: msgmerge: command not found
msgmerge -v of cs failed
/bin/sh: line 1: msgmerge: command not found
msgmerge -v of es failed
/bin/sh: line 1: msgmerge: command not found
msgmerge -v of ru failed
/bin/sh: line 1: msgmerge: command not found
msgmerge -v of uk failed
msgfmt --statistics --verbose -o cs.mo cs.po
make[1]: msgfmt: Command not found
make[1]: *** [cs.mo] Error 127
make[1]: Leaving directory `/root/yum/yum-2.0.7/po'
make: *** [all] Error 2
Are you sure the version you downloaded was compatible with the linux install?
Would need to see the full list of errors before the configure: error to see what is breaking it.
[root@#*$!X root]# ls
gcc-4.4.4 gcc-g++-4.4.tar.gz yum
[root@#*$!X root]# cd gcc-4.4.4
[root@#*$!X gcc-4.4.4]# ls
gcc libstdc++-v3
[root@#*$!X gcc-4.4.4]# cd libstdc++-v3/
[root@#*$!X libstdc++-v3]# ls
ChangeLog ChangeLog-2004 acinclude.m4 crossconfig.m4 scripts
ChangeLog-1998 ChangeLog-2005 aclocal.m4 doc src
ChangeLog-1999 ChangeLog-2006 config fragment.am testsuite
ChangeLog-2000 ChangeLog-2007 config.h.in include
ChangeLog-2001 Makefile.am configure libsupc++
ChangeLog-2002 Makefile.in configure.ac linkage.m4
ChangeLog-2003 README configure.host po
[root@yankback libstdc++-v3]# ./configure
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
[root@#*$!X libstdc++-v3]#
[1][edited by: tedster at 12:58 am (utc) on May 11, 2010]
[root@#*$!X root]# ls
gcc-4.4.4 gcc-g++-4.4.tar.gz yum
[root@#*$!X root]# cd gcc-4.4.4/
[root@#*$!X gcc-4.4.4]# ls
gcc libstdc++-v3
[root@#*$!X gcc-4.4.4]# cd gcc
[root@#*$!X gcc]# ls
cp
[root@#*$!X gcc]# cd cp
[root@#*$!X cp]# ls
ChangeLog ChangeLog-2008 cvt.c method.c
ChangeLog-1993 ChangeLog.ptr cxx-pretty-print.c name-lookup.c
ChangeLog-1994 ChangeLog.tree-ssa cxx-pretty-print.h name-lookup.h
ChangeLog-1995 Make-lang.in decl.c operators.def
ChangeLog-1996 NEWS decl.h optimize.c
ChangeLog-1997 call.c decl2.c parser.c
ChangeLog-1998 cfns.gperf dump.c pt.c
ChangeLog-1999 cfns.h error.c ptree.c
ChangeLog-2000 class.c except.c repo.c
ChangeLog-2001 config-lang.in expr.c rtti.c
ChangeLog-2002 cp-gimplify.c friend.c search.c
ChangeLog-2003 cp-lang.c g++spec.c semantics.c
ChangeLog-2004 cp-objcp-common.c init.c tree.c
ChangeLog-2005 cp-objcp-common.h lang-specs.h typeck.c
ChangeLog-2006 cp-tree.def lex.c typeck2.c
ChangeLog-2007 cp-tree.h mangle.c
[root@#*$!X cp]#