Instructions for gnuplot3.4.

0) Prerequisites: you need gzip, patch and gcc.

1) Get gnuplot3.4.tar.gz from you favorite ftp site for GNU softwares
(for example prep.ai.mit.edu:/pub/gnu).

2) Unarchive gnuplot3.4 and go into this directory.

3) Copy gnuplot.diff here.

4) Apply the patch (patch < gnuplot.diff)

5) Do 'make ibmrtaix' .For a non standard installation, follow the 
instructions in 0INSTALL.

6)  The compiler will stop while compiling term.c (Illegal initialization). 
You need to use gcc to compile term.c and link gnuplot. Just do 'make CC=gcc 
ibmrtaix' and everything should go fine. 

7) BUT once gnuplot is created, you MUST stop the process and compile
gplt_x11.c with cc. Just do 'make ibmrtaix'.

Note: I know that seems crazy but it works and that's the only work around
I've found. Known bug: any plot in polar mode crashes gnuplot.

Francois Normant (fn@mathappl.polymtl.ca).
