Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.06 KB | None | 0 0
  1. k@k-GS60-6QE:~/bin/gdal/gdal-3.1.4$ ./configure --prefix=/home/k/bin/gdal/gdal-3.1.4 --with-ecw=/home/k/bin/ecw5.5.0
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement
  14. checking for g++... g++
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking CXX_WFLAGS for maximum warnings... -Wall
  18. checking whether C compiler accepts -Werror -we10006... no
  19. checking whether C compiler accepts -diag-disable 188,1684,2259,2304,3280,11074,11076... no
  20. checking whether C compiler accepts -Wextra... yes
  21. checking whether C compiler accepts -Winit-self... yes
  22. checking whether C compiler accepts -Wunused-parameter... yes
  23. checking whether C compiler accepts -Wmissing-prototypes... yes
  24. checking whether C compiler accepts -Wmissing-declarations... yes
  25. checking whether C compiler accepts -Wformat... yes
  26. checking whether C compiler accepts -Wformat -Werror=format-security -Wno-format-nonliteral... yes
  27. checking whether C compiler accepts -Wshorten-64-to-32... no
  28. checking whether C compiler accepts -Wlogical-op... yes
  29. checking whether C compiler accepts -Wshadow... yes
  30. checking whether C compiler accepts -Werror=vla... yes
  31. checking whether C compiler accepts -Werror=declaration-after-statement... yes
  32. checking whether C compiler accepts -Wdate-time... yes
  33. checking whether C compiler accepts -Wnull-dereference... yes
  34. checking whether C compiler accepts -Wduplicated-cond... yes
  35. checking whether C++ compiler accepts -Wextra-semi... yes
  36. checking whether C compiler accepts -Wno-sign-compare... yes
  37. checking whether C compiler accepts -Wcomma... no
  38. checking whether C compiler accepts -Wfloat-conversion... yes
  39. checking whether C compiler accepts -Wdocumentation -Wno-documentation-deprecated-sync... no
  40. checking if -std=gnu89 can be enabled... yes
  41. checking whether C++ compiler accepts -Wunused-private-field... no
  42. checking whether C++ compiler accepts -Wmissing-declarations... yes
  43. checking whether C++ compiler accepts -Wnon-virtual-dtor... yes
  44. checking whether C++ compiler accepts -Wold-style-cast... yes
  45. checking whether C++ compiler accepts -Weffc++... yes
  46. checking if -Weffc++ should be enabled... yes
  47. checking whether C++ compiler accepts -Woverloaded-virtual... yes
  48. checking whether C++ compiler accepts -fno-operator-names... yes
  49. checking whether C++ compiler accepts -Wzero-as-null-pointer-constant... yes
  50. checking if use C++14 compiler options... disabled by user
  51. checking whether g++ supports C++11 features by default... yes
  52. checking whether C++ compiler accepts -Wsuggest-override... yes
  53. checking if -Wimplicit-fallthrough can be enabled... yes
  54. checking for gcc... (cached) gcc
  55. checking whether we are using the GNU C compiler... (cached) yes
  56. checking whether gcc accepts -g... (cached) yes
  57. checking for gcc option to accept ISO C89... (cached) none needed
  58. checking whether we are using the GNU C++ compiler... (cached) yes
  59. checking whether g++ accepts -g... (cached) yes
  60. checking how to print strings... printf
  61. checking for a sed that does not truncate output... /usr/bin/sed
  62. checking for grep that handles long lines and -e... /usr/bin/grep
  63. checking for egrep... /usr/bin/grep -E
  64. checking for fgrep... /usr/bin/grep -F
  65. checking for ld used by gcc... /usr/bin/ld
  66. checking if the linker (/usr/bin/ld) is GNU ld... yes
  67. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  68. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  69. checking whether ln -s works... yes
  70. checking the maximum length of command line arguments... 1572864
  71. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  72. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  73. checking for /usr/bin/ld option to reload object files... -r
  74. checking for objdump... objdump
  75. checking how to recognize dependent libraries... pass_all
  76. checking for dlltool... dlltool
  77. checking how to associate runtime and link libraries... printf %s\n
  78. checking for ar... ar
  79. checking for archiver @FILE support... @
  80. checking for strip... strip
  81. checking for ranlib... ranlib
  82. checking for gawk... no
  83. checking for mawk... mawk
  84. checking command to parse /usr/bin/nm -B output from gcc object... ok
  85. checking for sysroot... no
  86. checking for a working dd... /usr/bin/dd
  87. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  88. checking for mt... mt
  89. checking if mt is a manifest tool... no
  90. checking how to run the C preprocessor... gcc -E
  91. checking for ANSI C header files... yes
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking for dlfcn.h... yes
  102. checking for objdir... .libs
  103. checking if gcc supports -fno-rtti -fno-exceptions... no
  104. checking for gcc option to produce PIC... -fPIC -DPIC
  105. checking if gcc PIC flag -fPIC -DPIC works... yes
  106. checking if gcc static flag -static works... yes
  107. checking if gcc supports -c -o file.o... yes
  108. checking if gcc supports -c -o file.o... (cached) yes
  109. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking whether -lc should be explicitly linked in... no
  111. checking dynamic linker characteristics... GNU/Linux ld.so
  112. checking how to hardcode library paths into programs... immediate
  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 -m elf_x86_64
  119. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  120. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) 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 std::isnan... yes
  130. checking for dlopen in -ldl... yes
  131. checking for nanosleep in -lrt... yes
  132. checking for sin in -lm... yes
  133. checking for ANSI C header files... (cached) yes
  134. checking assert.h usability... yes
  135. checking assert.h presence... yes
  136. checking for assert.h... yes
  137. checking fcntl.h usability... yes
  138. checking fcntl.h presence... yes
  139. checking for fcntl.h... yes
  140. checking for unistd.h... (cached) yes
  141. checking dbmalloc.h usability... no
  142. checking dbmalloc.h presence... no
  143. checking for dbmalloc.h... no
  144. checking for dlfcn.h... (cached) yes
  145. checking for stdint.h... (cached) yes
  146. checking limits.h usability... yes
  147. checking limits.h presence... yes
  148. checking for limits.h... yes
  149. checking locale.h usability... yes
  150. checking locale.h presence... yes
  151. checking for locale.h... yes
  152. checking values.h usability... yes
  153. checking values.h presence... yes
  154. checking for values.h... yes
  155. checking float.h usability... yes
  156. checking float.h presence... yes
  157. checking for float.h... yes
  158. checking errno.h usability... yes
  159. checking errno.h presence... yes
  160. checking for errno.h... yes
  161. checking direct.h usability... no
  162. checking direct.h presence... no
  163. checking for direct.h... no
  164. checking linux/userfaultfd.h usability... yes
  165. checking linux/userfaultfd.h presence... yes
  166. checking for linux/userfaultfd.h... yes
  167. checking whether byte ordering is bigendian... no
  168. checking for long long... yes
  169. checking for 64bit file io... yes
  170. checking for stat64... yes
  171. checking for fopen64... yes
  172. checking for ftruncate64... yes
  173. checking size of int... 4
  174. checking size of unsigned long... 8
  175. checking size of void*... 8
  176. checking for int8... no
  177. checking for int16... no
  178. checking for int32... no
  179. checking for uintptr_t... yes
  180. checking for vprintf... yes
  181. checking for _doprnt... no
  182. checking for snprintf... yes
  183. checking for vsnprintf... yes
  184. checking for atoll... yes
  185. checking for strtoull... yes
  186. checking for strtof... yes
  187. checking for getcwd... yes
  188. checking whether strtof is declared... yes
  189. checking for readlink... yes
  190. checking for lstat... yes
  191. checking for posix_spawnp... yes
  192. checking for posix_memalign... yes
  193. checking for vfork... yes
  194. checking for mmap... yes
  195. checking for sigaction... yes
  196. checking for statvfs... yes
  197. checking for statvfs64... yes
  198. checking for getrlimit... yes
  199. checking for RLIMIT_AS... yes
  200. checking for gmtime_r... yes
  201. checking for localtime_r... yes
  202. checking for uselocale... yes
  203. checking to enable debug build... no, CFLAGS="-g -O2"
  204. checking whether GCC 4.1 atomic builtins are available... yes
  205. checking whether GCC bswap builtins are available... yes
  206. checking for __uint128_t... yes
  207. checking whether SSE is available at compile time... yes
  208. checking whether SSSE3 is available at compile time... yes
  209. checking whether AVX is available at compile time... yes
  210. checking to enable LTO (link time optimization) build... no
  211. checking whether we should hide internal symbols... no
  212. checking for local include/lib path... none
  213. checking for pthread_create in -lpthread... yes
  214. checking for PTHREAD_MUTEX_RECURSIVE... yes
  215. checking for PTHREAD_MUTEX_ADAPTIVE_NP... yes
  216. checking for pthread_spinlock_t... yes
  217. checking for 5 args mremap()... yes
  218. checking for _SC_PHYS_PAGES... yes
  219. checking for deflateInit_ in -lz... yes
  220. checking for inflateCopy in -lz... yes
  221. using pre-installed libz
  222. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  223. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  224. checking for shared library run path origin... /bin/bash: ./config.rpath: No such file or directory
  225. done
  226. checking for iconv... yes
  227. checking for working iconv... yes
  228. checking for iconv declaration...
  229.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  230. using ICONV_CPP_CONST=""
  231. configure: Bash completions not requested
  232. checking for PROJ >= 6 library... checking for proj_create_from_wkt in -lproj... no
  233. checking for internal_proj_create_from_wkt in -lproj... no
  234. checking for internal_proj_create_from_wkt in -linternalproj... no
  235. configure: error: PROJ 6 symbols not found
  236. k@k-GS60-6QE:~/bin/gdal/gdal-3.1.4$ make -j8
  237. ./config.status --recheck
  238. make: ./config.status: Command not found
  239. make: *** [GNUmakefile:167: config.status] Error 127
  240.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement