On 05/15/2011 01:31 PM, turbovectorz turbovectorz wrote: > Hi ALL, > > Everything compiled properly with no errors with GNU radio 3.3.0 with that > latest Boost 1_46_1.
Using one boost library often pulls in boost system as a requirement. This must be true for Boost 1_46_1. You may want to use an older boost or switch to the master branch. If you still see the error w/ master, you may try adding $(BOOST_SYSTEM_LIB) to libgnuradio_core_la_LIBADD http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/Makefile.am#n44 -josh > _mod = imp.load_module('_audio_swig', fp, pathname, description) > ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined > symbol: _ZN5boost6system19get_system_categoryEv >>>> > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
