On 2016-01-17 20:59-0800 Greg Jung wrote:

> I tried setting re-building the qhullstatic.a library with CFLAGS,
> CXXFLAGS=-fPIC to no avail.
>
> Can anyone clue me in to where the problem is?

Hi Greg:

The rule is that all static libraries linked to by shared objects must
have -fPIC set since that static library code is put directly into the
shared object and must therefore have the correct -fPIC flag set.  So
I think you are completely on the right track with qhullstatic.a, but
have you done this (used the -fPIC compiler option) also for the
static build of PLplot libraries as well as every other static library
that the shared build of libgdl is linked to?

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
__________________________

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to