Murtuza wrote: > Apparently the system cannot load the shared library " > libboost_thread-gcc41-mt-1_36.so.1.36.0: " as shown in the error below.
You need to ensure that the environment variable LD_LIBRARY_PATH is set to the location of the Boost libraries. In my setup, I put this in .bashrc: export LD_LIBRARY_PATH=/opt/boost_1_36_0/lib You'll need to adjust the path accordingly. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
