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: [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio