discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Installing GNURadio 3.3.0 in Ubuntu 14.04


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Installing GNURadio 3.3.0 in Ubuntu 14.04
Date: Fri, 22 Aug 2014 21:45:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hello Rodrigo,

this looks like a linker error.
Make sure you have only only have one boost version installed.

By the way: good luck building 3.3.0 on a modern system; it would be no surprise if the build process has problems because of the tools involved making a lot of progress over the last few years.
If you want a GNU Radio version that is recent but has an API that is closer to that of 3.3.0, go for the v3.6.5 tag.

What is the module you're going to try?

Greetings,
Marcus

On 22.08.2014 21:24, Rodrigo Farias wrote:
Hello,

In appendix follow the log of ./configure and make.
I'm having problem with libboost in the lines of command make:

...
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverloaded-virtual -pthread   -o test_gruel test_gruel.o pmt/libpmt-qa.la
libgruel.la
libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o
.libs/test_gruel test_gruel.o  pmt/.libs/libpmt-qa.a -lboost_thread
-lcppunit -ldl ./.libs/libgruel.so -pthread -Wl,-rpath -Wl,/usr/local/lib64
/usr/bin/ld: pmt/.libs/libpmt-qa.a(pmt.o): undefined reference to symbol
'_ZN5boost6system15system_categoryEv'
//usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0: error adding symbols:
DSO missing from command line
collect2: error: ld returned 1 exit status
make[5]: ** [test_gruel] Erro 1
...

I has libboost 1.54 with same problem. This is a version problem or it is
another thing?

I need this version becouse i wanna test a module I need this version
because i wanna test a old module from other project. I already try in
current version without success.

Any help is welcome!

Att,
Rodrigo Farias



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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