matthiasbock / libcan

Simple C/C++ bindings for CAN bus communication
40 stars 14 forks source link

is this code can compile in linux??? #2

Closed niteofhunter closed 1 year ago

niteofhunter commented 1 year ago

Hi. I want to use your code in linux(ubuntu 20.04)

but I don't know how to compile it in linux

I compiled this code with "make all", and "make test" command, but created test file not working with message

"./test/test: error while loading shared libraries: libcan.so: cannot open shared object file: No such file or directory"

is this code can compiled in linux???

thank you best regard.