This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Install error on digital unix v4.0


After compiling using gcc, I get the following error during "make
install"

./../install-sh -c -m 644 ./../include/dis-asm.h
/usr/local/include/dis-asm.h
for f in standards.info configure.info; do  if test -f ./`echo $f | sed
-e 's/.i
nfo$/.texi/'`; then  if make "MAKEINFO=/adp/local/src/gdb-6.2/missing
makeinfo -
-split-size=5000000" $f; then  true;  else  exit 1;  fi;  fi;  done
`standards.info' is up to date.
`configure.info' is up to date.
/bin/sh ./../mkinstalldirs /usr/local/info
if test ! -f standards.info; then cd .; fi;  if test -f standards.info;
then  fo
r i in standards.info*; do  ./install-sh -c -m 644 $i
/usr/local/info/$i;  done;
  fi
sh: ./install-sh: not found
*** Exit 1
Stop.
*** Exit 1
Stop.



Mark Helzer
ADP Dealer Services 
2525 S.W 1st Portland, OR.
(503) 402-3481


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]