Here's it for you, a bug in the "missing" script.
Paolo
--- Begin Message ---
There was an error when I ran "make install-strip".
Thanks for gnuplot. The demos are working just fine.
I am running gnuplot on HP-UX B.11.23 U ia64
Dale Holt
Colorado Springs
Making install in docs
/home/dholt/gnu/gnuplot-4.0.0/docs
gmake[2]: Entering directory `/home/dholt/gnu/gnuplot-4.0.0/docs'
../mkinstalldirs /home/dholt/share/gnuplot/4.0
.././install-sh -c -m 644 gnuplot.gih
/home/dholt/share/gnuplot/4.0/gnuplot.gih
/bin/sh /home/dholt/gnu/gnuplot-4.0.0/missing --run makeinfo -I.
./gnuplot.texi --no-split --output=gnuplot.info
/home/dholt/gnu/gnuplot-4.0.0/missing[52]: makeinfo: not found.
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
sed: unrecognized option `--output=gnuplot.info'
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-n, --quiet, --silent
suppress automatic printing of pattern space
-e script, --expression=script
add the script to the commands to be executed
-f script-file, --file=script-file
add the contents of script-file to the commands to be
executed
-i[SUFFIX], --in-place[=SUFFIX]
edit files in place (makes backup if extension supplied)
-l N, --line-length=N
specify the desired line-wrap length for the `l' command
--posix
disable all GNU extensions.
-r, --regexp-extended
use extended regular expressions in the script.
-s, --separate
consider files as separate rather than as a single
continuous
long stream.
-u, --unbuffered
load minimal amounts of data from the input files and flush
the output buffers more often
--help display this help and exit
--version output version information and exit
If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret. All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.
E-mail bug reports to: [EMAIL PROTECTED] .
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
usage: touch [-amc] [-t [[CC]YY]MMDDhhmm[.SS] | -r ref_file] file ...
../mkinstalldirs /home/dholt/info
.././install-sh -c -m 644 gnuplot.info /home/dholt/info/gnuplot.info
.././install-sh: gnuplot.info does not exist.
gmake[2]: *** [install-info] Error 1
gmake[2]: Leaving directory `/home/dholt/gnu/gnuplot-4.0.0/docs'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/home/dholt/gnu/gnuplot-4.0.0'
gmake: *** [install-strip] Error 2
--- End Message ---