Advertisement
ahkm

PTHREAD_OK=true,PTHREAD_OK=false

Jul 2nd, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.31 KB | None | 0 0
  1. ❯ ./configure
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking target system type... x86_64-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking how to create a pax tar archive... gnutar
  12. checking whether to enable maintainer-specific portions of Makefiles... no
  13. checking whether make supports the include directive... yes (GNU style)
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking whether gcc understands -c and -o together... yes
  24. checking dependency style of gcc... gcc3
  25. checking how to run the C preprocessor... gcc -E
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking minix/config.h usability... no
  39. checking minix/config.h presence... no
  40. checking for minix/config.h... no
  41. checking whether it is safe to define __EXTENSIONS__... yes
  42. checking for library containing strerror... none required
  43. checking for gcc... (cached) gcc
  44. checking whether we are using the GNU C compiler... (cached) yes
  45. checking whether gcc accepts -g... (cached) yes
  46. checking for gcc option to accept ISO C89... (cached) none needed
  47. checking whether gcc understands -c and -o together... (cached) yes
  48. checking dependency style of gcc... (cached) gcc3
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... gcc3
  53. checking how to print strings... printf
  54. checking for a sed that does not truncate output... /bin/sed
  55. checking for fgrep... /bin/grep -F
  56. checking for ld used by gcc... /usr/bin/ld
  57. checking if the linker (/usr/bin/ld) is GNU ld... yes
  58. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  59. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... 1572864
  62. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  63. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  64. checking for /usr/bin/ld option to reload object files... -r
  65. checking for objdump... objdump
  66. checking how to recognize dependent libraries... pass_all
  67. checking for dlltool... no
  68. checking how to associate runtime and link libraries... printf %s\n
  69. checking for ar... ar
  70. checking for archiver @FILE support... @
  71. checking for strip... strip
  72. checking for ranlib... ranlib
  73. checking command to parse /usr/bin/nm -B output from gcc object... ok
  74. checking for sysroot... no
  75. checking for a working dd... /bin/dd
  76. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  77. checking for mt... mt
  78. checking if mt is a manifest tool... no
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC -DPIC
  83. checking if gcc PIC flag -fPIC -DPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking for shl_load... no
  92. checking for shl_load in -ldld... no
  93. checking for dlopen... no
  94. checking for dlopen in -ldl... yes
  95. checking whether a program can dlopen itself... yes
  96. checking whether a statically linked program can dlopen itself... no
  97. checking whether stripping libraries is possible... yes
  98. checking if libtool supports shared libraries... yes
  99. checking whether to build shared libraries... yes
  100. checking whether to build static libraries... yes
  101. checking how to run the C++ preprocessor... g++ -E
  102. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  103. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  104. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC -DPIC
  106. checking if g++ PIC flag -fPIC -DPIC works... yes
  107. checking if g++ static flag -static works... yes
  108. checking if g++ supports -c -o file.o... yes
  109. checking if g++ supports -c -o file.o... (cached) yes
  110. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  111. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  112. checking how to hardcode library paths into programs... immediate
  113. checking for gcc... (cached) gcc
  114. checking whether we are using the GNU C compiler... (cached) yes
  115. checking whether gcc accepts -g... (cached) yes
  116. checking for gcc option to accept ISO C89... (cached) none needed
  117. checking whether gcc understands -c and -o together... (cached) yes
  118. checking dependency style of gcc... (cached) gcc3
  119. checking for ANSI C header files... (cached) yes
  120. checking whether byte ordering is bigendian... no
  121. checking for an ANSI C-conforming const... yes
  122. checking for inline... inline
  123. checking for special C compiler options needed for large files... no
  124. checking for _FILE_OFFSET_BITS value needed for large files... no
  125. checking dependency style of gcc... gcc3
  126. ./configure: line 14132: syntax error near unexpected token `PTHREAD_OK=true,PTHREAD_OK=false'
  127. ./configure: line 14132: `ACX_PTHREAD(PTHREAD_OK=true,PTHREAD_OK=false)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement