leewide / kosmosfs

Automatically exported from code.google.com/p/kosmosfs
Apache License 2.0
0 stars 0 forks source link

Error when linking client test program #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I finished compiling and deploying KFS. And made the servers start. I want to 
have a test on client programming. But I get link errors like these:

/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary(char
 const*, char const*) const'
/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::re_detail::get_default_error_string(boost::regex_constants::error_type)'
/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::re_detail::cpp_regex_traits_implementation<char>::transform(char 
const*, char const*) const'
/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::re_detail::put_mem_block(void*)'
/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::basic_regex<char, boost::regex_traits<char, 
boost::cpp_regex_traits<char> > >::do_assign(char const*, char const*, unsigned 
int)'
/home/ggicci/kfs/build/lib/../lib/libkfsIO.so: undefined reference to 
`boost::re_detail::raise_runtime_error(std::runtime_error const&)'

I give a snapshot of my code and make output 
[here](https://gist.github.com/ggicci/10342928).

Original issue reported on code.google.com by tmj1...@gmail.com on 10 Apr 2014 at 12:32