On 2010-02-09 17:28-0500 Don Spong wrote: > Andrew, > > I was using: > > ifort -O -c test_plplot.f > ifort -O -o xtest test_plplot.o > `PKG_CONFIG_PATH=/usr/local/plplot/lib/pkgconfig pkg-config --cflags --libs > plplotd-f77` > > I have now switched to using: > > ifort -O -c test_plplot.f > ifort -O -o xtest test_plplot.o -I/usr/local/plplot_svn/include/plplot > -L/usr/local/plplot_svn/lib \ > -lplplotf77d -lplplotf77cd -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn > -lqsastime > > i.e., I'm using everything that pkgconfig was adding, except I've removed the > -lqhull that it included. With this change I can now compile with the newest > plplot that I got from SVN and I agree with your conclusion that this fixes > the problem with the disappearing Map0 colors. However, I'm not sure why I'm > having the problem with the qhull library and if there's anything I will want > to do in the future which may require it.
Revision 10800 fixes a linking typo for qhull that I recently introduced into the svn trunk version. I have just now run some tests of revision 10800, and all (except for Ada which is automatically disabled for me for some reason) seems well. To access revision 10800, run "svn update" and then try your build again. 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 __________________________ ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
