From: Orion P. <or...@co...> - 2015-04-25 15:59:56
|
On 04/24/2015 08:08 PM, Alan W. Irwin wrote: > 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. > Installed examples tree using the installed Makefile. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane or...@co... Boulder, CO 80301 http://www.cora.nwra.com |