On Sat, Mar 21, 2009 at 11:22 AM, MidoWido <[email protected]> wrote:
> When I run make, I get the annexed error messages. I'm using the latest > verion of Boost. > Any clues on what is wrong? > /home/mido/Download/gnuradio/gruel/src/lib/.libs/libgruel.so: undefined > reference to `boost::thread::start_thread()' You either need to set LD_LIBRARY_PATH to the directory the hand-compiled Boost libraries are in, or add that directory to the system ld.so.conf. Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
