My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 5: Can't link libboost_system when building
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  tkaf...@google.com
Closed:  Oct 2012


 
Reported by coderp...@gmail.com, Oct 17, 2012
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
#1 coderp...@gmail.com
Here is the patch
SUPERSONIC_BOOST_SYSTEM.diff
558 bytes   View   Download
Oct 17, 2012
Project Member #2 p...@google.com
Thank you for the patch. Will fix that.
Owner: tkaf...@google.com
Oct 26, 2012
Project Member #3 tkaf...@google.com
Fixed in 0.9.2
Status: Fixed

Powered by Google Project Hosting