From: Lichteveld, E. <ed...@ne...> - 2007-10-25 19:12:54
|
Hi, =20 I'm trying to build GNUplot 4.3 on a CentOS 5 system... Building 4.2 is not a problem. 4.3 is. =20 Install new Gnuplot version 4.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D [root@elixir ]# wget http://downloads.sourceforge.net/gnuplot/gnuplot-4.2.2.tar.gz?modtime=3D1= 1 88593534&big_mirror=3D0 [root@elixir ]# gtar zxvf gnuplot-4.2.2.tar.gz [root@elixir ]# cd gnuplot-4.2.2 [root@elixir ]# ./configure --with-readline=3Dgnu [root@elixir ]# make [root@elixir ]# make install =20 =20 When trying to build 4.3 dev on the same system =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [root@elixir gnuplot]# export CVSROOT=3D:pserver:ano...@gn...:/cvsroot/gnuplot= [root@elixir gnuplot]# cvs login [root@elixir gnuplot]# cvs -z3 checkout gnuplot =20 [root@elixir gnuplot]# ./prepare ./prepare: line 24: aclocal: command not found =20 Some part of the preparation process failed. Please refer to INSTALL for details. =20 =20 I can't figure out what's wrong. It's clear that 'aclocal' is missing. Do I miss some packages which are required for this (development) version? =20 Thanks. =20 With kind regards,=20 Edwin Lichteveld =20 |