From: Alan W. I. <ir...@be...> - 2014-09-22 21:02:43
|
On 2014-09-22 15:47-0400 Irena Johnson wrote: > Hello Alan, > > Please find below the errors I am getting when I ran the comprehensive > run-time tests. > > Scanning dependencies of target tcl_examples > Scanning dependencies of target x07c > Scanning dependencies of target x13c > Scanning dependencies of target x08c > [ 0%] [ 0%] Building C object c/CMakeFiles/x07c.dir/x07c.c.o > [ 8%] Building C object c/CMakeFiles/x13c.dir/x13c.c.o > Building C object c/CMakeFiles/x08c.dir/x08c.c.o > [ 39%] Built target tcl_examples > Scanning dependencies of target x34c > [ 39%] Building C object c/CMakeFiles/x34c.dir/x34c.c.o > Linking C executable x13c > Linking C executable x07c > /usr/bin/ld: cannot find -lplplot [...] Hi Irena: It looks to me from the above results that the C examples are failing to link, but I thought you tested that case before? Anyhow, to test that case without anything else getting in the way, please give me VERBOSE=1 results for the non-parallel build case for a fresh build tree. That is, starting with an empty build tree use cmake <your usual options including -DBUILD_TEST=ON...> \ <path to PLplot source tree...> \ >& cmake.out followed by _just_ make VERBOSE=1 x01c >& make.out Then, assuming the make.out result does show the same link error as above, please compress those cmake.out and make.out files (and also the resulting CMakeCache.txt file), and send those three compressed files to this list as attachments. Once we have those details, it will make it much easier for us to figure out exactly what is going wrong. 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); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); 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 __________________________ |