discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] svn 9482, usrp2 trunk, host/apps compile


From: Mattias Kjellsson
Subject: [Discuss-gnuradio] svn 9482, usrp2 trunk, host/apps compile
Date: Tue, 02 Sep 2008 13:01:06 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]