Advertisement
adam_free2air

Untitled

Jul 2nd, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. pi@devuan-streamer:~/src/electricsheep/client_generic$ ./autogen.sh
  2. Preparing the electricsheep build system...please wait
  3.  
  4. Found GNU Autoconf version 2.69
  5. Found GNU Automake version 1.16.1
  6. Found GNU Libtool version 2.4.6
  7.  
  8. Automatically preparing build ... Warning: autoreconf failed
  9. Attempting to run the preparation steps individually
  10.  
  11. Preparing build ... done
  12.  
  13. The electricsheep build system is now prepared. To build here, run:
  14. ./configure
  15. make
  16. pi@devuan-streamer:~/src/electricsheep/client_generic$ ./configure
  17. checking build system type... aarch64-unknown-linux-gnu
  18. checking host system type... aarch64-unknown-linux-gnu
  19. checking target system type... aarch64-unknown-linux-gnu
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... no
  24. checking for mawk... mawk
  25. checking whether make sets $(MAKE)... yes
  26. checking whether make supports nested variables... yes
  27. checking how to create a pax tar archive... gnutar
  28. checking whether to enable maintainer-specific portions of Makefiles... no
  29. checking whether make supports the include directive... yes (GNU style)
  30. checking for gcc... gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether gcc accepts -g... yes
  38. checking for gcc option to accept ISO C89... none needed
  39. checking whether gcc understands -c and -o together... yes
  40. checking dependency style of gcc... gcc3
  41. checking how to run the C preprocessor... gcc -E
  42. checking for grep that handles long lines and -e... /bin/grep
  43. checking for egrep... /bin/grep -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking minix/config.h usability... no
  55. checking minix/config.h presence... no
  56. checking for minix/config.h... no
  57. checking whether it is safe to define __EXTENSIONS__... yes
  58. checking for library containing strerror... none required
  59. checking for gcc... (cached) gcc
  60. checking whether we are using the GNU C compiler... (cached) yes
  61. checking whether gcc accepts -g... (cached) yes
  62. checking for gcc option to accept ISO C89... (cached) none needed
  63. checking whether gcc understands -c and -o together... (cached) yes
  64. checking dependency style of gcc... (cached) gcc3
  65. checking for g++... g++
  66. checking whether we are using the GNU C++ compiler... yes
  67. checking whether g++ accepts -g... yes
  68. checking dependency style of g++... gcc3
  69. checking how to print strings... printf
  70. checking for a sed that does not truncate output... /bin/sed
  71. checking for fgrep... /bin/grep -F
  72. checking for ld used by gcc... /usr/bin/ld
  73. checking if the linker (/usr/bin/ld) is GNU ld... yes
  74. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  75. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  76. checking whether ln -s works... yes
  77. checking the maximum length of command line arguments... 1572864
  78. checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
  79. checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  80. checking for /usr/bin/ld option to reload object files... -r
  81. checking for objdump... objdump
  82. checking how to recognize dependent libraries... pass_all
  83. checking for dlltool... no
  84. checking how to associate runtime and link libraries... printf %s\n
  85. checking for ar... ar
  86. checking for archiver @FILE support... @
  87. checking for strip... strip
  88. checking for ranlib... ranlib
  89. checking command to parse /usr/bin/nm -B output from gcc object... ok
  90. checking for sysroot... no
  91. checking for a working dd... /bin/dd
  92. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  93. checking for mt... mt
  94. checking if mt is a manifest tool... no
  95. checking for dlfcn.h... yes
  96. checking for objdir... .libs
  97. checking if gcc supports -fno-rtti -fno-exceptions... no
  98. checking for gcc option to produce PIC... -fPIC -DPIC
  99. checking if gcc PIC flag -fPIC -DPIC works... yes
  100. checking if gcc static flag -static works... yes
  101. checking if gcc supports -c -o file.o... yes
  102. checking if gcc supports -c -o file.o... (cached) yes
  103. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  104. checking whether -lc should be explicitly linked in... no
  105. checking dynamic linker characteristics... GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking for shl_load... no
  108. checking for shl_load in -ldld... no
  109. checking for dlopen... no
  110. checking for dlopen in -ldl... yes
  111. checking whether a program can dlopen itself... yes
  112. checking whether a statically linked program can dlopen itself... no
  113. checking whether stripping libraries is possible... yes
  114. checking if libtool supports shared libraries... yes
  115. checking whether to build shared libraries... yes
  116. checking whether to build static libraries... yes
  117. checking how to run the C++ preprocessor... g++ -E
  118. checking for ld used by g++... /usr/bin/ld
  119. checking if the linker (/usr/bin/ld) is GNU ld... yes
  120. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  121. checking for g++ option to produce PIC... -fPIC -DPIC
  122. checking if g++ PIC flag -fPIC -DPIC works... yes
  123. checking if g++ static flag -static works... yes
  124. checking if g++ supports -c -o file.o... yes
  125. checking if g++ supports -c -o file.o... (cached) yes
  126. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  127. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  128. checking how to hardcode library paths into programs... immediate
  129. checking for gcc... (cached) gcc
  130. checking whether we are using the GNU C compiler... (cached) yes
  131. checking whether gcc accepts -g... (cached) yes
  132. checking for gcc option to accept ISO C89... (cached) none needed
  133. checking whether gcc understands -c and -o together... (cached) yes
  134. checking dependency style of gcc... (cached) gcc3
  135. checking for ANSI C header files... (cached) yes
  136. checking whether byte ordering is bigendian... no
  137. checking for an ANSI C-conforming const... yes
  138. checking for inline... inline
  139. checking for special C compiler options needed for large files... no
  140. checking for _FILE_OFFSET_BITS value needed for large files... no
  141. checking dependency style of gcc... gcc3
  142. checking for the pthreads library -lpthreads... no
  143. checking whether pthreads work without any flags... no
  144. checking whether pthreads work with -Kthread... no
  145. checking whether pthreads work with -kthread... no
  146. checking for the pthreads library -llthread... no
  147. checking whether pthreads work with -pthread... yes
  148. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  149. checking if more special flags are required for pthreads... no
  150. checking for cc_r... gcc
  151. O/S is GNU/Linux
  152. checking for pkg-config... /usr/bin/pkg-config
  153. checking for wx-config-2.9... no
  154. checking for wx-config... no
  155. installed version of wx is too old,
  156. configure: error: Please install development libraries for wxWidgets 2.9.1 or higher, and then run this configure script again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement