I recently upgraded from Plplot 5.9.7 to Plplot 5.10.0 on my MacBook Air running MacOS 10.9.4. The first problem I encountered is that I don’t find a plplotd-f77 installed under /lib/pkgconfig. I have many legacy Fortran-77 codes I would like to keep running and no time to convert them to something else. Is there some way I can tell the installer to create plplotd-f77? If not, what is the latest version of Plplot that provides f77 support? If I try to use the plplotd-f95 that exists under /lib/pkgconfig, then the compiler doesn’t find pllab, plline, or plwid. These routines are still mentioned in your documentation. Any suggestions as to why they aren’t being found?
[spongda~/fortran_code_development/GTC_spdata_check] >ifort -O -o xplot spdata_read_plot.o `PKG_CONFIG_PATH=/usr/local/plplot-5.10.0/lib/pkgconfig pkg-config --cflags --libs plplotd-f95` Undefined symbols for architecture x86_64: "_pllab_", referenced from: _MAIN__ in spdata_read_plot.o "_plline_", referenced from: _MAIN__ in spdata_read_plot.o "_plwid_", referenced from: _MAIN__ in spdata_read_plot.o ld: symbol(s) not found for architecture x86_64 - Thanks, Don ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general