matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

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

Open lexson-luo opened this issue 2 years ago • 1 comments

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!

lexson-luo avatar May 14 '23 02:05 lexson-luo

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

joaocandre avatar Jun 19 '23 16:06 joaocandre