# 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

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com

------------------------------------------------------------------------------
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