Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.02 KB | None | 0 0
  1. 2017-10-21 12:36:01 -0300
  2.  
  3. cmake
  4. .
  5. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
  6. -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
  7. -DCMAKE_INSTALL_PREFIX=/home/dachsroot/.linuxbrew/Cellar/sllib/1.4.2e
  8. -DCMAKE_BUILD_TYPE=Release
  9. -DCMAKE_FIND_FRAMEWORK=LAST
  10. -DCMAKE_VERBOSE_MAKEFILE=ON
  11. -Wno-dev
  12.  
  13. cmake: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
  14.  
  15. HOMEBREW_VERSION: 1.3.5
  16. ORIGIN: https://github.com/Linuxbrew/brew.git
  17. HEAD: ce9a10fa47b486859e53c0991c0672c0c2aa8bba
  18. Last commit: 3 days ago
  19. Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
  20. Core tap HEAD: 5ae8d8a6d9887ed671ecb4670c6ce1c2e37bd666
  21. Core tap last commit: 26 hours ago
  22. HOMEBREW_PREFIX: /home/dachsroot/.linuxbrew
  23. HOMEBREW_REPOSITORY: /home/dachsroot/.linuxbrew
  24. HOMEBREW_CELLAR: /home/dachsroot/.linuxbrew/Cellar
  25. HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
  26. CPU: dual-core 64-bit skylake
  27. Homebrew Ruby: 2.3.3 => /home/dachsroot/.linuxbrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
  28. Clang: N/A
  29. Git: 2.1.4 => /usr/bin/git
  30. Perl: /usr/bin/perl
  31. Python: /home/dachsroot/.linuxbrew/opt/python/libexec/bin/python => /home/dachsroot/.linuxbrew/Cellar/python/2.7.14/bin/python2.7
  32. Ruby: /usr/bin/ruby => /usr/bin/ruby2.1
  33. Java: Picked up _JAVA_OPTIONS:  -Duser.home=/home/dachsroot/.cache/Homebrew/java_cache
  34. Kernel: Linux 3.16.0-4-amd64 x86_64 GNU/Linux
  35. OS: Debian GNU/Linux 8.9 (jessie) (jessie)
  36. Host glibc: 2.19
  37. /usr/bin/gcc: 4.9.2
  38. glibc: 2.23
  39. gcc: N/A
  40. xorg: N/A
  41.  
  42. HOMEBREW_CC: gcc-4.9
  43. HOMEBREW_CXX: g++-4.9
  44. MAKEFLAGS: -j2
  45. CMAKE_PREFIX_PATH: /home/dachsroot/.linuxbrew
  46. PKG_CONFIG_PATH: /home/dachsroot/.linuxbrew/opt/curl/lib/pkgconfig
  47. ACLOCAL_PATH: /home/dachsroot/.linuxbrew/share/aclocal
  48. PATH: /home/dachsroot/.linuxbrew/opt/python/libexec/bin:/home/dachsroot/.linuxbrew/opt/python/bin:/home/dachsroot/.linuxbrew/Library/Homebrew/shims/linux/super:/home/dachsroot/.linuxbrew/opt/curl/bin:/home/dachsroot/.linuxbrew/opt/cmake/bin:/home/dachsroot/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement