/usr/bin/ld: CMakeFiles/matchclient.dir/GuiIface.cc.o: undefined reference to symbol 'boost::system::system_category()'
/usr/bin/ld: note: 'boost::system::system_category()' is defined in DSO /usr/lib/libboost_system.so.1.46.1 so try adding it to the linker command line
/usr/lib/libboost_system.so.1.46.1: could not read symbols: Invalid operation
在cmakeLists.txt中添加
target_link_libraries(matchclient
/usr/lib/libboost_system.so.1.46.1
)