Hi all,
I am trying to build the sample programs in Fortran of PLPLOT. I am just adapting the Makefile from an older version, as Ubuntu seems to have the Fortran sample programs removed from the distribution. :/ I am using [Xu|U]buntu 18.04 LTS and Plplot 5.13. The problem I am having is during make fase: $ make /usr/bin/gfortran x00f.f90 -o x00f `PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --cflags --libs plplot-fortran` -lplfortrandemolib x00f.f90:46:37: call plparseopts( PL_PARSE_FULL ) 1 Error: There is no specific subroutine for the generic ‘plparseopts’ at (1) Makefile:74: recipe for target 'x00f' failed make: *** [x00f] Error 1 The pkg-config returns: $ pkg-config --cflags --libs plplot-fortran -I/usr/include/plplot -I/usr/lib/x86_64-linux-gnu/fortran/modules/plplot -I/usr/include/plplot -lplplotfortran Even if I try to compile other samples I get a similar result: $ make x01f /usr/bin/gfortran x01f.f90 -o x01f `PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --cflags --libs plplot-fortran` -lplfortrandemolib x01f.f90:170:31: call plstyl( 1, 1500, 1500 ) 1 Error: There is no specific subroutine for the generic ‘plstyl’ at (1) x01f.f90:173:25: call plstyl( 0, 0, 0 ) 1 Error: There is no specific subroutine for the generic ‘plstyl’ at (1) x01f.f90:34:34: call plparseopts(PL_PARSE_FULL) 1 Error: There is no specific subroutine for the generic ‘plparseopts’ at (1) Makefile:74: recipe for target 'x01f' failed make: *** [x01f] Error 1 Does anyone has an idea about what is going on? TIA. Roxo -- ---------------- Non luctari, ludare -------------------+ WYSIWYG Fernando M. Roxo da Motta <r...@roxo.org> | Editor? Except where explicitly stated I speak on my own behalf.| VI !! PU5RXO | I see text, ------------ Quis custodiet ipsos custodes?-------------+ I get text! _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general