Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2004 12:01:37 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        FreeBSD Ports <ports@FreeBSD.ORG>
Subject:   autoconf/automake guru wanted [gnuplot-4.0 with patches]
Message-ID:  <20040428150137.GA74586@iib.unsam.edu.ar>

next in thread | raw e-mail | index | archive | help

--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi!

I came across a specific need for my day job. For this I
need a patched version of gnuplot. See:
http://www.bmsc.washington.edu/people/merritt/gnuplot/

The problem is that the patches apply to v4.0 of gnuplot,
which is not in the ports collection. So, after writing the
maintainer and not receiving a reply, I decided to go ahead
and try to update the gnuplot port to v4.0 and at the same
time include (perhaps as an option) the patches I need.

So I downloaded the gnuplot-4.0.0 sources, and started
working:
i) gnuplot 4.0.0 configures and builds fine on FreeBSD-4.9
without modifying it or porting it.
ii) the mentioned patches (datastrings/histograms) apply
cleanly to 4.0.0

However, both patches require that I run autoconf
after applying them. And here I started having problems,
because I really do not understand i) how autoconf/automake
work and ii) how FreeBSD deals with different conf/make
versions.

After applying the patches I ran autoconf259 (I also have
autoconf213 in my system), which gave no error or signs.
Next, I ran configure using the new options
'--enable-datastrings and --enable-histograms'. Configure
does not produce any errors, however upon calling 'make'
there are some errors about missing 'aclocal', 'autoheader',
'autoconf' and then a re-check happens which re-runs
configure and make. At this time there are errors about a
missing 'automake-1.7'.

I have attached the output of what I've done, so you can see
for youselves.

My questions:
Do these errors about missing auto[conf/header/make] come
from the way FreeBSD deals with different versions of them?
If so, would using bsd.port.mk (i.e. writing a port skeleton
that uses autoconf/make whatever) or some other magic fix
it?
If so, how should I go about writing such a port skeleton?
>From reading bsd.autotools.mk I now know that if I call
USE_AUTOCONF, then autoconf would be called before calling
configure. But I am still completely ignorant about what
versions of auto[conf/header/make/etc] are required by
gnuplot-4.0.0. How do I get to know this?

Thanks in advance for any help,

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan

--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch.out"
Content-Transfer-Encoding: quoted-printable

Script started on Wed Apr 28 11:37:53 2004
You have 61 mail messages.=0D
[fernan@pi] ./configure --enable-datastrings --enable-histograms=1B[52Dauto=
conf259=1B[K=1B[11Dpatch -p1 < ../histograms_4.0.patch=1B[20D=1B[4hd=1B[4la=
tastring=1B[11C=0D=0D
Hmm...  Looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/configure.in gnuplot-cvs/configure.in=0D
|--- gnuplot/configure.in	2004-03-31 16:40:41.000000000 -0800=0D
|+++ gnuplot-cvs/configure.in	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file configure.in using Plan A...=0D
Hunk #1 succeeded at 735.=0D
Hunk #2 succeeded at 965.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/ctg-y2.dat gnuplot-cvs/demo/ctg-y2.dat=0D
|--- gnuplot/demo/ctg-y2.dat	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/ctg-y2.dat	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/ctg-y2.dat...)=0D
Patching file demo/ctg-y2.dat using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/datastrings.dem gnuplot-cvs/demo/datastrings.dem=0D
|--- gnuplot/demo/datastrings.dem	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/datastrings.dem	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/datastrings.dem...)=0D
Patching file demo/datastrings.dem using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/labelplot.pdb gnuplot-cvs/demo/labelplot.pdb=0D
|--- gnuplot/demo/labelplot.pdb	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/labelplot.pdb	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/labelplot.pdb...)=0D
Patching file demo/labelplot.pdb using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/nearmap.csv gnuplot-cvs/demo/nearmap.csv=0D
|--- gnuplot/demo/nearmap.csv	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/nearmap.csv	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/nearmap.csv...)=0D
Patching file demo/nearmap.csv using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/starmap.dem gnuplot-cvs/demo/starmap.dem=0D
|--- gnuplot/demo/starmap.dem	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/starmap.dem	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/starmap.dem...)=0D
Patching file demo/starmap.dem using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/demo/table.dat gnuplot-cvs/demo/table.dat=0D
|--- gnuplot/demo/table.dat	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-cvs/demo/table.dat	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
(Creating file demo/table.dat...)=0D
Patching file demo/table.dat using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/docs/gnuplot.doc gnuplot-cvs/docs/gnuplot.doc=0D
|--- gnuplot/docs/gnuplot.doc	2004-04-16 09:48:04.000000000 -0700=0D
|+++ gnuplot-cvs/docs/gnuplot.doc	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file docs/gnuplot.doc using Plan A...=0D
Hunk #1 succeeded at 564.=0D
Hunk #2 succeeded at 2999.=0D
Hunk #3 succeeded at 3298.=0D
Hunk #4 succeeded at 5196.=0D
Hunk #5 succeeded at 5245.=0D
Hunk #6 succeeded at 7026.=0D
Hunk #7 succeeded at 7303.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/axis.c gnuplot-cvs/src/axis.c=0D
|--- gnuplot/src/axis.c	2004-04-13 23:08:26.000000000 -0700=0D
|+++ gnuplot-cvs/src/axis.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/axis.c using Plan A...=0D
Hunk #1 succeeded at 45.=0D
Hunk #2 succeeded at 1617.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/axis.h gnuplot-cvs/src/axis.h=0D
|--- gnuplot/src/axis.h	2004-04-13 23:08:26.000000000 -0700=0D
|+++ gnuplot-cvs/src/axis.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/axis.h using Plan A...=0D
Hunk #1 succeeded at 639.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/datafile.c gnuplot-cvs/src/datafile.c=0D
|--- gnuplot/src/datafile.c	2004-04-13 23:08:26.000000000 -0700=0D
|+++ gnuplot-cvs/src/datafile.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/datafile.c using Plan A...=0D
Hunk #1 succeeded at 74.=0D
Hunk #2 succeeded at 154.=0D
Hunk #3 succeeded at 174.=0D
Hunk #4 succeeded at 267.=0D
Hunk #5 succeeded at 282.=0D
Hunk #6 succeeded at 352.=0D
Hunk #7 succeeded at 376.=0D
Hunk #8 succeeded at 401.=0D
Hunk #9 succeeded at 632.=0D
Hunk #10 succeeded at 663.=0D
Hunk #11 succeeded at 746.=0D
Hunk #12 succeeded at 773.=0D
Hunk #13 succeeded at 854.=0D
Hunk #14 succeeded at 1001.=0D
Hunk #15 succeeded at 1044.=0D
Hunk #16 succeeded at 1079.=0D
Hunk #17 succeeded at 1202.=0D
Hunk #18 succeeded at 1233.=0D
Hunk #19 succeeded at 1331.=0D
Hunk #20 succeeded at 1363.=0D
Hunk #21 succeeded at 1686.=0D
Hunk #22 succeeded at 1750.=0D
Hunk #23 succeeded at 1803.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/datafile.h gnuplot-cvs/src/datafile.h=0D
|--- gnuplot/src/datafile.h	2004-04-13 23:08:26.000000000 -0700=0D
|+++ gnuplot-cvs/src/datafile.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/datafile.h using Plan A...=0D
Hunk #1 succeeded at 49.=0D
Hunk #2 succeeded at 64.=0D
Hunk #3 succeeded at 82.=0D
Hunk #4 succeeded at 108.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/gadgets.c gnuplot-cvs/src/gadgets.c=0D
|--- gnuplot/src/gadgets.c	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/gadgets.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/gadgets.c using Plan A...=0D
Hunk #1 succeeded at 423.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/gadgets.h gnuplot-cvs/src/gadgets.h=0D
|--- gnuplot/src/gadgets.h	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/gadgets.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/gadgets.h using Plan A...=0D
Hunk #1 succeeded at 187.=0D
Hunk #2 succeeded at 202.=0D
Hunk #3 succeeded at 226.=0D
Hunk #4 succeeded at 329.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/gp_types.h gnuplot-cvs/src/gp_types.h=0D
|--- gnuplot/src/gp_types.h	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/gp_types.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/gp_types.h using Plan A...=0D
Hunk #1 succeeded at 99.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/graph3d.c gnuplot-cvs/src/graph3d.c=0D
|--- gnuplot/src/graph3d.c	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/graph3d.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/graph3d.c using Plan A...=0D
Hunk #1 succeeded at 1059.=0D
Hunk #2 succeeded at 1141.=0D
Hunk #3 succeeded at 1207.=0D
Hunk #4 succeeded at 1262.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/graph3d.h gnuplot-cvs/src/graph3d.h=0D
|--- gnuplot/src/graph3d.h	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/graph3d.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/graph3d.h using Plan A...=0D
Hunk #1 succeeded at 96.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/graphics.c gnuplot-cvs/src/graphics.c=0D
|--- gnuplot/src/graphics.c	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/graphics.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/graphics.c using Plan A...=0D
Hunk #1 succeeded at 1521.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/graphics.h gnuplot-cvs/src/graphics.h=0D
|--- gnuplot/src/graphics.h	2004-04-13 23:08:27.000000000 -0700=0D
|+++ gnuplot-cvs/src/graphics.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/graphics.h using Plan A...=0D
Hunk #1 succeeded at 53.=0D
Hunk #2 succeeded at 68.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/misc.c gnuplot-cvs/src/misc.c=0D
|--- gnuplot/src/misc.c	2004-04-13 23:08:28.000000000 -0700=0D
|+++ gnuplot-cvs/src/misc.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/misc.c using Plan A...=0D
Hunk #1 succeeded at 1065.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/plot2d.c gnuplot-cvs/src/plot2d.c=0D
|--- gnuplot/src/plot2d.c	2004-04-13 23:08:28.000000000 -0700=0D
|+++ gnuplot-cvs/src/plot2d.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/plot2d.c using Plan A...=0D
Hunk #1 succeeded at 34.=0D
Hunk #2 succeeded at 48.=0D
Hunk #3 succeeded at 109.=0D
Hunk #4 succeeded at 172.=0D
Hunk #5 succeeded at 240.=0D
Hunk #6 succeeded at 256.=0D
Hunk #7 succeeded at 310.=0D
Hunk #8 succeeded at 374.=0D
Hunk #9 succeeded at 459.=0D
Hunk #10 succeeded at 686.=0D
Hunk #11 succeeded at 1007.=0D
Hunk #12 succeeded at 1031.=0D
Hunk #13 succeeded at 1195.=0D
Hunk #14 succeeded at 1209.=0D
Hunk #15 succeeded at 1294.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/plot2d.h gnuplot-cvs/src/plot2d.h=0D
|--- gnuplot/src/plot2d.h	2004-04-13 23:08:28.000000000 -0700=0D
|+++ gnuplot-cvs/src/plot2d.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/plot2d.h using Plan A...=0D
Hunk #1 succeeded at 54.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/plot3d.c gnuplot-cvs/src/plot3d.c=0D
|--- gnuplot/src/plot3d.c	2004-04-13 23:08:28.000000000 -0700=0D
|+++ gnuplot-cvs/src/plot3d.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/plot3d.c using Plan A...=0D
Hunk #1 succeeded at 47.=0D
Hunk #2 succeeded at 146.=0D
Hunk #3 succeeded at 219.=0D
Hunk #4 succeeded at 622.=0D
Hunk #5 succeeded at 670.=0D
Hunk #6 succeeded at 740.=0D
Hunk #7 succeeded at 841.=0D
Hunk #8 succeeded at 919.=0D
Hunk #9 succeeded at 1139.=0D
Hunk #10 succeeded at 1176.=0D
Hunk #11 succeeded at 1257.=0D
Hunk #12 succeeded at 1310.=0D
Hunk #13 succeeded at 1330.=0D
Hunk #14 succeeded at 1371.=0D
Hunk #15 succeeded at 1383.=0D
Hunk #16 succeeded at 1401.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/save.c gnuplot-cvs/src/save.c=0D
|--- gnuplot/src/save.c	2004-04-13 23:08:29.000000000 -0700=0D
|+++ gnuplot-cvs/src/save.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/save.c using Plan A...=0D
Hunk #1 succeeded at 366.=0D
Hunk #2 succeeded at 1086.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/set.c gnuplot-cvs/src/set.c=0D
|--- gnuplot/src/set.c	2004-04-13 23:08:29.000000000 -0700=0D
|+++ gnuplot-cvs/src/set.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/set.c using Plan A...=0D
Hunk #1 succeeded at 147.=0D
Hunk #2 succeeded at 158.=0D
Hunk #3 succeeded at 1573.=0D
Hunk #4 succeeded at 3043.=0D
Hunk #5 succeeded at 3953.=0D
Hunk #6 succeeded at 4242.=0D
Hunk #7 succeeded at 4274.=0D
Hunk #8 succeeded at 4419.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/setshow.h gnuplot-cvs/src/setshow.h=0D
|--- gnuplot/src/setshow.h	2004-04-13 23:08:29.000000000 -0700=0D
|+++ gnuplot-cvs/src/setshow.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/setshow.h using Plan A...=0D
Hunk #1 succeeded at 82.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/show.c gnuplot-cvs/src/show.c=0D
|--- gnuplot/src/show.c	2004-04-15 10:04:50.000000000 -0700=0D
|+++ gnuplot-cvs/src/show.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/show.c using Plan A...=0D
Hunk #1 succeeded at 1711.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/tables.c gnuplot-cvs/src/tables.c=0D
|--- gnuplot/src/tables.c	2004-04-13 23:08:29.000000000 -0700=0D
|+++ gnuplot-cvs/src/tables.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/tables.c using Plan A...=0D
Hunk #1 succeeded at 594.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/util.c gnuplot-cvs/src/util.c=0D
|--- gnuplot/src/util.c	2004-04-13 23:08:30.000000000 -0700=0D
|+++ gnuplot-cvs/src/util.c	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/util.c using Plan A...=0D
Hunk #1 succeeded at 59.=0D
Hunk #2 succeeded at 978.=0D
Hunk #3 succeeded at 1017.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot/src/util.h gnuplot-cvs/src/util.h=0D
|--- gnuplot/src/util.h	2004-04-13 23:08:30.000000000 -0700=0D
|+++ gnuplot-cvs/src/util.h	2004-04-16 17:37:12.000000000 -0700=0D
--------------------------=0D
Patching file src/util.h using Plan A...=0D
Hunk #1 succeeded at 73.=0D
done=0D
[fernan@pi] patch -p1 < ../datastrings_4.0.patch=1B[36D./configure --enable=
-datastrings --enable-histograms=1B[52Dautoconf259=1B[K=1B[11Dpatch -p1 < .=
./histograms_4.0.patch=0D=0D
Hmm...  Looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/configure.in gnuplot-eam/configure.in=0D
|--- gnuplot-datastrings/configure.in	2004-04-14 10:49:27.000000000 -0700=0D
|+++ gnuplot-eam/configure.in	2004-04-14 10:50:54.000000000 -0700=0D
--------------------------=0D
Patching file configure.in using Plan A...=0D
Hunk #1 succeeded at 743.=0D
Hunk #2 succeeded at 977.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/demo/histograms.dem gnuplot-eam/demo/histog=
rams.dem=0D
|--- gnuplot-datastrings/demo/histograms.dem	1969-12-31 16:00:00.000000000 =
-0800=0D
|+++ gnuplot-eam/demo/histograms.dem	2004-04-14 10:50:54.000000000 -0700=0D
--------------------------=0D
(Creating file demo/histograms.dem...)=0D
Patching file demo/histograms.dem using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/demo/immigration.dat gnuplot-eam/demo/immig=
ration.dat=0D
|--- gnuplot-datastrings/demo/immigration.dat	1969-12-31 16:00:00.000000000=
 -0800=0D
|+++ gnuplot-eam/demo/immigration.dat	2004-04-14 10:50:54.000000000 -0700=0D
--------------------------=0D
(Creating file demo/immigration.dat...)=0D
Patching file demo/immigration.dat using Plan A...=0D
Hunk #1 succeeded at 1.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/docs/gnuplot.doc gnuplot-eam/docs/gnuplot.d=
oc=0D
|--- gnuplot-datastrings/docs/gnuplot.doc	2004-04-14 10:49:27.000000000 -07=
00=0D
|+++ gnuplot-eam/docs/gnuplot.doc	2004-04-14 10:50:54.000000000 -0700=0D
--------------------------=0D
Patching file docs/gnuplot.doc using Plan A...=0D
Hunk #1 succeeded at 3299.=0D
Hunk #2 succeeded at 4011.=0D
Hunk #3 succeeded at 5192.=0D
Hunk #4 succeeded at 5218.=0D
Hunk #5 succeeded at 5268.=0D
Hunk #6 succeeded at 6791.=0D
Hunk #7 succeeded at 6894.=0D
Hunk #8 succeeded at 7044.=0D
Hunk #9 succeeded at 7148.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/datafile.c gnuplot-eam/src/datafile.c=0D
|--- gnuplot-datastrings/src/datafile.c	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/datafile.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/datafile.c using Plan A...=0D
Hunk #1 succeeded at 178.=0D
Hunk #2 succeeded at 194.=0D
Hunk #3 succeeded at 205.=0D
Hunk #4 succeeded at 1029.=0D
Hunk #5 succeeded at 1302.=0D
Hunk #6 succeeded at 1847.=0D
Hunk #7 succeeded at 1892.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/datafile.h gnuplot-eam/src/datafile.h=0D
|--- gnuplot-datastrings/src/datafile.h	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/datafile.h	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/datafile.h using Plan A...=0D
Hunk #1 succeeded at 53.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/gadgets.c gnuplot-eam/src/gadgets.c=0D
|--- gnuplot-datastrings/src/gadgets.c	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/gadgets.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/gadgets.c using Plan A...=0D
Hunk #1 succeeded at 143.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/gadgets.h gnuplot-eam/src/gadgets.h=0D
|--- gnuplot-datastrings/src/gadgets.h	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/gadgets.h	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/gadgets.h using Plan A...=0D
Hunk #1 succeeded at 177.=0D
Hunk #2 succeeded at 224.=0D
Hunk #3 succeeded at 247.=0D
Hunk #4 succeeded at 349.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/gp_types.h gnuplot-eam/src/gp_types.h=0D
|--- gnuplot-datastrings/src/gp_types.h	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/gp_types.h	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/gp_types.h using Plan A...=0D
Hunk #1 succeeded at 102.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/graph3d.c gnuplot-eam/src/graph3d.c=0D
|--- gnuplot-datastrings/src/graph3d.c	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/graph3d.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/graph3d.c using Plan A...=0D
Hunk #1 succeeded at 1065.=0D
Hunk #2 succeeded at 1145.=0D
Hunk #3 succeeded at 1192.=0D
Hunk #4 succeeded at 1215.=0D
Hunk #5 succeeded at 1274.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/graphics.c gnuplot-eam/src/graphics.c=0D
|--- gnuplot-datastrings/src/graphics.c	2004-04-16 17:37:12.000000000 -0700=
=0D
|+++ gnuplot-eam/src/graphics.c	2004-04-16 17:30:25.000000000 -0700=0D
--------------------------=0D
Patching file src/graphics.c using Plan A...=0D
Hunk #1 succeeded at 102.=0D
Hunk #2 succeeded at 224.=0D
Hunk #3 succeeded at 232.=0D
Hunk #4 succeeded at 542.=0D
Hunk #5 succeeded at 582.=0D
Hunk #6 succeeded at 1395.=0D
Hunk #7 succeeded at 1434.=0D
Hunk #8 succeeded at 1542.=0D
Hunk #9 succeeded at 1598.=0D
Hunk #10 succeeded at 1620.=0D
Hunk #11 succeeded at 2585.=0D
Hunk #12 succeeded at 2672.=0D
Hunk #13 succeeded at 2730.=0D
Hunk #14 succeeded at 2754.=0D
Hunk #15 succeeded at 2773.=0D
Hunk #16 succeeded at 2796.=0D
Hunk #17 succeeded at 4130.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/graphics.h gnuplot-eam/src/graphics.h=0D
|--- gnuplot-datastrings/src/graphics.h	2004-04-14 10:49:27.000000000 -0700=
=0D
|+++ gnuplot-eam/src/graphics.h	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/graphics.h using Plan A...=0D
Hunk #1 succeeded at 71.=0D
Hunk #2 succeeded at 108.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/plot2d.c gnuplot-eam/src/plot2d.c=0D
|--- gnuplot-datastrings/src/plot2d.c	2004-04-16 17:37:12.000000000 -0700=0D
|+++ gnuplot-eam/src/plot2d.c	2004-04-16 17:23:31.000000000 -0700=0D
--------------------------=0D
Patching file src/plot2d.c using Plan A...=0D
Hunk #1 succeeded at 68.=0D
Hunk #2 succeeded at 85.=0D
Hunk #3 succeeded at 120.=0D
Hunk #4 succeeded at 311.=0D
Hunk #5 succeeded at 357.=0D
Hunk #6 succeeded at 385.=0D
Hunk #7 succeeded at 447.=0D
Hunk #8 succeeded at 640.=0D
Hunk #9 succeeded at 751.=0D
Hunk #10 succeeded at 1100.=0D
Hunk #11 succeeded at 1137.=0D
Hunk #12 succeeded at 1525.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/save.c gnuplot-eam/src/save.c=0D
|--- gnuplot-datastrings/src/save.c	2004-04-14 10:49:27.000000000 -0700=0D
|+++ gnuplot-eam/src/save.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/save.c using Plan A...=0D
Hunk #1 succeeded at 366.=0D
Hunk #2 succeeded at 478.=0D
Hunk #3 succeeded at 1065.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/set.c gnuplot-eam/src/set.c=0D
|--- gnuplot-datastrings/src/set.c	2004-04-14 10:49:27.000000000 -0700=0D
|+++ gnuplot-eam/src/set.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/set.c using Plan A...=0D
Hunk #1 succeeded at 165.=0D
Hunk #2 succeeded at 217.=0D
Hunk #3 succeeded at 1537.=0D
Hunk #4 succeeded at 3062.=0D
Hunk #5 succeeded at 3091.=0D
Hunk #6 succeeded at 4485.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/show.c gnuplot-eam/src/show.c=0D
|--- gnuplot-datastrings/src/show.c	2004-04-14 10:49:27.000000000 -0700=0D
|+++ gnuplot-eam/src/show.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/show.c using Plan A...=0D
Hunk #1 succeeded at 128.=0D
Hunk #2 succeeded at 1397.=0D
Hunk #3 succeeded at 1417.=0D
Hunk #4 succeeded at 1710.=0D
Hunk #5 succeeded at 2395.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/tables.c gnuplot-eam/src/tables.c=0D
|--- gnuplot-datastrings/src/tables.c	2004-04-14 10:49:27.000000000 -0700=0D
|+++ gnuplot-eam/src/tables.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/tables.c using Plan A...=0D
Hunk #1 succeeded at 367.=0D
Hunk #2 succeeded at 562.=0D
Hunk #3 succeeded at 585.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/tables.h gnuplot-eam/src/tables.h=0D
|--- gnuplot-datastrings/src/tables.h	2004-04-13 23:08:29.000000000 -0700=0D
|+++ gnuplot-eam/src/tables.h	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/tables.h using Plan A...=0D
Hunk #1 succeeded at 126.=0D
Hunk #2 succeeded at 176.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|diff -urNP gnuplot-datastrings/src/unset.c gnuplot-eam/src/unset.c=0D
|--- gnuplot-datastrings/src/unset.c	2004-04-13 23:08:30.000000000 -0700=0D
|+++ gnuplot-eam/src/unset.c	2004-04-14 10:50:55.000000000 -0700=0D
--------------------------=0D
Patching file src/unset.c using Plan A...=0D
Hunk #1 succeeded at 83.=0D
Hunk #2 succeeded at 815.=0D
Hunk #3 succeeded at 1214.=0D
Hunk #4 succeeded at 1241.=0D
Hunk #5 succeeded at 1548.=0D
Hmm...  The next patch looks like a unified diff to me...=0D
The text leading up to this was:=0D
--------------------------=0D
|--- gnuplot/demo/histograms2.dem	1969-12-31 16:00:00.000000000 -0800=0D
|+++ gnuplot-eam/demo/histograms2.dem	2004-04-16 21:51:54.000000000 -0700=0D
--------------------------=0D
(Creating file demo/histograms2.dem...)=0D
Patching file demo/histograms2.dem using Plan A...=0D
Hunk #1 succeeded at 1.=0D
done=0D
[fernan@pi] patch -p1 < ../histograms_4.0.patch=1B[20D=1B[4hd=1B[4latastrin=
g=1B[11C=1B[36D./configure --enable-datastrings --enable-histograms=1B[52Da=
utoconf259=1B[K=0D=0D
[fernan@pi] autoconf259=1B[11Dpatch -p1 < ../histograms_4.0.patch=1B[20D=1B=
[4hd=1B[4latastring=1B[11C=1B[36D./configure --enable-datastrings --enable-=
histograms=0D=0D
checking for a BSD-compatible install... /usr/bin/install -c=0D
checking whether build environment is sane... yes=0D
checking for gawk... gawk=0D
checking whether make sets $(MAKE)... yes=0D
checking for gcc... gcc=0D
checking for C compiler default output file name... a.out=0D
checking whether the C compiler works... yes=0D
checking whether we are cross compiling... no=0D
checking for suffix of executables... =0D
checking for suffix of object files... o=0D
checking whether we are using the GNU C compiler... yes=0D
checking whether gcc accepts -g... yes=0D
checking for gcc option to accept ANSI C... none needed=0D
checking for style of include used by make... GNU=0D
checking dependency style of gcc... gcc=0D
checking for gcc option to accept ANSI C... none needed=0D
checking how to run the C preprocessor... gcc -E=0D
checking for egrep... grep -E=0D
checking for sys/types.h... yes=0D
checking for sys/stat.h... yes=0D
checking for stdlib.h... yes=0D
checking for string.h... yes=0D
checking for memory.h... yes=0D
checking for strings.h... yes=0D
checking for inttypes.h... yes=0D
checking for stdint.h... no=0D
checking for unistd.h... yes=0D
checking for function prototypes... yes=0D
checking for ANSI C header files... yes=0D
checking for string.h... (cached) yes=0D
checking how to run the C preprocessor... gcc -E=0D
checking for an ANSI C-conforming const... yes=0D
checking for inline... inline=0D
checking for preprocessor stringizing operator... yes=0D
checking for emacs... no=0D
checking for xemacs... no=0D
checking for tex... tex=0D
checking for latex... latex=0D
checking for pdflatex... pdflatex=0D
checking for dvips... dvips=0D
checking for troff... troff=0D
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include=0D
checking for gethostbyname... yes=0D
checking for connect... yes=0D
checking for remove... yes=0D
checking for shmat... yes=0D
checking for IceConnectionNumber in -lICE... yes=0D
checking for MS-DOS/djgpp/libGRX... no=0D
checking for NeXT... no=0D
checking for Apple MacOS X... no=0D
checking for BeOS... no=0D
checking for sin... no=0D
checking for sin in -lm... yes=0D
checking for ANSI C header files... (cached) yes=0D
checking dirent.h usability... yes=0D
checking dirent.h presence... yes=0D
checking for dirent.h... yes=0D
checking errno.h usability... yes=0D
checking errno.h presence... yes=0D
checking for errno.h... yes=0D
checking float.h usability... yes=0D
checking float.h presence... yes=0D
checking for float.h... yes=0D
checking limits.h usability... yes=0D
checking limits.h presence... yes=0D
checking for limits.h... yes=0D
checking locale.h usability... yes=0D
checking locale.h presence... yes=0D
checking for locale.h... yes=0D
checking math.h usability... yes=0D
checking math.h presence... yes=0D
checking for math.h... yes=0D
checking for stdlib.h... (cached) yes=0D
checking for string.h... (cached) yes=0D
checking time.h usability... yes=0D
checking time.h presence... yes=0D
checking for time.h... yes=0D
checking sys/time.h usability... yes=0D
checking sys/time.h presence... yes=0D
checking for sys/time.h... yes=0D
checking for sys/types.h... (cached) yes=0D
checking sys/bsdtypes.h usability... no=0D
checking sys/bsdtypes.h presence... no=0D
checking for sys/bsdtypes.h... no=0D
checking sys/ioctl.h usability... yes=0D
checking sys/ioctl.h presence... yes=0D
checking for sys/ioctl.h... yes=0D
checking sys/param.h usability... yes=0D
checking sys/param.h presence... yes=0D
checking for sys/param.h... yes=0D
checking sys/select.h usability... yes=0D
checking sys/select.h presence... yes=0D
checking for sys/select.h... yes=0D
checking sys/socket.h usability... yes=0D
checking sys/socket.h presence... yes=0D
checking for sys/socket.h... yes=0D
checking for sys/stat.h... (cached) yes=0D
checking sys/systeminfo.h usability... no=0D
checking sys/systeminfo.h presence... no=0D
checking for sys/systeminfo.h... no=0D
checking sys/timeb.h usability... yes=0D
checking sys/timeb.h presence... yes=0D
checking for sys/timeb.h... yes=0D
checking sys/utsname.h usability... yes=0D
checking sys/utsname.h presence... yes=0D
checking for sys/utsname.h... yes=0D
checking libc.h usability... no=0D
checking libc.h presence... no=0D
checking for libc.h... no=0D
checking malloc.h usability... yes=0D
checking malloc.h presence... yes=0D
checking for malloc.h... yes=0D
checking poll.h usability... yes=0D
checking poll.h presence... yes=0D
checking for poll.h... yes=0D
checking sgtty.h usability... yes=0D
checking sgtty.h presence... yes=0D
checking for sgtty.h... yes=0D
checking termios.h usability... yes=0D
checking termios.h presence... yes=0D
checking for termios.h... yes=0D
checking values.h usability... yes=0D
checking values.h presence... yes=0D
checking for values.h... yes=0D
checking for stdbool.h that conforms to C99... no=0D
checking for _Bool... no=0D
checking for struct exception in math.h... yes=0D
checking whether stat file-mode macros are broken... no=0D
checking for unistd.h... yes=0D
checking if errno variable is declared... yes=0D
checking for size_t... yes=0D
checking for time_t in time.h... yes=0D
checking return type of signal handlers... void=0D
checking for atexit... yes=0D
checking for memcpy... yes=0D
checking for memmove... yes=0D
checking for memset... yes=0D
checking for on_exit... no=0D
checking for bcopy... yes=0D
checking for bzero... yes=0D
checking for setvbuf... yes=0D
checking for strerror... yes=0D
checking for strchr... yes=0D
checking for strrchr... yes=0D
checking for strstr... yes=0D
checking for index... yes=0D
checking for rindex... yes=0D
checking for erf... yes=0D
checking for erfc... yes=0D
checking for gamma... yes=0D
checking for lgamma... yes=0D
checking for getcwd... yes=0D
checking for poll... yes=0D
checking for pclose... yes=0D
checking for popen... yes=0D
checking for select... yes=0D
checking for sleep... yes=0D
checking for snprintf... yes=0D
checking for stpcpy... no=0D
checking for strcspn... yes=0D
checking for strdup... yes=0D
checking for strcasecmp... yes=0D
checking for stricmp... no=0D
checking for strncasecmp... yes=0D
checking for strnicmp... no=0D
checking for sysinfo... no=0D
checking for tcgetattr... yes=0D
checking for vfprintf... yes=0D
checking for doprnt... no=0D
checking for usleep... yes=0D
checking whether signgam is declared... yes=0D
checking for sigsetjmp... yes=0D
checking for sys/select.h... (cached) yes=0D
checking for sys/socket.h... (cached) yes=0D
checking types of arguments for select... int,fd_set *,struct timeval *=0D
checking for deflate in -lz... yes=0D
checking zlib.h usability... yes=0D
checking zlib.h presence... yes=0D
checking for zlib.h... yes=0D
checking for libpng-config... no=0D
checking for png_create_write_struct in -lpng... no=0D
checking png.h usability... no=0D
checking png.h presence... no=0D
checking for png.h... no=0D
checking libpng/png.h usability... no=0D
checking libpng/png.h presence... no=0D
checking for libpng/png.h... no=0D
checking for gdlib-config... no=0D
checking for gdImageCreate in -lgd... no=0D
checking for pdflib-config... /usr/local/bin/pdflib-config=0D
checking for PDF_get_majorversion in -lpdf... yes=0D
checking pdflib.h usability... yes=0D
checking pdflib.h presence... yes=0D
checking for pdflib.h... yes=0D
checking for PDF_begin_pattern in -lpdf... yes=0D
configure: creating ./config.status=0D
config.status: creating Makefile=0D
config.status: creating config/Makefile=0D
config.status: creating demo/Makefile=0D
config.status: creating docs/Makefile=0D
config.status: creating m4/Makefile=0D
config.status: creating man/Makefile=0D
config.status: creating src/Makefile=0D
config.status: creating term/Makefile=0D
config.status: creating tutorial/Makefile=0D
config.status: creating config.h=0D
config.status: executing depfiles commands=0D
config.status: executing default commands=0D
configure: configuring in lisp=0D
configure: running /bin/bash './configure' --prefix=3D/usr/local  '--enable=
-datastrings' '--enable-histograms' --cache-file=3D/dev/null --srcdir=3D.=0D
checking for a BSD-compatible install... /usr/bin/install -c=0D
checking whether build environment is sane... yes=0D
checking for gawk... gawk=0D
checking whether make sets $(MAKE)... yes=0D
checking whether make sets $(MAKE)... (cached) yes=0D
checking for a BSD-compatible install... /usr/bin/install -c=0D
checking for emacs... no=0D
checking for xemacs... no=0D
checking for dvips... dvips=0D
checking for latex... latex=0D
checking for makeinfo... /usr/bin/makeinfo=0D
checking for pdflatex... pdflatex=0D
checking for emacs version... none found=0D
checking whether info-look.el is needed... using none=0D
configure: creating ./config.status=0D
config.status: creating Makefile=0D
=0D
** Configuration summary for gnuplot 4.0.0:=0D
=0D
  Where is the help file?           /usr/local/share/gnuplot/4.0/gnuplot.gi=
h=0D
=0D
  Use builtin minimal readline=0D
    using old driver=0D
  Enable generation of PDF files=0D
  Build gnuplot-mode for X/Emacs=0D
  Build LaTeX tutorial=0D
  Use the X Window System =0D
  Enable mouse for X11=0D
  Enable pm3d=0D
  Enable filledboxes=0D
  Enable relative boxwidths=0D
  Enable defined(variable) test=0D
  Enable string-handling in datafiles (EXPERIMENTAL)=0D
  Enable plot style histograms (EXPERIMENTAL)=0D
  Enable fitting error variables=0D
[fernan@pi] make=0D=0D
cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru=
n aclocal-1.7 -I m4=0D
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: aclocal-1.7: command =
not found=0D
WARNING: `aclocal-1.7' is missing on your system.  You should only need it =
if=0D
         you modified `acinclude.m4' or `configure.in'.  You might want=0D
         to install the `Automake' and `Perl' packages.  Grab them from=0D
         any GNU archive site.=0D
cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru=
n autoheader=0D
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoheader: command n=
ot found=0D
WARNING: `autoheader' is missing on your system.  You should only need it i=
f=0D
         you modified `acconfig.h' or `configure.in'.  You might want=0D
         to install the `Autoconf' and `GNU m4' packages.  Grab them=0D
         from any GNU archive site.=0D
touch ./config.hin=0D
cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru=
n autoconf=0D
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoconf: command not=
 found=0D
WARNING: `autoconf' is missing on your system.  You should only need it if=
=0D
         you modified `configure.in'.  You might want to install the=0D
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU=0D
         archive site.=0D
/bin/bash ./config.status --recheck=0D
running /bin/bash ./configure  --enable-datastrings --enable-histograms  --=
no-create --no-recursion=0D
checking for a BSD-compatible install... /usr/bin/install -c=0D
checking whether build environment is sane... yes=0D
checking for gawk... gawk=0D
checking whether make sets $(MAKE)... yes=0D
checking for gcc... gcc=0D
checking for C compiler default output file name... a.out=0D
checking whether the C compiler works... yes=0D
checking whether we are cross compiling... no=0D
checking for suffix of executables... =0D
checking for suffix of object files... o=0D
checking whether we are using the GNU C compiler... yes=0D
checking whether gcc accepts -g... yes=0D
checking for gcc option to accept ANSI C... none needed=0D
checking for style of include used by make... GNU=0D
checking dependency style of gcc... gcc=0D
checking for gcc option to accept ANSI C... none needed=0D
checking how to run the C preprocessor... gcc -E=0D
checking for egrep... grep -E=0D
checking for sys/types.h... yes=0D
checking for sys/stat.h... yes=0D
checking for stdlib.h... yes=0D
checking for string.h... yes=0D
checking for memory.h... yes=0D
checking for strings.h... yes=0D
checking for inttypes.h... yes=0D
checking for stdint.h... no=0D
checking for unistd.h... yes=0D
checking for function prototypes... yes=0D
checking for ANSI C header files... yes=0D
checking for string.h... (cached) yes=0D
checking how to run the C preprocessor... gcc -E=0D
checking for an ANSI C-conforming const... yes=0D
checking for inline... inline=0D
checking for preprocessor stringizing operator... yes=0D
checking for emacs... no=0D
checking for xemacs... no=0D
checking for tex... tex=0D
checking for latex... latex=0D
checking for pdflatex... pdflatex=0D
checking for dvips... dvips=0D
checking for troff... troff=0D
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include=0D
checking for gethostbyname... yes=0D
checking for connect... yes=0D
checking for remove... yes=0D
checking for shmat... yes=0D
checking for IceConnectionNumber in -lICE... yes=0D
checking for MS-DOS/djgpp/libGRX... no=0D
checking for NeXT... no=0D
checking for Apple MacOS X... no=0D
checking for BeOS... no=0D
checking for sin... no=0D
checking for sin in -lm... yes=0D
checking for ANSI C header files... (cached) yes=0D
checking dirent.h usability... yes=0D
checking dirent.h presence... yes=0D
checking for dirent.h... yes=0D
checking errno.h usability... yes=0D
checking errno.h presence... yes=0D
checking for errno.h... yes=0D
checking float.h usability... yes=0D
checking float.h presence... yes=0D
checking for float.h... yes=0D
checking limits.h usability... yes=0D
checking limits.h presence... yes=0D
checking for limits.h... yes=0D
checking locale.h usability... yes=0D
checking locale.h presence... yes=0D
checking for locale.h... yes=0D
checking math.h usability... yes=0D
checking math.h presence... yes=0D
checking for math.h... yes=0D
checking for stdlib.h... (cached) yes=0D
checking for string.h... (cached) yes=0D
checking time.h usability... yes=0D
checking time.h presence... yes=0D
checking for time.h... yes=0D
checking sys/time.h usability... yes=0D
checking sys/time.h presence... yes=0D
checking for sys/time.h... yes=0D
checking for sys/types.h... (cached) yes=0D
checking sys/bsdtypes.h usability... no=0D
checking sys/bsdtypes.h presence... no=0D
checking for sys/bsdtypes.h... no=0D
checking sys/ioctl.h usability... yes=0D
checking sys/ioctl.h presence... yes=0D
checking for sys/ioctl.h... yes=0D
checking sys/param.h usability... yes=0D
checking sys/param.h presence... yes=0D
checking for sys/param.h... yes=0D
checking sys/select.h usability... yes=0D
checking sys/select.h presence... yes=0D
checking for sys/select.h... yes=0D
checking sys/socket.h usability... yes=0D
checking sys/socket.h presence... yes=0D
checking for sys/socket.h... yes=0D
checking for sys/stat.h... (cached) yes=0D
checking sys/systeminfo.h usability... no=0D
checking sys/systeminfo.h presence... no=0D
checking for sys/systeminfo.h... no=0D
checking sys/timeb.h usability... yes=0D
checking sys/timeb.h presence... yes=0D
checking for sys/timeb.h... yes=0D
checking sys/utsname.h usability... yes=0D
checking sys/utsname.h presence... yes=0D
checking for sys/utsname.h... yes=0D
checking libc.h usability... no=0D
checking libc.h presence... no=0D
checking for libc.h... no=0D
checking malloc.h usability... yes=0D
checking malloc.h presence... yes=0D
checking for malloc.h... yes=0D
checking poll.h usability... yes=0D
checking poll.h presence... yes=0D
checking for poll.h... yes=0D
checking sgtty.h usability... yes=0D
checking sgtty.h presence... yes=0D
checking for sgtty.h... yes=0D
checking termios.h usability... yes=0D
checking termios.h presence... yes=0D
checking for termios.h... yes=0D
checking values.h usability... yes=0D
checking values.h presence... yes=0D
checking for values.h... yes=0D
checking for stdbool.h that conforms to C99... no=0D
checking for _Bool... no=0D
checking for struct exception in math.h... yes=0D
checking whether stat file-mode macros are broken... no=0D
checking for unistd.h... yes=0D
checking if errno variable is declared... yes=0D
checking for size_t... yes=0D
checking for time_t in time.h... yes=0D
checking return type of signal handlers... void=0D
checking for atexit... yes=0D
checking for memcpy... yes=0D
checking for memmove... yes=0D
checking for memset... yes=0D
checking for on_exit... no=0D
checking for bcopy... yes=0D
checking for bzero... yes=0D
checking for setvbuf... yes=0D
checking for strerror... yes=0D
checking for strchr... yes=0D
checking for strrchr... yes=0D
checking for strstr... yes=0D
checking for index... yes=0D
checking for rindex... yes=0D
checking for erf... yes=0D
checking for erfc... yes=0D
checking for gamma... yes=0D
checking for lgamma... yes=0D
checking for getcwd... yes=0D
checking for poll... yes=0D
checking for pclose... yes=0D
checking for popen... yes=0D
checking for select... yes=0D
checking for sleep... yes=0D
checking for snprintf... yes=0D
checking for stpcpy... no=0D
checking for strcspn... yes=0D
checking for strdup... yes=0D
checking for strcasecmp... yes=0D
checking for stricmp... no=0D
checking for strncasecmp... yes=0D
checking for strnicmp... no=0D
checking for sysinfo... no=0D
checking for tcgetattr... yes=0D
checking for vfprintf... yes=0D
checking for doprnt... no=0D
checking for usleep... yes=0D
checking whether signgam is declared... yes=0D
checking for sigsetjmp... yes=0D
checking for sys/select.h... (cached) yes=0D
checking for sys/socket.h... (cached) yes=0D
checking types of arguments for select... int,fd_set *,struct timeval *=0D
checking for deflate in -lz... yes=0D
checking zlib.h usability... yes=0D
checking zlib.h presence... yes=0D
checking for zlib.h... yes=0D
checking for libpng-config... no=0D
checking for png_create_write_struct in -lpng... no=0D
checking png.h usability... no=0D
checking png.h presence... no=0D
checking for png.h... no=0D
checking libpng/png.h usability... no=0D
checking libpng/png.h presence... no=0D
checking for libpng/png.h... no=0D
checking for gdlib-config... no=0D
checking for gdImageCreate in -lgd... no=0D
checking for pdflib-config... /usr/local/bin/pdflib-config=0D
checking for PDF_get_majorversion in -lpdf... yes=0D
checking pdflib.h usability... yes=0D
checking pdflib.h presence... yes=0D
checking for pdflib.h... yes=0D
checking for PDF_begin_pattern in -lpdf... yes=0D
configure: creating ./config.status=0D
=0D
** Configuration summary for gnuplot 4.0.0:=0D
=0D
  Where is the help file?           /usr/local/share/gnuplot/4.0/gnuplot.gi=
h=0D
=0D
  Use builtin minimal readline=0D
    using old driver=0D
  Enable generation of PDF files=0D
  Build gnuplot-mode for X/Emacs=0D
  Build LaTeX tutorial=0D
  Use the X Window System =0D
  Enable mouse for X11=0D
  Enable pm3d=0D
  Enable filledboxes=0D
  Enable relative boxwidths=0D
  Enable defined(variable) test=0D
  Enable string-handling in datafiles (EXPERIMENTAL)=0D
  Enable plot style histograms (EXPERIMENTAL)=0D
  Enable fitting error variables=0D
cd . && /bin/bash ./config.status config.h=0D
config.status: creating config.h=0D
config.status: config.h is unchanged=0D
make  all-recursive=0D
Making all in config=0D
cd .. &&  /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --=
run automake-1.7 --foreign  config/Makefile=0D
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: automake-1.7: command=
 not found=0D
WARNING: `automake-1.7' is missing on your system.  You should only need it=
 if=0D
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.=0D
         You might want to install the `Automake' and `Perl' packages.=0D
         Grab them from any GNU archive site.=0D
cd .. && /bin/bash ./config.status config/Makefile =0D
config.status: creating config/Makefile=0D
Making all in m4=0D
cd .. && /bin/bash ./config.status m4/Makefile =0D
config.status: creating m4/Makefile=0D
Making all in term=0D
cd .. && /bin/bash ./config.status term/Makefile =0D
config.status: creating term/Makefile=0D
Making all in src=0D
cd .. && /bin/bash ./config.status src/Makefile depfiles=0D
config.status: creating src/Makefile=0D
config.status: executing depfiles commands=0D
source=3D'alloc.c' object=3D'alloc.o' libtool=3Dno  depfile=3D'.deps/alloc.=
Po' tmpdepfile=3D'.deps/alloc.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'alloc.c' || echo './'`alloc.c=0D
source=3D'axis.c' object=3D'axis.o' libtool=3Dno  depfile=3D'.deps/axis.Po'=
 tmpdepfile=3D'.deps/axis.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'axis.c' || echo './'`axis.c=0D
source=3D'binary.c' object=3D'binary.o' libtool=3Dno  depfile=3D'.deps/bina=
ry.Po' tmpdepfile=3D'.deps/binary.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'binary.c' || echo './'`binary.c=0D
source=3D'bitmap.c' object=3D'bitmap.o' libtool=3Dno  depfile=3D'.deps/bitm=
ap.Po' tmpdepfile=3D'.deps/bitmap.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'bitmap.c' || echo './'`bitmap.c=0D
source=3D'color.c' object=3D'color.o' libtool=3Dno  depfile=3D'.deps/color.=
Po' tmpdepfile=3D'.deps/color.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'color.c' || echo './'`color.c=0D
source=3D'command.c' object=3D'command.o' libtool=3Dno  depfile=3D'.deps/co=
mmand.Po' tmpdepfile=3D'.deps/command.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'command.c' || echo './'`command.c=0D
source=3D'contour.c' object=3D'contour.o' libtool=3Dno  depfile=3D'.deps/co=
ntour.Po' tmpdepfile=3D'.deps/contour.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'contour.c' || echo './'`contour.c=0D
source=3D'datafile.c' object=3D'datafile.o' libtool=3Dno  depfile=3D'.deps/=
datafile.Po' tmpdepfile=3D'.deps/datafile.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'datafile.c' || echo './'`datafile.c=0D
source=3D'dynarray.c' object=3D'dynarray.o' libtool=3Dno  depfile=3D'.deps/=
dynarray.Po' tmpdepfile=3D'.deps/dynarray.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'dynarray.c' || echo './'`dynarray.c=0D
source=3D'eval.c' object=3D'eval.o' libtool=3Dno  depfile=3D'.deps/eval.Po'=
 tmpdepfile=3D'.deps/eval.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'eval.c' || echo './'`eval.c=0D
source=3D'fit.c' object=3D'fit.o' libtool=3Dno  depfile=3D'.deps/fit.Po' tm=
pdepfile=3D'.deps/fit.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DHAVE_=
CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\" -D=
X11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnuplot-b=
ugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0/gnu=
plot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f '=
fit.c' || echo './'`fit.c=0D
source=3D'gadgets.c' object=3D'gadgets.o' libtool=3Dno  depfile=3D'.deps/ga=
dgets.Po' tmpdepfile=3D'.deps/gadgets.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'gadgets.c' || echo './'`gadgets.c=0D
source=3D'getcolor.c' object=3D'getcolor.o' libtool=3Dno  depfile=3D'.deps/=
getcolor.Po' tmpdepfile=3D'.deps/getcolor.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'getcolor.c' || echo './'`getcolor.c=0D
source=3D'graph3d.c' object=3D'graph3d.o' libtool=3Dno  depfile=3D'.deps/gr=
aph3d.Po' tmpdepfile=3D'.deps/graph3d.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'graph3d.c' || echo './'`graph3d.c=0D
source=3D'graphics.c' object=3D'graphics.o' libtool=3Dno  depfile=3D'.deps/=
graphics.Po' tmpdepfile=3D'.deps/graphics.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'graphics.c' || echo './'`graphics.c=0D
source=3D'help.c' object=3D'help.o' libtool=3Dno  depfile=3D'.deps/help.Po'=
 tmpdepfile=3D'.deps/help.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'help.c' || echo './'`help.c=0D
source=3D'hidden3d.c' object=3D'hidden3d.o' libtool=3Dno  depfile=3D'.deps/=
hidden3d.Po' tmpdepfile=3D'.deps/hidden3d.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'hidden3d.c' || echo './'`hidden3d.c=0D
source=3D'history.c' object=3D'history.o' libtool=3Dno  depfile=3D'.deps/hi=
story.Po' tmpdepfile=3D'.deps/history.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'history.c' || echo './'`history.c=0D
source=3D'internal.c' object=3D'internal.o' libtool=3Dno  depfile=3D'.deps/=
internal.Po' tmpdepfile=3D'.deps/internal.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'internal.c' || echo './'`internal.c=0D
source=3D'interpol.c' object=3D'interpol.o' libtool=3Dno  depfile=3D'.deps/=
interpol.Po' tmpdepfile=3D'.deps/interpol.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'interpol.c' || echo './'`interpol.c=0D
source=3D'matrix.c' object=3D'matrix.o' libtool=3Dno  depfile=3D'.deps/matr=
ix.Po' tmpdepfile=3D'.deps/matrix.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'matrix.c' || echo './'`matrix.c=0D
source=3D'misc.c' object=3D'misc.o' libtool=3Dno  depfile=3D'.deps/misc.Po'=
 tmpdepfile=3D'.deps/misc.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'misc.c' || echo './'`misc.c=0D
source=3D'mouse.c' object=3D'mouse.o' libtool=3Dno  depfile=3D'.deps/mouse.=
Po' tmpdepfile=3D'.deps/mouse.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'mouse.c' || echo './'`mouse.c=0D
source=3D'parse.c' object=3D'parse.o' libtool=3Dno  depfile=3D'.deps/parse.=
Po' tmpdepfile=3D'.deps/parse.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'parse.c' || echo './'`parse.c=0D
source=3D'plot.c' object=3D'plot.o' libtool=3Dno  depfile=3D'.deps/plot.Po'=
 tmpdepfile=3D'.deps/plot.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'plot.c' || echo './'`plot.c=0D
source=3D'plot2d.c' object=3D'plot2d.o' libtool=3Dno  depfile=3D'.deps/plot=
2d.Po' tmpdepfile=3D'.deps/plot2d.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'plot2d.c' || echo './'`plot2d.c=0D
source=3D'plot3d.c' object=3D'plot3d.o' libtool=3Dno  depfile=3D'.deps/plot=
3d.Po' tmpdepfile=3D'.deps/plot3d.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'plot3d.c' || echo './'`plot3d.c=0D
source=3D'pm3d.c' object=3D'pm3d.o' libtool=3Dno  depfile=3D'.deps/pm3d.Po'=
 tmpdepfile=3D'.deps/pm3d.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'pm3d.c' || echo './'`pm3d.c=0D
source=3D'readline.c' object=3D'readline.o' libtool=3Dno  depfile=3D'.deps/=
readline.Po' tmpdepfile=3D'.deps/readline.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'readline.c' || echo './'`readline.c=0D
source=3D'save.c' object=3D'save.o' libtool=3Dno  depfile=3D'.deps/save.Po'=
 tmpdepfile=3D'.deps/save.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'save.c' || echo './'`save.c=0D
source=3D'scanner.c' object=3D'scanner.o' libtool=3Dno  depfile=3D'.deps/sc=
anner.Po' tmpdepfile=3D'.deps/scanner.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'scanner.c' || echo './'`scanner.c=0D
source=3D'set.c' object=3D'set.o' libtool=3Dno  depfile=3D'.deps/set.Po' tm=
pdepfile=3D'.deps/set.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DHAVE_=
CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\" -D=
X11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnuplot-b=
ugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0/gnu=
plot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f '=
set.c' || echo './'`set.c=0D
source=3D'show.c' object=3D'show.o' libtool=3Dno  depfile=3D'.deps/show.Po'=
 tmpdepfile=3D'.deps/show.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'show.c' || echo './'`show.c=0D
source=3D'specfun.c' object=3D'specfun.o' libtool=3Dno  depfile=3D'.deps/sp=
ecfun.Po' tmpdepfile=3D'.deps/specfun.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'specfun.c' || echo './'`specfun.c=0D
source=3D'standard.c' object=3D'standard.o' libtool=3Dno  depfile=3D'.deps/=
standard.Po' tmpdepfile=3D'.deps/standard.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'standard.c' || echo './'`standard.c=0D
source=3D'stdfn.c' object=3D'stdfn.o' libtool=3Dno  depfile=3D'.deps/stdfn.=
Po' tmpdepfile=3D'.deps/stdfn.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'stdfn.c' || echo './'`stdfn.c=0D
source=3D'tables.c' object=3D'tables.o' libtool=3Dno  depfile=3D'.deps/tabl=
es.Po' tmpdepfile=3D'.deps/tables.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'tables.c' || echo './'`tables.c=0D
source=3D'term.c' object=3D'term.o' libtool=3Dno  depfile=3D'.deps/term.Po'=
 tmpdepfile=3D'.deps/term.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'term.c' || echo './'`term.c=0D
source=3D'time.c' object=3D'time.o' libtool=3Dno  depfile=3D'.deps/time.Po'=
 tmpdepfile=3D'.deps/time.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'time.c' || echo './'`time.c=0D
source=3D'unset.c' object=3D'unset.o' libtool=3Dno  depfile=3D'.deps/unset.=
Po' tmpdepfile=3D'.deps/unset.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc=
 -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/=
bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g=
nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot=
/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `t=
est -f 'unset.c' || echo './'`unset.c=0D
source=3D'util.c' object=3D'util.o' libtool=3Dno  depfile=3D'.deps/util.Po'=
 tmpdepfile=3D'.deps/util.TPo'  depmode=3Dgcc /bin/bash ../depcomp  gcc -DH=
AVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/local/bin\=
" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl=
ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0=
/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test =
-f 'util.c' || echo './'`util.c=0D
source=3D'util3d.c' object=3D'util3d.o' libtool=3Dno  depfile=3D'.deps/util=
3d.Po' tmpdepfile=3D'.deps/util3d.TPo'  depmode=3Dgcc /bin/bash ../depcomp =
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/lo=
cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=
=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g=
nuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2=
 -c `test -f 'util3d.c' || echo './'`util3d.c=0D
source=3D'variable.c' object=3D'variable.o' libtool=3Dno  depfile=3D'.deps/=
variable.Po' tmpdepfile=3D'.deps/variable.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'variable.c' || echo './'`variable.c=0D
source=3D'version.c' object=3D'version.o' libtool=3Dno  depfile=3D'.deps/ve=
rsion.Po' tmpdepfile=3D'.deps/version.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'version.c' || echo './'`version.c=0D
gcc  -g -O2  -L/usr/local/lib -o gnuplot  alloc.o axis.o  binary.o bitmap.o=
 color.o  command.o contour.o datafile.o  dynarray.o eval.o fit.o  gadgets.=
o getcolor.o graph3d.o  graphics.o help.o hidden3d.o  history.o internal.o =
interpol.o  matrix.o misc.o mouse.o  parse.o plot.o plot2d.o  plot3d.o pm3d=
.o readline.o  save.o scanner.o set.o  show.o specfun.o standard.o  stdfn.o=
 tables.o term.o  time.o unset.o util.o  util3d.o variable.o version.o -lz =
-lpdf  -lm=0D
source=3D'bf_test.c' object=3D'bf_test.o' libtool=3Dno  depfile=3D'.deps/bf=
_test.Po' tmpdepfile=3D'.deps/bf_test.TPo'  depmode=3Dgcc /bin/bash ../depc=
omp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/us=
r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA=
CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share=
/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -=
O2 -c `test -f 'bf_test.c' || echo './'`bf_test.c=0D
gcc  -g -O2  -L/usr/local/lib -o bf_test  bf_test.o binary.o  alloc.o  -lm=
=0D
source=3D'gplt_x11.c' object=3D'gplt_x11.o' libtool=3Dno  depfile=3D'.deps/=
gplt_x11.Po' tmpdepfile=3D'.deps/gplt_x11.TPo'  depmode=3Dgcc /bin/bash ../=
depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\=
"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC=
ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s=
hare/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  =
-g -O2 -c `test -f 'gplt_x11.c' || echo './'`gplt_x11.c=0D
source=3D'gpexecute.c' object=3D'gpexecute.o' libtool=3Dno  depfile=3D'.dep=
s/gpexecute.Po' tmpdepfile=3D'.deps/gpexecute.TPo'  depmode=3Dgcc /bin/bash=
 ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=
=3D\"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\"=
 -DCONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/loc=
al/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/inclu=
de  -g -O2 -c `test -f 'gpexecute.c' || echo './'`gpexecute.c=0D
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=3D\"/usr/loc=
al/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D=
\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnup=
lot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c=
 -DGPLT_X11_MODE -o getcolor_x11.o ./getcolor.c=0D
gcc  -g -O2  -L/usr/local/lib -o gnuplot_x11  gplt_x11.o gpexecute.o getcol=
or_x11.o -L/usr/X11R6/lib -lX11 -lm=0D
Making all in docs=0D
Building term.h=0D
gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/in=
clude -I/usr/local/include -DTERM_DRIVER_H -DTERM_HELP term.c |  sed '/^ *$=
/d;/^#/d' >term.h=0D
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/inclu=
de -I/usr/local/include -g -O2 -c doc2gih.c=0D
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/inclu=
de -I/usr/local/include -g -O2 -c termdoc.c=0D
gcc -g -O2 -L/usr/local/lib -o doc2gih doc2gih.o termdoc.o -lm=0D
=2E/doc2gih ./gnuplot.doc gnuplot.gih=0D
Creating texinfo=0D
No emacs found - cannot create texinfo file=0D
/bin/sh /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run makeinfo=
 -I. ./gnuplot.texi --no-split --output=3Dgnuplot.info=0D
Making all in lisp=0D
cd . && /bin/bash ./config.status Makefile =0D
config.status: creating Makefile=0D
Making all in man=0D
cd .. && /bin/bash ./config.status man/Makefile =0D
config.status: creating man/Makefile=0D
Making all in demo=0D
cd .. && /bin/bash ./config.status demo/Makefile =0D
config.status: creating demo/Makefile=0D
Creating binary data files=0D
Making all in tutorial=0D
cd .. && /bin/bash ./config.status tutorial/Makefile =0D
config.status: creating tutorial/Makefile=0D
Building LaTeX tutorial=0D
TEXINPUTS=3D.:.:: latex tutorial=0D
This is TeX, Version 3.14159 (Web2C 7.4.5)=0D
(./tutorial.tex=0D
LaTeX2e <2001/06/01>=0D
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerma=
n, n=0D
ohyphenation, loaded.=0D
(./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls=0D
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class=0D
(/usr/local/share/texmf/tex/latex/base/size10.clo))=0D
(/usr/local/share/texmf/tex/latex/base/latexsym.sty)=0D
(/usr/local/share/texmf/tex/latex/html/url.sty))=0D
No file tutorial.aux.=0D
(/usr/local/share/texmf/tex/latex/base/ulasy.fd)=0D
No file tutorial.toc.=0D
[1]=0D
=0D
LaTeX Warning: Reference `oldusers' on page 1 undefined on input line 70.=0D
=0D
=0D
LaTeX Warning: Reference `s:eepic' on page 1 undefined on input line 83.=0D
=0D
=0D
LaTeX Warning: Reference `eg1' on page 1 undefined on input line 125.=0D
=0D
(./eg1.tex) [1]=0D
=0D
LaTeX Warning: Reference `eg2' on page 2 undefined on input line 163.=0D
=0D
(./eg2.tex) [2] [3]=0D
=0D
LaTeX Warning: Reference `eg3' on page 4 undefined on input line 225.=0D
=0D
(./eg3.tex)=0D
=0D
LaTeX Warning: Reference `linepoint' on page 4 undefined on input line 265.=
=0D
=0D
=0D
LaTeX Warning: Reference `eg4' on page 4 undefined on input line 276.=0D
=0D
[4] (./eg4.tex)=0D
=0D
LaTeX Warning: Reference `eg5' on page 5 undefined on input line 311.=0D
=0D
(./eg5.tex)=0D
=0D
LaTeX Warning: Reference `eg6' on page 5 undefined on input line 338.=0D
=0D
[5] (./eg6.tex)=0D
=0D
LaTeX Warning: Reference `linepoint' on page 6 undefined on input line 368.=
=0D
=0D
(./linepoin.tex) [6] [7] (/usr/local/share/texmf/tex/latex/base/omscmr.fd)=
=0D
[8] (./tutorial.aux)=0D
=0D
LaTeX Warning: There were undefined references.=0D
=0D
=0D
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references rig=
ht.=0D
=0D
 )=0D
Output written on tutorial.dvi (9 pages, 238412 bytes).=0D
Transcript written on tutorial.log.=0D
TEXINPUTS=3D.:.:: latex tutorial=0D
This is TeX, Version 3.14159 (Web2C 7.4.5)=0D
(./tutorial.tex=0D
LaTeX2e <2001/06/01>=0D
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerma=
n, n=0D
ohyphenation, loaded.=0D
(./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls=0D
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class=0D
(/usr/local/share/texmf/tex/latex/base/size10.clo))=0D
(/usr/local/share/texmf/tex/latex/base/latexsym.sty)=0D
(/usr/local/share/texmf/tex/latex/html/url.sty)) (./tutorial.aux)=0D
(/usr/local/share/texmf/tex/latex/base/ulasy.fd) (./tutorial.toc) [1]=0D
(./eg1.tex) [1] (./eg2.tex) [2] [3] (./eg3.tex) [4] (./eg4.tex) (./eg5.tex)=
=0D
[5] (./eg6.tex) (./linepoin.tex) [6] [7]=0D
(/usr/local/share/texmf/tex/latex/base/omscmr.fd) [8] (./tutorial.aux) )=0D
Output written on tutorial.dvi (9 pages, 239228 bytes).=0D
Transcript written on tutorial.log.=0D
cd . && /bin/bash ./config.status Makefile =0D
config.status: creating Makefile=0D
[fernan@pi] ^D=08=08exit=0D

Script done on Wed Apr 28 11:47:16 2004

--AqsLC8rIMeq19msA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040428150137.GA74586>