<div dir="ltr">Is Your work Linux based? If so, did You try to set LD_LIBRARY_PATH? But this is only needed, if Your shared library dependency is in an unusual location. There are other ways, to specify non-default shared library pathes as well, but LD_LIBRARY_PATH may be the fastest to test for non-default pathes.<div><br></div><div>For gcc you can specify -static when linking to force to use no dynamic libraries. Another approach would be to use "-Wl,-rpath=...".</div><div>Maybe You should have a look at</div><div><a href="http://stackoverflow.com/questions/8835108/specify-non-default-shared-library-path-in-gcc-linux">http://stackoverflow.com/questions/8835108/specify-non-default-shared-library-path-in-gcc-linux</a><br></div><div><br></div><div>Regards,</div><div>Boris</div><div><br></div></div>