discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gnuradio make error


From: xiong jie
Subject: [Discuss-gnuradio] gnuradio make error
Date: Sun, 11 Apr 2010 17:33:39 +0100

After successful configuration. I got the following 'make' error:
I searched online and found that I need to set the LD_LIBRARY_PATH.
I set LD_LIBRARY-PATH to my boost_install_directory/lib
but still got the same error.

Anyone has some idea?
I appreciate if you can help.



/bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2  -Wall -Woverloaded-virtual -pthread   -o test_gruel  test_gruel.o pmt/libpmt-qa.la libgruel.la
g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/test_gruel test_gruel.o  pmt/.libs/libpmt-qa.a -L/usr/lib64 -lcppunit -ldl ./.libs/libgruel.so -lboost_thread -lrt  -Wl,--rpath -Wl,/home/xiongjie/install-gnuradio/lib64
./.libs/libgruel.so: undefined reference to `boost::detail::get_current_thread_data()'
./.libs/libgruel.so: undefined reference to `boost::this_thread::disable_interruption::disable_interruption()'
./.libs/libgruel.so: undefined reference to `boost::thread::interrupt()'
./.libs/libgruel.so: undefined reference to `vtable for boost::detail::thread_data_base'
./.libs/libgruel.so: undefined reference to `boost::detail::thread_data_base::~thread_data_base()'
./.libs/libgruel.so: undefined reference to `boost::this_thread::disable_interruption::~disable_interruption()'
./.libs/libgruel.so: undefined reference to `typeinfo for boost::detail::thread_data_base'
./.libs/libgruel.so: undefined reference to `boost::thread::start_thread()'
collect2: ld returned 1 exit status
make[5]: *** [test_gruel] Error 1


--
Regards,
XJ



reply via email to

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