1753973 Members
8026 Online
108811 Solutions
New Discussion

Re: gnuplot 4.6.3

 
Tom Wolf_3
Valued Contributor

gnuplot 4.6.3

Hello again all.

I'm now trying to build gnuplot 4.6.3 on an HP-UX 11.31 ia64 system.

We prefer to build it ourselves as opposed to downloading the depot from http://hpux.connect.org.uk

Anyway, we are using the "B9007AA  C.11.31.07     HP C/aC++ Developer's Bundle" to build it.

The "make" and "configure" complete without error but the "make install" keeps abending with the errors shown below.

Has anyone else encountered this while building gnuplot 4.6 on an HP-UX 11.31 ia64 server?

If so, please explain how you resolved.

Thank you.

 

Tom

 

 

.....

.....

Making install in docs
        cc -g  -o doc2gih doc2gih.o termdoc.o -lm
        ./doc2gih ./gnuplot.doc gnuplot.gih
        ../mkinstalldirs /usr/local/share/gnuplot/4.6
        .././install-sh -c -m 644 gnuplot.gih /usr/local/share/gnuplot/4.6/gnuplot.gih
        /bin/sh /swdev/shareware/gnuplot-4.6.3/missing --run makeinfo -I. ./gnuplot.texi --no-split --output=gnuplot.info
./gnuplot.texi:9205: warning: @ref should not appear in @uref
./gnuplot.texi:17653: raising the section level of @subsubsection which is too low
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

1 REPLY 1
SoumitraC
Frequent Advisor

Re: gnuplot 4.6.3

Have you ensured that all of the required dependencies and related build tools are up to date, as expected by the version of gnuplot you are trying to build and install? The most likely candidate here seems to be "makeinfo"?

 


This link that you already pointed out should help:

   http://hpux.connect.org.uk/hppd/hpux/Development/Tools/gnuplot-4.6.3/

 

Soumitra C
HP-UX Compilers