From: <jc...@fe...> - 2003-01-24 18:24:25
|
On Friday 24 January 2003 15:25, Jo=E3o Cardoso wrote: | Hi, | | Make plplot-5.2.0 fails on a freshly installed Red-Hat-8.0. | | configure runs OK, make also runs OK in the src directory but when it | reaches the include directory it fails, see the messages bellow. | Red-Hat-8.0 has autoconf-2.53, even after an online update. The same happens on a alpha OSF1 machine, but now it is autoheader that=20 is missing. It looks like the include directory has problems. Look=20 bellow. I tried again, disabling octave, and it now runs OK. Also, the xwin driver, that I have reported not to work previously, is=20 now working. The c, cxx and f77 examples with the xwin driver also=20 work, so it looks like the problem is octave. I will check again in the=20 Red-Hat machine with octave disabled. The configure command that worked om the OSF machine: =2E/configure --disable-static --prefix=3D/usr/users1/deec/jcard/tes t --enable-dyndrivers I forgot to say that I'm using the plplot-5.2.0.tar.gz available at our=20 site. Joao -------------------------------------------------------------------------= --------------------------------- Making all in include make[1]: Entering directory=20 `/usr/users1/deec/jcard/plplot-5.2.0/include' cd .. && /bin/bash /usr/users1/deec/jcard/plplot-5.2.0/missing --run=20 autoheader /usr/users1/deec/jcard/plplot-5.2.0/missing: autoheader: command not=20 found WARNING: `autoheader' is missing on your system. You should only need=20 it if you modified `acconfig.h' or `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. touch ./plDevs.h.in cd .. && /bin/bash ./config.status include/plDevs.h make[1]: *** [stamp-h2] Error 139 make[1]: Leaving directory `/usr/users1/deec/jcard/plplot-5.2.0/include' make: *** [all-recursive] Error 1 bash-2.01$=20 Joao |