On 2015-04-24 16:51-0600 Orion Poplawski wrote:

> # make
> /usr/bin/gfortran  x00f.f90 -o x00f  -I/usr/include/plplot
> -I/usr/lib64/gfortran/modules -I/usr/include/plplot -lplplotf95  
> -lplf95demolib
> /usr/bin/ld: /tmp/ccNUjhko.o: undefined reference to symbol 'plinit_'
> /usr/lib64/libplplotf95c.so.12: error adding symbols: DSO missing from command
> line
> collect2: error: ld returned 1 exit status
> # grep -Fi plinit x00f.f90
>    call plinit
>
> /usr/lib64/libplplotf95c.so
> 0000000000009350 T plinit_
>
> So we need to link with -lplplotf95c

Please clarify which of three build systems (build tree configured
with cmake, installed examples tree configured with cmake, or
traditional installed examples tree configured with pkg-config) generate
the above error on Fedora.

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
__________________________

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to