discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]


From: Davide Anastasia
Subject: Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]
Date: Sun, 28 Jan 2007 19:52:07 +0100

On dom, 2007-01-28 at 09:51 -0800, Eric Blossom wrote:
> > automake (GNU automake) 1.9.6
> > 
> > Ideas?
> 
> Random guess: you've got more than one version of libtool installed
> (perhaps in a different path), and autoconf isn't looking in the
> directory in which you installed libtool.  It appears that libtool was
> installed with using the package manager.  Is it in /usr/local? 

Ok, I remove automake-1.8 and I install automake-1.8. ./bootstrap run
nicely, but during compiling I receive the same error as above:

g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/test_mblock
test_mblock.o  ./.libs/libmbl ock-qa.so ./.libs/libmblock.so -ldl
-Wl,--rpath -Wl,/usr/local/lib
./.libs/libmblock.so: undefined reference to `pmt_nth(unsigned int,
boost::shared_ptr<pmt_base>)'
./.libs/libmblock-qa.so: undefined reference to
`pmt_intern(std::basic_string<char, std::char_tra its<char>,
std::allocator<char> > const&)'
./.libs/libmblock.so: undefined reference to
`pmt_wrong_type::pmt_wrong_type(std::basic_string<ch ar,
std::char_traits<char>, std::allocator<char> > const&,
boost::shared_ptr<pmt_base>)'
./.libs/libmblock.so: undefined reference to
`pmt_subsetp(boost::shared_ptr<pmt_base>, boost::sha red_ptr<pmt_base>)'
collect2: ld returned 1 exit status
make[4]: *** [test_mblock] Error 1
make[4]: Leaving directory
`/home/rocker/Tesi/SVN/gnuradio/mblock/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rocker/Tesi/SVN/gnuradio/mblock/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rocker/Tesi/SVN/gnuradio/mblock'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rocker/Tesi/SVN/gnuradio'
make: *** [all] Error 2


:(
-- 
Davide Anastasia

web: http://www.davideanastasia.com/
email: address@hidden





reply via email to

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