I use visual studio. The project is assembled and launched on a Linux machine. but if you run it on a machine where boost is not installed, the error "error while loading shared libraries libboost_thread.so.1.67.0: can open shared file"
is displayed.
How can I somehow assemble a project using visual studio so that it statically links all the dependencies for boost?
I added libboost_thread.so.1.67.0
to the linker->input->Additional Dependencies, and the build was successful, but when running on a device without boost installed, the error remained.
Nik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.