On 2015-07-06 16:11-0000 Arjen Markus wrote:

> Alas, the error I reported persists, even now that /usr/local plays
no role anymore in the build. See the attached tarball.

Hi Arjen:

I was happy to see that the Cygwin itk fix I implemented a while back
actually works for you and that all the /usr/local stuff is no longer
contaminating the result in your report.  Your elimination of the
possibility of such contamination will be a big help in finding the
source of the remaining issue you are reporting.

With regard to that issue, I still think it is some visibility problem
since the code that defines the missing symbol should be part of
the PLplot library for the nondynamic case. So could you check both
the definition and visibility of that missing symbol in the PLplot
library for the nondynamic case using the nm method I suggested
before?  i.e.,

# change directory to the nondynamic build tree
cd nondynamic/build_tree/

# Check for symbol definition in PLplot library
nm --defined-only <plplot library location> |grep plplotLibDir

# Check for symbol visibility in PLplot library
nm --defined-only --extern-only <plplot library location> |grep plplotLibDir

Thanks in advance.

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
__________________________

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to