matplotlib-cpp
matplotlib-cpp copied to clipboard
/usr/bin/ld: cannot find -lmatplotlib_cpp: No such file or directory
Hi All,
does anyone know why is my g++ compiler unable to detect the libmatplotlib_cpp.so file in my /usr/lib/ folder path? Is there a source libmatplotlib_cpp.so file that i can download? I suspect my libmatplotlib_cpp.so file is corrupted.
Many thanks!
There isn't a 'libmatplotlib.so' file to detect, the library is header-only. Specifying the include paths should be enough.