On Tue, Sep 02, 2008 at 01:01:06PM +0200, Mattias Kjellsson wrote: > Hi list, > > I checked out usrp2- trunk svn9482 today, and got some errors when I tried > to build it. > > the following steps was taken: > > Installed boost-1.36, from source with configure --with-libraries=all option > made a symbolic link from /usr/local/include/boost-1.36 to > /usr/local/include/boost > Downloaded usrp2 trunk, svn co http://www.gnuradio.org/... usrp2 > cd usrp2 > bootstrap > configure --with-warnings --with-gprof --with-gnu-ld
Please don't create any symlinks etc. The configure macros assume that boost is installed the way that the boost build system installs it. I strongly suggest that you build boost as described in the README.building-boost with a --prefix of /opt/boost_1_36_0. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
