From: Joao C. <jc...@fe...> - 2003-03-03 20:58:10
|
Hi, After a fresh cvs checkout, running bootstrap.sh [jcard@feup] ./bootstrap.sh=20 Running aclocal (GNU automake) 1.7.2... done Running autoheader (GNU Autoconf) 2.57... done Running automake (GNU automake) 1.7.2... done Running libtoolize (GNU libtool) 1.4.3... done Running autoconf (GNU Autoconf) 2.57... done taring, ftp to an alphaev6-dec-osf4.0f system, untaring and running conf= igure=20 gave several errors: checking for gcc option to accept ANSI C... none needed checking build system type... ./config.guess: umask: `7077' is not an oct= al=20 numb er from 000 to 777 config.guess: cannot create /tmp/config-guess-23584 alphaev6-dec-osf4.0f checking host system type... alphaev6-dec-osf4.0f =2E.. checking for mkoctfile... yes sed: Function s/--compile// ; t END ; d ; : END q cannot be parsed. checking for octave... yes sed: Function s/^.*version // ; q cannot be parsed. warning: broken pipe sed: Function s/^2.1//p ; d ; q cannot be parsed. checking for Python.h... no warning: can't find Python.h, setting enable_python to no checking for qh_new_qhull in -lqhull... no checking for KCC... no =2E.. config.status: executing depfiles commands configure: configuring in libltdl configure: running /bin/bash './configure'=20 --prefix=3D/usr/users1/deec/jcard/plplo t-alf/test '--prefix=3D/usr/users1/deec/jcard/plplot-alf/test'=20 '--disable-static' --enable-ltdl-convenience --cache-file=3D/dev/null --srcdir=3D. loading cache /dev/null =2E/configure: .: /dev/null: not a regular file =2E.. The summary gave Optional libraries: with_freetype: no with_qhull: yes although qhull was not detected! Then, after removing all, untaring again and reconfiguring with=20 --prefix=3D<xxx> --disable-static --without-qhull besides the above errors gave: bash-2.01$ make cd . && /bin/bash /usr/users1/deec/jcard/plplot-alf/missing --run autohea= der /usr/users1/deec/jcard/plplot-alf/missing: autoheader: command not found WARNING: `autoheader' is missing on your system. You should only need 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 ./config.h.in cd . && /bin/bash ./config.status config.h make: *** [stamp-h1] Error 139 bash-2.01$ ls -l configure* -rwx------ 1 jcard docentes 626581 Mar 3 20:20 configure -rw------- 1 jcard docentes 27320 Mar 3 16:27 configure.ac configuring a second time and making again worked, but latter make[2]: Entering directory `/usr/users1/deec/jcard/plplot-alf/include' cd .. && /bin/bash /usr/users1/deec/jcard/plplot-alf/missing --run autohe= ader /usr/users1/deec/jcard/plplot-alf/missing: autoheader: command not found =2E.. Joao |