When I tried to installed NOX,I am getting 'undefined refrence' error. the error is:
/usr/local/include/boost/filesystem/operations.hpp:289: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' nox_core-deployer.o: In function `directory_iterator': /usr/local/include/boost/filesystem/operations.hpp:682: undefined reference to `boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' nox_core-deployer.o: In function `boost::filesystem::path::leaf() const': /usr/local/include/boost/filesystem/path.hpp:483: undefined reference to `boost::filesystem::path::filename() const' nox_core-deployer.o: In function `boost::filesystem::path::compare(std::string const&) const': /usr/local/include/boost/filesystem/path.hpp:424: undefined reference to `boost::filesystem::path::compare(boost::filesystem::path const&) const' nox_core-deployer.o: In function `boost::filesystem::directory_iterator::increment()': /usr/local/include/boost/filesystem/operations.hpp:718: undefined reference to `boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' nox_core-deployer.o: In function `boost::filesystem::directory_entry::status() const': /usr/local/include/boost/filesystem/operations.hpp:591: undefined reference to `boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' /usr/local/include/boost/filesystem/operations.hpp:591: undefined reference to `boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' nox_core-deployer.o: In function `path<boost::filesystem::directory_entry>': /usr/local/include/boost/filesystem/path.hpp:139: undefined reference to `boost::filesystem::path::codecvt()' /usr/local/include/boost/filesystem/path.hpp:139: undefined reference to `boost::filesystem::path_traits::dispatch(boost::filesystem::directory_entry const&, std::string&, std::codecvt<wchar_t, char, __mbstate_t> const&)' nox_core-deployer.o: In function `~dir_itr_imp': /usr/local/include/boost/filesystem/operations.hpp:651: undefined reference to `boost::filesystem::detail::dir_itr_close(void*&, void*&)' /usr/local/include/boost/filesystem/operations.hpp:651: undefined reference to `boost::filesystem::detail::dir_itr_close(void*&, void*&)' nox_core-dso-deployer.o: In function `boost::filesystem::operator/(boost::filesystem::path const&, boost::filesystem::path const&)': /usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)' nox_core-nox_main.o: In function `exists': /usr/local/include/boost/filesystem/operations.hpp:289: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' collect2: error: ld returned 1 exit status make[4]: *** [nox_core] Error 1 make[4]: Leaving directory `/usr/local/openflow/nox/build/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/openflow/nox/build/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/openflow/nox/build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/openflow/nox/build' make: *** [all] Error 2 I hope you could help me, because I don't know how to overcome this problem. Regards
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss