Advertisement
Guest User

Untitled

a guest
Sep 1st, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. checking whether gcc understands -c and -o together... yes
  11. checking how to run the C preprocessor... gcc -E
  12. checking for grep that handles long lines and -e... /data/data/com.termux/files/usr/bin/grep
  13. checking for egrep... /data/data/com.termux/files/usr/bin/grep -E
  14. checking for ANSI C header files... yes
  15. checking for sys/types.h... yes
  16. checking for sys/stat.h... yes
  17. checking for stdlib.h... yes
  18. checking for string.h... yes
  19. checking for memory.h... yes
  20. checking for strings.h... yes
  21. checking for inttypes.h... yes
  22. checking for stdint.h... yes
  23. checking for unistd.h... yes
  24. checking minix/config.h usability... no
  25. checking minix/config.h presence... no
  26. checking for minix/config.h... no
  27. checking whether it is safe to define __EXTENSIONS__... yes
  28. checking for a BSD-compatible install... /data/data/com.termux/files/usr/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /data/data/com.termux/files/usr/bin/mkdir -p
  31. checking for gawk... gawk
  32. checking whether make sets $(MAKE)... yes
  33. checking for style of include used by make... GNU
  34. checking whether make supports nested variables... yes
  35. checking dependency style of gcc... gcc3
  36. checking whether to enable maintainer-specific portions of Makefiles... no
  37. checking build system type... armv7l-unknown-linux-gnueabi
  38. checking host system type... armv7l-unknown-linux-gnueabi
  39. checking how to print strings... printf
  40. checking for a sed that does not truncate output... /data/data/com.termux/files/usr/bin/sed
  41. checking for fgrep... /data/data/com.termux/files/usr/bin/grep -F
  42. checking for ld used by gcc... /data/data/com.termux/files/usr/bin/ld
  43. checking if the linker (/data/data/com.termux/files/usr/bin/ld) is GNU ld... yes
  44. checking for BSD- or MS-compatible name lister (nm)... /data/data/com.termux/files/usr/bin/nm -B
  45. checking the name lister (/data/data/com.termux/files/usr/bin/nm -B) interface... BSD nm
  46. checking whether ln -s works... yes
  47. checking the maximum length of command line arguments... 32768
  48. checking whether the shell understands some XSI constructs... yes
  49. checking whether the shell understands "+="... no
  50. checking how to convert armv7l-unknown-linux-gnueabi file names to armv7l-unknown-linux-gnueabi format... func_convert_file_noop
  51. checking how to convert armv7l-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
  52. checking for /data/data/com.termux/files/usr/bin/ld option to reload object files... -r
  53. checking for objdump... objdump
  54. checking how to recognize dependent libraries... pass_all
  55. checking for dlltool... no
  56. checking how to associate runtime and link libraries... printf %s\n
  57. checking for g++... g++
  58. checking whether we are using the GNU C++ compiler... yes
  59. checking whether g++ accepts -g... yes
  60. checking dependency style of g++... gcc3
  61. checking for ar... ar
  62. checking for archiver @FILE support... @
  63. checking for strip... strip
  64. checking for ranlib... ranlib
  65. checking command to parse /data/data/com.termux/files/usr/bin/nm -B output from gcc object... ok
  66. checking for sysroot... no
  67. checking for mt... no
  68. checking if : is a manifest tool... no
  69. checking for dlfcn.h... yes
  70. checking for objdir... .libs
  71. checking if gcc supports -fno-rtti -fno-exceptions... yes
  72. checking for gcc option to produce PIC... -fPIC -DPIC
  73. checking if gcc PIC flag -fPIC -DPIC works... yes
  74. checking if gcc static flag -static works... no
  75. checking if gcc supports -c -o file.o... yes
  76. checking if gcc supports -c -o file.o... (cached) yes
  77. checking whether the gcc linker (/data/data/com.termux/files/usr/bin/ld) supports shared libraries... yes
  78. checking whether -lc should be explicitly linked in... no
  79. checking dynamic linker characteristics... GNU/Linux ld.so
  80. checking how to hardcode library paths into programs... immediate
  81. checking for shl_load... no
  82. checking for shl_load in -ldld... no
  83. checking for dlopen... yes
  84. checking whether a program can dlopen itself... yes
  85. checking whether a statically linked program can dlopen itself... yes
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking how to run the C++ preprocessor... g++ -E
  91. checking for ld used by g++... /data/data/com.termux/files/usr/bin/ld
  92. checking if the linker (/data/data/com.termux/files/usr/bin/ld) is GNU ld... yes
  93. checking whether the g++ linker (/data/data/com.termux/files/usr/bin/ld) supports shared libraries... yes
  94. checking for g++ option to produce PIC... -fPIC -DPIC
  95. checking if g++ PIC flag -fPIC -DPIC works... yes
  96. checking if g++ static flag -static works... no
  97. checking if g++ supports -c -o file.o... yes
  98. checking if g++ supports -c -o file.o... (cached) yes
  99. checking whether the g++ linker (/data/data/com.termux/files/usr/bin/ld) supports shared libraries... yes
  100. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking whether we are using the GNU C++ compiler... (cached) yes
  103. checking whether g++ accepts -g... (cached) yes
  104. checking dependency style of g++... (cached) gcc3
  105. checking for gcc... (cached) gcc
  106. checking whether we are using the GNU C compiler... (cached) yes
  107. checking whether gcc accepts -g... (cached) yes
  108. checking for gcc option to accept ISO C89... (cached) none needed
  109. checking whether gcc understands -c and -o together... (cached) yes
  110. checking whether g++ accepts -rdynamic... no
  111. checking ncurses.h usability... yes
  112. checking ncurses.h presence... yes
  113. checking for ncurses.h... yes
  114. checking for term.h... yes
  115. checking execinfo.h usability... no
  116. checking execinfo.h presence... no
  117. checking for execinfo.h... no
  118. checking fcntl.h usability... yes
  119. checking fcntl.h presence... yes
  120. checking for fcntl.h... yes
  121. checking fftw3.h usability... no
  122. checking fftw3.h presence... no
  123. checking for fftw3.h... no
  124. checking for inttypes.h... (cached) yes
  125. checking for stdint.h... (cached) yes
  126. checking for stdlib.h... (cached) yes
  127. checking for string.h... (cached) yes
  128. checking for strings.h... (cached) yes
  129. checking for unistd.h... (cached) yes
  130. checking sys/un.h usability... yes
  131. checking sys/un.h presence... yes
  132. checking for sys/un.h... yes
  133. checking ext/atomicity.h usability... no
  134. checking ext/atomicity.h presence... no
  135. checking for ext/atomicity.h... no
  136. checking xcb/xcb.h usability... no
  137. checking xcb/xcb.h presence... no
  138. checking for xcb/xcb.h... no
  139. checking utmpx.h usability... no
  140. checking utmpx.h presence... no
  141. checking for utmpx.h... no
  142. checking for xcb/xproto.h... no
  143. checking for stdbool.h that conforms to C99... no
  144. checking for _Bool... no
  145. checking for inline... inline
  146. checking for int32_t... yes
  147. checking for int64_t... yes
  148. checking for off_t... yes
  149. checking for size_t... yes
  150. checking for uint32_t... yes
  151. checking for uint64_t... yes
  152. checking for uint8_t... yes
  153. checking for error_at_line... yes
  154. checking for stdlib.h... (cached) yes
  155. checking for unistd.h... (cached) yes
  156. checking for sys/param.h... yes
  157. checking for getpagesize... yes
  158. checking for working mmap... yes
  159. checking for floor... yes
  160. checking for memset... yes
  161. checking for munmap... yes
  162. checking for pow... yes
  163. checking for sqrt... yes
  164. checking for strchr... yes
  165. checking for strerror... yes
  166. checking for socket in -lsocket... no
  167. checking for yp_all in -lnsl... no
  168. checking for setupterm in -lncurses... yes
  169. checking for backtrace in -lexecinfo... no
  170. checking for acosh in -lm... yes
  171. checking for sem_init in -lpthread... yes
  172. checking for dlopen in -ldl... yes
  173. checking for fftw_plan_dft in -lfftw3... no
  174. checking for xcb_connect in -lxcb... no
  175. checking for SQLite3 library >= 3.0.0... yes
  176. checking for pg_config... no
  177. checking for pkg-config... /data/data/com.termux/files/usr/bin/pkg-config
  178. checking pkg-config is at least version 0.9.0... yes
  179. checking for XCBLIBS... no
  180. checking for pcre2_compile_32 in -lpcre2-32... yes
  181. checking for GTK... no
  182. checking whether CPU has rdtsc (read CPU cycle counter) opcode... no
  183. checking whether sem_init() works... yes
  184. checking whether pthread_setaffinity_np is available... no
  185. checking whether OSAtomicAdd32Barrier() is available... no
  186. checking whether atomic_add_32_nv() is available... no
  187. checking if we are compiling for Android... no
  188. checking if we want to build an erlang interface (implies libapl.so)... no
  189. checking if we want to build libapl.so... no
  190. checking if we want to build libpython_apl.so... checking whether internal performance counters shall be enabled)... no
  191. checking whether to remember the history of APL values (debug feature)... no
  192. checking whether gprof profiling shall be enabled... no
  193. checking whether gcov coverage testing shall be enabled... no
  194. checking whether dynamic logging shall be enabled... no
  195. checking whether value flags shall be traced... no
  196. checking how picky internal tests shall be... 1
  197. checking security level (0=none, 1=configured in preferences, 2=all)... 0
  198. checking how many CPU cores shall be used by APL (experimental!)... 0
  199. checking which type of socket APserver shall use... 0
  200. checking which port number APserver shall use for TCP or UDP sockets... 16366
  201. checking which port name APserver shall use for unix ports... /tmp/GNU-APL/APserver
  202. checking how long a short APL value shall be at most... 12
  203. checking whether visible markers shall be used... no
  204. checking whether support for rational numbers is desired ... no
  205. checking whether we compile for an i686 CPU... no
  206.  
  207. checking that generated files are newer than configure... done
  208. configure: creating ./config.status
  209. config.status: creating Makefile
  210. config.status: creating build/Makefile
  211. config.status: creating debian/Makefile
  212. config.status: creating debian/source/Makefile
  213. config.status: creating doc/Makefile
  214. config.status: creating erlang/Makefile
  215. config.status: creating erlang/apl.erl
  216. config.status: creating gnu-apl.d/Makefile
  217. config.status: creating gnu-apl.d/preferences
  218. config.status: creating HOWTOs/Makefile
  219. config.status: creating rpm/Makefile
  220. config.status: creating rpm/apl.spec
  221. config.status: creating src/Makefile
  222. config.status: creating src/APs/Makefile
  223. config.status: creating src/Gtk/Makefile
  224. config.status: creating src/emacs_mode/Makefile
  225. config.status: creating src/native/Makefile
  226. config.status: creating src/sql/Makefile
  227. config.status: creating src/testcases/Makefile
  228. config.status: creating src/workspaces/Makefile
  229. config.status: creating support-files/Makefile
  230. config.status: creating support-files/105-key-International-Keyboard/Makefile
  231. config.status: creating support-files/Dirk/Makefile
  232. config.status: creating support-files/Dyalog-Keyboard/Makefile
  233. config.status: creating support-files/Jürgen-Mint-19/Makefile
  234. config.status: creating support-files/old-Keyboard/Makefile
  235. config.status: creating support-files/OS-X-Keyboard/Makefile
  236. config.status: creating support-files/Unicomp-Keyboard/Makefile
  237. config.status: creating support-files/WASD-Keyboard/Makefile
  238. config.status: creating tools/Makefile
  239. config.status: creating websock/Makefile
  240. config.status: creating websock/client/Makefile
  241. config.status: creating websock/server/Makefile
  242. config.status: creating workspaces/Makefile
  243. config.status: creating wslib3/Makefile
  244. config.status: creating wslib4/Makefile
  245. config.status: creating wslib5/Makefile
  246. config.status: creating wslib5/APLComponentFiles/Makefile
  247. config.status: creating wslib5/iso-apl-cf/Makefile
  248. config.status: creating config.h
  249. config.status: config.h is unchanged
  250. config.status: executing depfiles commands
  251. config.status: executing libtool commands
  252.  
  253. configure: creating ./src//buildtag.hh
  254. configure: creating ./src/makefile.h
  255. configure: creating ./src/configure_args.cc
  256.  
  257. configure: saving configure options in ./configure_options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement