lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.27k stars 1.12k forks source link

/usr/bin/ld: cannot find -lmatplotlib_cpp: No such file or directory #347

Open lexson-luo opened 1 year ago

lexson-luo commented 1 year ago

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!

joaocandre commented 1 year ago

There isn't a 'libmatplotlib.so' file to detect, the library is header-only. Specifying the include paths should be enough.