Alan, Dave, I did the svn update and now things are working fine using pkgconfig to get the links. As you anticipated, the crucial change was that the newer version added in a -L/sw/lib into the link line which wasn't there earlier. This was needed to find my qhull library.
-Thanks for the timely help, Don On Feb 9, 2010, at 6:35 PM, Alan W. Irwin wrote: > 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
