From: <jc...@fe...> - 2003-04-15 15:40:11
|
On Tuesday 15 April 2003 08:58, Volker Naulin wrote: | On Mon, 14 Apr 2003, Jo=E3o Cardoso wrote: | > On Monday 14 April 2003 16:17, Rafael Laboissiere wrote: =2E.. | > The problem must be the one I said, a non-existing Qhull library in | > the system; in that case a warning message should be printed and | > the second and third plot should be flat. To reproduce, configure | > with --without-qhull. | > | > Volker, can you please check that in the config.summary file is a | > line that says: | > with_qhull: no | | Hej, | | yes, it does say so. My fault not to look at the terminal | output....does give a warning message. However, I noticed that qhull | is not available as a RPM (using rpmfind), nor part of any linux | distribution...would it make sense to distribute it with plplot? As Qhull it has its own page (inacessible for me most of the time) http://www.geom.umn.edu, with a working mirror at=20 http://www.thesa.com/software/qhull/ and sources at http://savannah.nongnu.org/download/qhull/qhull-new.pkg/2002.1/qhull2002.1.= tgz I don't think we should include it in PLplot. We could however provide=20 the its sources in our download page. The sources, at savannah.nongnu.org, are only 470K. Compiling for Unix The gzip file, qhull.tgz, contains documentation and source files for qhull and rbox. =20 =20 To unpack the gzip file - tar zxf qhull.tgz - cd qhull =20 Compiling with the Debian Make:[R. Laboissiere] - cd src - ./Make-config.sh - cd .. - configure - make Thanks, Joao |