On Sun, Sep 14, 2008 at 03:05:55PM -0700, Eric Blossom wrote: > On Sun, Sep 14, 2008 at 08:00:01PM +0000, Nick Foster wrote: > > Hi all, > > > > I've read that similar > > errors occur when the target application is compiled without > > pthreads, but that's definitely not the case (in fact, the makefile > > appears to include the -pthreads option twice). I'm running Boost > > 1.36.0, as recommended, and installed in /opt/boost_1_36_0/ as > > indicated in README.building-boost. It was built from source. The > > one (possibly) related issue is that, when make-ing Gnuradio, I had > > to provide a symbolic link to: > > > /opt/boost_1_36_0/lib/libboost_thread-gcc42-mt-1_36.so.1.36.0 > > > from: > > > /usr/lib/libboost_thread-gcc42-mt-1_36.so.1.36.0 > > This is strange. It looks like somebody tried to install boost > into the system path, but didn't use the --layout=system option. If > this sounds like something you may have done (perhaps by forgetting to > specify the --prefix option to boost when building it the first time), > > rm /usr/local/libboot*-gcc42-mt*.so*
Uhh, make that > rm /usr/lib/libboost*-gcc42-mt*.so* I'm guessing you forgot to export LD_LIBRARY_PATH. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio