Advertisement
szabozoltan69

Burrrr

Aug 2nd, 2016
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. Making all in src
  2. make[1]: Entering directory '/home/vki/burrtools/burrtools-0.6.3/src'
  3. make  all-am
  4. make[2]: Entering directory '/home/vki/burrtools/burrtools-0.6.3/src'
  5.   CXXLD    burrTxt2
  6. /usr/bin/ld: burrTxt2.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
  7. //usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0: error adding symbols: DSO missing from command line
  8. collect2: error: ld returned 1 exit status
  9. Makefile:992: recipe for target 'burrTxt2' failed
  10. make[2]: *** [burrTxt2] Error 1
  11. make[2]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3/src'
  12. Makefile:669: recipe for target 'all' failed
  13. make[1]: *** [all] Error 2
  14. make[1]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3/src'
  15. Makefile:396: recipe for target 'all-recursive' failed
  16. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement