On Mon, Apr 20, 2009 at 8:08 AM, Johnathan Corgan <jcor...@corganenterprises.com> wrote: >> I checked out the trunk and tried compiling the code. I get the >> following error message in in the middle of the compile. I have tried >> compiling the latest trunk and also R10877 and still get the same >> error. I did the regular ./bootstrap and used >> >> ./configure --enable-doxygen --with-boost=/opt/boost_1_36 >> --enable-usrp2=no --enable-gr-usrp2=no > > BTW, you likely don't need to disable the usrp2 components in the > above, though that isn't the source of your problem. > >> g++ -g -O2 -g -O2 -pthread -pthread -Wall -Woverloaded-virtual -o >> .libs/test_inband test_inband.o ./.libs/libusrp-inband-qa.so >> /home/anankekarthik/gnuradio/usrp/host/lib/inband/.libs/libusrp-inband.so.0: >> undefined reference to `usrp_standard_rx::tune(int, >> boost::shared_ptr<db_base>, double, usrp_tune_result*)' > > This looks like the build system is getting confused as to the > location of libusrp (which contains the functions above). Just to > start from a known configuration, can you do a 'sudo make uninstall' > to ensure the system locations are devoid of any GNU Radio > libraries/header files, the start from scratch with the bootstrap > step? > > Johnathan >
Thanks, that worked! Karthik _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio