| Issue 5: | Can't link libboost_system when building | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The test code of supersonic need to include boost timer, and boost timer rely on boost system. when building supersonic, it got an error like below /usr/bin/ld: ./.libs/libsupersonic.a(libsupersonic_la-file_util.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.51.0 so try adding it to the linker co\ mmand line /usr/lib/libboost_system.so.1.51.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[1]: *** [supersonic_unittest] Error 1 make[1]: Leaving directory `/home/min/code/supersonic' make: *** [all] Error 2 I modified Makefile.am and it passed the building.
Oct 17, 2012
Thank you for the patch. Will fix that.
Owner:
tkaf...@google.com
Oct 26, 2012
Fixed in 0.9.2
Status:
Fixed
|
558 bytes View Download