-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Complication problems occured when Linking CXX executable filelister:
CMakeFiles/filelister.dir/filelister_main.o: In function
'__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:214: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:215: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:216: undefined reference to
'boost::system:;generic_category()'
CMakeFiles/filelister.dir/filelister_main.o: In function 'thread_exception':
/usr/local/include/boost/thread/exceptions.hpp:51 undefined reference to
'boost::system:;generic_category()'
libkfsMeta.a(checkpoint.o):In function
'__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:214: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:215: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:216: undefined reference to
'boost::system:;generic_category()'
libkfsMeta.a(kfsops.o):In function '__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:214: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:215: undefined reference to
'boost::system:;generic_category()'
/usr/local/include/boost/system/error_code.hpp:216: undefined reference to
'boost::system:;generic_category()'
....
....
....
....
collect2: ld 返回1
gmake[2]: *** [src/cc/meta/filelister] 错误 1
gmake[1]: *** [src/cc/meta/CMakeFiles/cpfromkfs.dir/all] 错误 2
gmake: *** [all] 错误 2
Original issue reported on code.google.com by lee091...@gmail.com on 25 May 2013 at 9:31