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
The configuration went fine, as well as making of the library (I think,
since there is no errors reported from the libs- dir). But when the
make- script tried to compile things from the apps- directory the
following message was produced:
gcc -g -O2 -Wall -pg -o .libs/find_usrps find_usrps.o
../lib/.libs/libusrp2.so /usr/local/lib/libgruel.so
../lib/.libs/libusrp2.so: undefined reference to
`boost::thread_resource_error::thread_resource_error()'
../lib/.libs/libusrp2.so: undefined reference to `typeinfo for
boost::thread_resource_error'
../lib/.libs/libusrp2.so: undefined reference to
`boost::thread_resource_error::~thread_resource_error()'
collect2: ld returned 1 exit status
make[2]: *** [find_usrps] Error 1
When I check the linking in /usr/local/lib/ all the sym- links for
libboost_* seemd to be linked to boost-1.36, which is the one to use, right?
Anyone got an idea about what to do about this? Or is it just I who has
"the last PM about the apps directory".
BR
Mattias
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio