On 2010-01-13 09:46-0800 Alan W. Irwin wrote: > Hi David: > > As a temporary workaround, please try the new CMake-based build system > for the installed examples. It's undocumented for now, but the steps > (after "make install" for the core build sets up that build system) is > to cd to an initially empty build directory, then run > > cmake $prefix/share/plplot5.9.5/examples > make
I just tried qhull-2010.1 which I downloaded, built, and installed today in a non-standard location. I found that gives a good PLplot result on Linux with example 21 for both the build_tree case (BUILD_TEST=ON) and the new CMake-based build system for the installed examples. Of course, to allow cmake to find this special install location for qhull, you have to set CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH appropriately, e.g., # Special qhull install: CMAKE_INCLUDE_PATH=\ /home/software/qhull/install/include":$CMAKE_INCLUDE_PATH" CMAKE_LIBRARY_PATH=\ /home/software/qhull/install/lib":$CMAKE_LIBRARY_PATH" (drop the last part if you don't have an already existing CMAKE_INCLUDE_PATH or CMAKE_LIBRARY_PATH). To move to the qhull issue for pkg-config, I currently get the following (for my current installation prefix of /home/software/plplot\ svn/installcmake/): softw...@raven> env PKG_CONFIG_PATH=/home/software/plplot\ svn\ /installcmake/lib/pkgconfig/ pkg-config --libs plplotd svn/installcmake/lib -L/home/software/plplot -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime -lfreetype That is clearly in error for qhull (it should point to my special install location of /home/software/qhull/install/lib for qhull-2010.1) which confirms the issue you have reported. I hope to fix that shortly. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel