Gnuradio make error

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 toboost::this_thread::disable_interruption::disable_interruption()’
./.libs/libgruel.so: undefined reference to boost::thread::interrupt()' ./.libs/libgruel.so: undefined reference tovtable 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 toboost::this_thread::disable_interruption::~disable_interruption()’
./.libs/libgruel.so: undefined reference to typeinfo for boost::detail::thread_data_base' ./.libs/libgruel.so: undefined reference toboost::thread::start_thread()’
collect2: ld returned 1 exit status
make[5]: *** [test_gruel] Error 1