HELP! "Make" error

Hi, everybody, when I was making the release on Linux, finally I got error:

Linking build/linux-1.4/viewer
…/rt/external-libs/bullet/lib/linux/libbulletcollision.a(btDbvt.o)(.text+0x14ef): In function bottomup': BulletCollision/BroadphaseCollision/btDbvt.cpp:296: undefined reference to__stack_chk_fail’
…/rt/external-libs/bullet/lib/linux/libbulletcollision.a(btDbvt.o)(.text+0x2726): In function topdown': BulletCollision/BroadphaseCollision/btDbvt.cpp:366: undefined reference to__stack_chk_fail’
…/dom/build/linux-1.4//libcollada14dom.so: undefined reference to boost::filesystem::create_directory(boost::filesystem::path const&)' ../dom/build/linux-1.4//libcollada14dom.so: undefined reference toboost::filesystem::create_directories(boost::filesystem::path const&)’
…/dom/build/linux-1.4//libcollada14dom.so: undefined reference to boost::filesystem::path::path(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' ../dom/build/linux-1.4//libcollada14dom.so: undefined reference toboost::filesystem::path::branch_path() const’
…/dom/build/linux-1.4//libcollada14dom.so: undefined reference to boost::filesystem::rename(boost::filesystem::path const&, boost::filesystem::path const&)' ../dom/build/linux-1.4//libcollada14dom.so: undefined reference toboost::filesystem::remove_all(boost::filesystem::path const&)’
…/dom/build/linux-1.4//libcollada14dom.so: undefined reference to `boost::filesystem::remove(boost::filesystem::path const&)’
collect2: ld returned 1 exit status

I have installed boost. Please help me. Thanks.

HI,
DOM does not require BOOST library,so use NO_BOOST

Thanks