>From Eric Bentley:
OS is HP-UX 10.20 on HP 9000 series 700 model 755 machine.
cc is currently non-ANSI.
My texinfo version 4.0 attempted installation:
1) ./configure <----(this seemed
OK)
2) make Here there is a problem as shown below.
TAIL END OF THE OUTPUT FROM "MAKE" COMMAND:
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
-DLOCALEDIR=\"/usr/local/share/locale\" -c node.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
-DLOCALEDIR=\"/usr/local/share/locale\" -c sectioning.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
-DLOCALEDIR=\"/usr/local/share/locale\" -c toc.c
cc -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o
insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o
../lib/libtxi.a ../intl/libintl.a
Making all in po
file=./`echo nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH msgfmt -o $file nl.po
sh[2]: msgfmt: not found.
*** Error exit code 127
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
$
$
$