25 Aug
2009
25 Aug
'09
8:50 a.m.
The answer for me, hopefully it'll help someone else was as follows: I was having problems linking, I was still getting: ./accesstimer: error while loading shared libraries: libboost_system-gcc41-mt-1_39.so.1.39.0: cannot open shared object file: No such file or directory But my maklefile seemed to be correct, the solution was to just execute: ldconfig On my Linux machine that I had just installed Boost on and built the filesytem libraries. I am assuning that ldconfig needed to be run for my system to pick up the new libraries I had installed. It now works. -- View this message in context: http://www.nabble.com/Linking-fails-to-Boost_system-%28cannot-open-shared-ob... Sent from the Boost - Users mailing list archive at Nabble.com.