Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 aclocal
  2. AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoconf
  3. AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 automake -a
  4. CXX=/usr/ports/pobj/gcc-4.9.3/bin/eg++ ./configure
  5. make
  6.  
  7. terminate called after throwing an instance of 'std::system_error'
  8. what(): Enable multithreading to use std::thread: Operation not permitted
  9. Abort trap (core dumped)
  10.  
  11. GNU gdb 6.3
  12. Copyright 2004 Free Software Foundation, Inc.
  13. GDB is free software, covered by the GNU General Public License, and you are
  14. welcome to change it and/or distribute copies of it under certain conditions.
  15. Type "show copying" to see the conditions.
  16. There is absolutely no warranty for GDB. Type "show warranty" for details.
  17. This GDB was configured as "amd64-unknown-openbsd6.0".
  18. Core was generated by `ansvif'.
  19. Program terminated with signal 6, Aborted.
  20. #0 0x00000a5d2326029a in ?? ()
  21. (gdb) bt
  22. #0 0x00000a5d2326029a in ?? ()
  23. #1 0x00000a5d23274039 in ?? ()
  24. #2 0x00000a5d23280c0a in ?? ()
  25. #3 0x00000a5a441cea80 in ?? ()
  26. #4 0xffffffdf00000202 in ?? ()
  27. #5 0xf296d56c8d2c4acf in ?? ()
  28. #6 0x00000a5c54dc0198 in ?? ()
  29. #7 0x00000a5a43d8b165 in ?? ()
  30. #8 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement