11 Mar
2009
11 Mar
'09
10 p.m.
Juan Antonio Farré Basurte wrote:
Hello, I'm using boost libraries in my research work and I need to link to graph and program options libraries. I've been working with version 1.37.0 without any problem. Now I updated to 1.38.0. I built the libraries in the same way and the same directories as 1.37.0 (on /usr/local). The compilation and dynamic linkage phase work, but when I run the program it complains with "file not found" on the shared library files.
You need to always provide the exact error message. Also, what does ldd say? Did you recompile your program? - Volodya