Dear plplot community,

Im running plplot using homebrew on MacOS 10.13.6 High Sierra.


Compiling works, linking fails:


My (old 2009) Makefile contains:
PLPLOTDIR := /usr/local/Cellar/plplot/5.13.0_5
LIB_PLPLOT := -L${PLPLOTDIR}/lib -lplplotd


And i get:


c++ -o tobago tobago.o tobago_file.o tobago_GTK.o tobago_plot.o -Wall -g
-export-dynamic `pkg-config --libs gtk+-2.0`
-L/usr/local/Cellar/plplot/5.13.0_5/lib -lplplotd

ld: warning: text-based stub file
/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and
library file
/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out
of sync. Falling back to library file for linking.

ld: library not found for -lplplotd

clang: *error: *linker command failed with exit code 1 (use -v to see
invocation)


make: *** [tobago_GTK] Error 1


how can i use plplot-c++.pc to solve this? Seems that my Makefile is not
working any longer with new plplot.


?

plplot-c++.pc plplot-fortran.pc plplot.pc



Does anyone have an recommendation how to fix the fact that the library can
not be found?


Thank you very much


Regards

Andi
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to