From: Rafael L. <lab...@ps...> - 2003-02-06 08:05:23
|
* Alan W. Irwin <ir...@be...> [2003-02-05 16:56]: > If you had different configure options than Joao and me but are too tired > to re-run the test, could you at least tell us what those configuration > options are? I might find they work on my system which would imply the bug > is configure option dependent and not autotools version dependent. Here is exactly what I am doing. $ rm -rf plplot $ cvs -d rla...@cv...:/cvsroot/plplot co plplot $ cd plplot $ ./bootstrap.sh $ destdir=/var/tmp/plplot $ ./configure --prefix=$destdir --disable-tcl --disable-itcl \ --disable-python --enable-dyndrivers --with-double $ rm -rf $destdir $ make install $ cd examples/c $ make x01c $ ./x01c -dev xwin All the C demos compile and work fine here. I am now using Libtool 1.4.3 from Debian unstable. Please noticed that I had to make changes in bootstrap.sh in order to get this version of Libtool working properly with Autoconf 2.57 and Automake 1.7.2 (see my last cvs commit). If you guys cannot replicate my successful build with the latest version of bootstrap.sh, I will be completely puzzled. -- Rafael |