Advertisement
Guest User

Untitled

a guest
May 30th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 76.89 KB | None | 0 0
  1. $ ./configure   --with-libpcap-includes=/npcap-sdk/Include --with-libpcap-libraries=/npcap-sdk/Lib/x64  --enable-lua --enable-geoip --disable-gccmarch-native && make clean && make -j 2
  2. configure: loading site script /mingw64/etc/config.site
  3. checking whether make supports nested variables... yes
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking for style of include used by make... GNU
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.exe
  13. checking for suffix of executables... .exe
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking whether gcc understands -c and -o together... yes
  20. checking dependency style of gcc... gcc3
  21. checking for gcc option to accept ISO C99... none needed
  22. checking build system type... x86_64-w64-mingw32
  23. checking host system type... x86_64-w64-mingw32
  24. checking how to print strings... printf
  25. checking for a sed that does not truncate output... /usr/bin/sed
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for fgrep... /usr/bin/grep -F
  29. checking for ld used by gcc... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  30. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B
  32. checking the name lister (/mingw64/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... no, using cp -pR
  34. checking the maximum length of command line arguments... 8192
  35. checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
  36. checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  37. checking for C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
  38. checking for objdump... objdump
  39. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  40. checking for dlltool... dlltool
  41. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  42. checking for ar... ar
  43. checking for archiver @FILE support... @
  44. checking for strip... strip
  45. checking for ranlib... ranlib
  46. checking command to parse /mingw64/bin/nm -B output from gcc object... ok
  47. checking for sysroot... no
  48. checking for a working dd... /usr/bin/dd
  49. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  50. checking for mt... no
  51. checking if : is a manifest tool... no
  52. checking how to run the C preprocessor... gcc -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for dlfcn.h... no
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  67. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  68. checking if gcc static flag -static works... yes
  69. checking if gcc supports -c -o file.o... yes
  70. checking if gcc supports -c -o file.o... (cached) yes
  71. checking whether the gcc linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... yes
  73. checking dynamic linker characteristics... Win32 ld.exe
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... yes
  79. checking for pkg-config... /mingw64/bin/pkg-config
  80. checking pkg-config is at least version 0.9.0... yes
  81. checking whether GCC or Clang is our compiler... gcc
  82. checking gcc version... 9.1.0
  83. checking for gawk... (cached) gawk
  84. checking for gcc... (cached) gcc
  85. checking whether we are using the GNU C compiler... (cached) yes
  86. checking whether gcc accepts -g... (cached) yes
  87. checking for gcc option to accept ISO C89... (cached) none needed
  88. checking whether gcc understands -c and -o together... (cached) yes
  89. checking dependency style of gcc... (cached) gcc3
  90. checking how to run the C preprocessor... gcc -E
  91. checking whether ln -s works... no, using cp -pR
  92. checking whether make sets $(MAKE)... (cached) yes
  93. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  94. checking for cygpath... /usr/bin/cygpath
  95. checking for pkg-config... /mingw64/bin/pkg-config
  96. checking for python3... /mingw64/bin/python3
  97. checking for python-distutils... yes
  98. checking for python-yaml... yes
  99. checking for wget... /usr/bin/wget
  100. checking stddef.h usability... yes
  101. checking stddef.h presence... yes
  102. checking for stddef.h... yes
  103. checking arpa/inet.h usability... no
  104. checking arpa/inet.h presence... no
  105. checking for arpa/inet.h... no
  106. checking assert.h usability... yes
  107. checking assert.h presence... yes
  108. checking for assert.h... yes
  109. checking ctype.h usability... yes
  110. checking ctype.h presence... yes
  111. checking for ctype.h... yes
  112. checking errno.h usability... yes
  113. checking errno.h presence... yes
  114. checking for errno.h... yes
  115. checking fcntl.h usability... yes
  116. checking fcntl.h presence... yes
  117. checking for fcntl.h... yes
  118. checking for inttypes.h... (cached) yes
  119. checking getopt.h usability... yes
  120. checking getopt.h presence... yes
  121. checking for getopt.h... yes
  122. checking limits.h usability... yes
  123. checking limits.h presence... yes
  124. checking for limits.h... yes
  125. checking netdb.h usability... no
  126. checking netdb.h presence... no
  127. checking for netdb.h... no
  128. checking netinet/in.h usability... no
  129. checking netinet/in.h presence... no
  130. checking for netinet/in.h... no
  131. checking poll.h usability... no
  132. checking poll.h presence... no
  133. checking for poll.h... no
  134. checking sched.h usability... yes
  135. checking sched.h presence... yes
  136. checking for sched.h... yes
  137. checking signal.h usability... yes
  138. checking signal.h presence... yes
  139. checking for signal.h... yes
  140. checking stdarg.h usability... yes
  141. checking stdarg.h presence... yes
  142. checking for stdarg.h... yes
  143. checking for stdint.h... (cached) yes
  144. checking stdio.h usability... yes
  145. checking stdio.h presence... yes
  146. checking for stdio.h... yes
  147. checking for stdlib.h... (cached) yes
  148. checking stdbool.h usability... yes
  149. checking stdbool.h presence... yes
  150. checking for stdbool.h... yes
  151. checking for string.h... (cached) yes
  152. checking for strings.h... (cached) yes
  153. checking sys/ioctl.h usability... no
  154. checking sys/ioctl.h presence... no
  155. checking for sys/ioctl.h... no
  156. checking syslog.h usability... no
  157. checking syslog.h presence... no
  158. checking for syslog.h... no
  159. checking sys/prctl.h usability... no
  160. checking sys/prctl.h presence... no
  161. checking for sys/prctl.h... no
  162. checking sys/socket.h usability... no
  163. checking sys/socket.h presence... no
  164. checking for sys/socket.h... no
  165. checking for sys/stat.h... (cached) yes
  166. checking sys/syscall.h usability... no
  167. checking sys/syscall.h presence... no
  168. checking for sys/syscall.h... no
  169. checking sys/time.h usability... yes
  170. checking sys/time.h presence... yes
  171. checking for sys/time.h... yes
  172. checking time.h usability... yes
  173. checking time.h presence... yes
  174. checking for time.h... yes
  175. checking for unistd.h... (cached) yes
  176. checking for sys/ioctl.h... (cached) no
  177. checking linux/if_ether.h usability... no
  178. checking linux/if_ether.h presence... no
  179. checking for linux/if_ether.h... no
  180. checking linux/if_packet.h usability... no
  181. checking linux/if_packet.h presence... no
  182. checking for linux/if_packet.h... no
  183. checking linux/filter.h usability... no
  184. checking linux/filter.h presence... no
  185. checking for linux/filter.h... no
  186. checking linux/ethtool.h usability... no
  187. checking linux/ethtool.h presence... no
  188. checking for linux/ethtool.h... no
  189. checking linux/sockios.h usability... no
  190. checking linux/sockios.h presence... no
  191. checking for linux/sockios.h... no
  192. checking glob.h usability... no
  193. checking glob.h presence... no
  194. checking for glob.h... no
  195. checking dirent.h usability... yes
  196. checking dirent.h presence... yes
  197. checking for dirent.h... yes
  198. checking fnmatch.h usability... no
  199. checking fnmatch.h presence... no
  200. checking for fnmatch.h... no
  201. checking sys/resource.h usability... no
  202. checking sys/resource.h presence... no
  203. checking for sys/resource.h... no
  204. checking for sys/types.h... (cached) yes
  205. checking sys/un.h usability... no
  206. checking sys/un.h presence... no
  207. checking for sys/un.h... no
  208. checking sys/random.h usability... no
  209. checking sys/random.h presence... no
  210. checking for sys/random.h... no
  211. checking utime.h usability... yes
  212. checking utime.h presence... yes
  213. checking for utime.h... yes
  214. checking libgen.h usability... yes
  215. checking libgen.h presence... yes
  216. checking for libgen.h... yes
  217. checking for sys/socket.h... (cached) no
  218. checking for net/if.h... no
  219. checking for sys/mman.h... no
  220. checking for linux/if_arp.h... no
  221. checking for windows.h... yes
  222. checking for winsock2.h... yes
  223. checking for ws2tcpip.h... yes
  224. checking for w32api/wtypes.h... no
  225. checking for w32api/winbase.h... no
  226. checking for wincrypt.h... yes
  227. checking for inline... inline
  228. checking for pid_t... yes
  229. checking for size_t... yes
  230. checking for int32_t... yes
  231. checking for uint16_t... yes
  232. checking for uint32_t... yes
  233. checking for uint64_t... yes
  234. checking for uint8_t... yes
  235. checking for stdbool.h that conforms to C99... (cached) yes
  236. checking for _Bool... yes
  237. checking for stdlib.h... (cached) yes
  238. checking for GNU libc compatible malloc... yes
  239. checking for stdlib.h... (cached) yes
  240. checking for GNU libc compatible realloc... yes
  241. checking for gettimeofday... yes
  242. checking for memset... yes
  243. checking for strcasecmp... yes
  244. checking for strchr... yes
  245. checking for strdup... yes
  246. checking for strerror... yes
  247. checking for strncasecmp... yes
  248. checking for strtol... yes
  249. checking for strtoul... yes
  250. checking for memchr... yes
  251. checking for memrchr... no
  252. checking for clock_gettime... yes
  253. checking for strptime... no
  254. checking whether getrandom is declared... no
  255. checking for utime... yes
  256. checking for strlcpy... no
  257. checking for strlcat... no
  258. checking for special C compiler options needed for large files... no
  259. checking for _FILE_OFFSET_BITS value needed for large files... 64
  260. checking host os... installation for x86_64-w64-mingw32 OS... ok
  261. checking for thread local storage __thread support... yes
  262. checking for spatch... no
  263. checking zlib.h usability... yes
  264. checking zlib.h presence... yes
  265. checking for zlib.h... yes
  266. checking for inflate in -lz... yes
  267. checking lzma.h usability... yes
  268. checking lzma.h presence... yes
  269. checking for lzma.h... yes
  270. checking for lzma_code in -llzma... yes
  271. checking pcre.h usability... yes
  272. checking pcre.h presence... yes
  273. checking for pcre.h... yes
  274. checking for pcre_get_substring in -lpcre... yes
  275. checking for LIBPCREVERSION... no
  276. checking for pcre_dfa_exec in -lpcre... yes
  277. checking for PCRE JIT support... yes
  278. checking for PCRE JIT support usability... yes
  279. checking for libhs... no
  280. checking hs.h usability... no
  281. checking hs.h presence... no
  282. checking for hs.h... no
  283. checking yaml.h usability... yes
  284. checking yaml.h presence... yes
  285. checking for yaml.h... yes
  286. checking for yaml_parser_initialize in -lyaml... yes
  287. checking for pthread_create in -lpthread... yes
  288. checking jansson.h usability... yes
  289. checking jansson.h presence... yes
  290. checking for jansson.h... yes
  291. checking for json_dump_callback in -ljansson... yes
  292. checking whether OS_WIN32 is declared... yes
  293. checking for libnet.h version 1.1.x... no
  294. checking pcap.h usability... yes
  295. checking pcap.h presence... yes
  296. checking for pcap.h... yes
  297. checking for pcap.h... (cached) yes
  298. checking pcap/pcap.h usability... yes
  299. checking pcap/pcap.h presence... yes
  300. checking for pcap/pcap.h... yes
  301. checking pcap/bpf.h usability... no
  302. checking pcap/bpf.h presence... yes
  303. configure: WARNING: pcap/bpf.h: present but cannot be compiled
  304. configure: WARNING: pcap/bpf.h:     check for missing prerequisite headers?
  305. configure: WARNING: pcap/bpf.h: see the Autoconf documentation
  306. configure: WARNING: pcap/bpf.h:     section "Present But Cannot Be Compiled"
  307. configure: WARNING: pcap/bpf.h: proceeding with the compiler's result
  308. checking for pcap/bpf.h... no
  309. checking for pcap_open_live in -lwpcap... yes
  310. checking for pcap_activate in -lwpcap... yes
  311. checking for pcap-config... no
  312. no pcap-config is use
  313. checking for pcap_set_buffer_size in -lwpcap... yes
  314. checking whether TPACKET_V2 is declared... no
  315. checking whether PACKET_FANOUT_QM is declared... no
  316. checking whether TPACKET_V3 is declared... no
  317. checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... no
  318. checking for ./suricata-update/setup.py... yes
  319. checking that generated files are newer than configure... done
  320. configure: creating ./config.status
  321. config.status: creating suricata-update/Makefile
  322. config.status: creating config.h
  323. config.status: executing depfiles commands
  324. config.status: executing libtool commands
  325. checking iconv.h usability... yes
  326. checking iconv.h presence... yes
  327. checking for iconv.h... yes
  328. checking for libiconv_close in -liconv... yes
  329. checking for libnspr... yes
  330. checking nspr.h usability... yes
  331. checking nspr.h presence... yes
  332. checking for nspr.h... yes
  333. checking for PR_GetCurrentThread in -lnspr4... yes
  334. checking for libnss... yes
  335. checking sechash.h usability... yes
  336. checking sechash.h presence... yes
  337. checking for sechash.h... yes
  338. checking for HASH_Begin in -lnss3... yes
  339. checking magic.h usability... no
  340. checking magic.h presence... no
  341. checking for magic.h... no
  342.  
  343.   WARNING!  magic library not found, go get it
  344.   from http://www.darwinsys.com/file/ or your distribution:
  345.  
  346.   Ubuntu: apt-get install libmagic-dev
  347.   Fedora: dnf install file-devel
  348.   CentOS/RHEL: yum install file-devel
  349.  
  350. checking for LUA... yes
  351. checking lualib.h usability... yes
  352. checking lualib.h presence... yes
  353. checking for lualib.h... yes
  354. checking for LUA... yes
  355. checking GeoIP.h usability... yes
  356. checking GeoIP.h presence... yes
  357. checking for GeoIP.h... yes
  358. checking for GeoIP_country_code_by_ipnum in -lGeoIP... yes
  359. checking for LZ4F_createCompressionContext in -llz4... yes
  360. checking for getconf... /usr/bin/getconf
  361. checking for sphinx-build... no
  362. checking for pdflatex... no
  363. checking for rustc... /mingw64/bin/rustc
  364. checking for cargo... /mingw64/bin/cargo
  365. checking for ./rust/vendor... yes
  366. checking for cargo-vendor... no
  367.   Warning: cargo-vendor not found, but it is only required
  368.       for building the distribution
  369.   To install: cargo install cargo-vendor
  370. checking for git... /usr/bin/git
  371. checking that generated files are newer than configure... done
  372. configure: creating ./config.status
  373. config.status: creating suricata-update/Makefile
  374. config.status: creating Makefile
  375. config.status: creating src/Makefile
  376. config.status: creating rust/Makefile
  377. config.status: creating rust/Cargo.toml
  378. config.status: creating rust/.cargo/config
  379. config.status: creating qa/Makefile
  380. config.status: creating qa/coccinelle/Makefile
  381. config.status: creating rules/Makefile
  382. config.status: creating doc/Makefile
  383. config.status: creating doc/userguide/Makefile
  384. config.status: creating contrib/Makefile
  385. config.status: creating contrib/file_processor/Makefile
  386. config.status: creating contrib/file_processor/Action/Makefile
  387. config.status: creating contrib/file_processor/Processor/Makefile
  388. config.status: creating suricata.yaml
  389. config.status: creating etc/Makefile
  390. config.status: creating etc/suricata.logrotate
  391. config.status: creating etc/suricata.service
  392. config.status: creating python/Makefile
  393. config.status: creating python/suricata/config/defaults.py
  394. config.status: creating ebpf/Makefile
  395. config.status: creating config.h
  396. config.status: executing depfiles commands
  397. config.status: executing libtool commands
  398. === configuring in libhtp (/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp)
  399. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/mingw64'  '--with-libpcap-includes=/npcap-sdk/Include' '--with-libpcap-libraries=/npcap-sdk/Lib/x64' '--enable-lua' '--enable-geoip' '--disable-gccmarch-native' 'PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig' --cache-file=/dev/null --srcdir=.
  400. configure: loading site script /mingw64/etc/config.site
  401. checking for a BSD-compatible install... /usr/bin/install -c
  402. checking whether build environment is sane... yes
  403. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  404. checking for gawk... gawk
  405. checking whether make sets $(MAKE)... yes
  406. checking whether make supports nested variables... yes
  407. checking for gcc... gcc
  408. checking whether the C compiler works... yes
  409. checking for C compiler default output file name... a.exe
  410. checking for suffix of executables... .exe
  411. checking whether we are cross compiling... no
  412. checking for suffix of object files... o
  413. checking whether we are using the GNU C compiler... yes
  414. checking whether gcc accepts -g... yes
  415. checking for gcc option to accept ISO C89... none needed
  416. checking whether gcc understands -c and -o together... yes
  417. checking for style of include used by make... GNU
  418. checking dependency style of gcc... gcc3
  419. checking for g++... g++
  420. checking whether we are using the GNU C++ compiler... yes
  421. checking whether g++ accepts -g... yes
  422. checking dependency style of g++... gcc3
  423. checking build system type... x86_64-w64-mingw32
  424. checking host system type... x86_64-w64-mingw32
  425. checking how to print strings... printf
  426. checking for a sed that does not truncate output... /usr/bin/sed
  427. checking for grep that handles long lines and -e... /usr/bin/grep
  428. checking for egrep... /usr/bin/grep -E
  429. checking for fgrep... /usr/bin/grep -F
  430. checking for ld used by gcc... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  431. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  432. checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B
  433. checking the name lister (/mingw64/bin/nm -B) interface... BSD nm
  434. checking whether ln -s works... no, using cp -pR
  435. checking the maximum length of command line arguments... 8192
  436. checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
  437. checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  438. checking for C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
  439. checking for objdump... objdump
  440. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  441. checking for dlltool... dlltool
  442. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  443. checking for ar... ar
  444. checking for archiver @FILE support... @
  445. checking for strip... strip
  446. checking for ranlib... ranlib
  447. checking command to parse /mingw64/bin/nm -B output from gcc object... ok
  448. checking for sysroot... no
  449. checking for a working dd... /usr/bin/dd
  450. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  451. checking for mt... no
  452. checking if : is a manifest tool... no
  453. checking how to run the C preprocessor... gcc -E
  454. checking for ANSI C header files... yes
  455. checking for sys/types.h... yes
  456. checking for sys/stat.h... yes
  457. checking for stdlib.h... yes
  458. checking for string.h... yes
  459. checking for memory.h... yes
  460. checking for strings.h... yes
  461. checking for inttypes.h... yes
  462. checking for stdint.h... yes
  463. checking for unistd.h... yes
  464. checking for dlfcn.h... no
  465. checking for objdir... .libs
  466. checking if gcc supports -fno-rtti -fno-exceptions... no
  467. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  468. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  469. checking if gcc static flag -static works... yes
  470. checking if gcc supports -c -o file.o... yes
  471. checking if gcc supports -c -o file.o... (cached) yes
  472. checking whether the gcc linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  473. checking whether -lc should be explicitly linked in... yes
  474. checking dynamic linker characteristics... Win32 ld.exe
  475. checking how to hardcode library paths into programs... immediate
  476. checking whether stripping libraries is possible... yes
  477. checking if libtool supports shared libraries... yes
  478. checking whether to build shared libraries... yes
  479. checking whether to build static libraries... yes
  480. checking how to run the C++ preprocessor... g++ -E
  481. checking for ld used by g++... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  482. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  483. checking whether the g++ linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  484. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  485. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  486. checking if g++ static flag -static works... yes
  487. checking if g++ supports -c -o file.o... yes
  488. checking if g++ supports -c -o file.o... (cached) yes
  489. checking whether the g++ linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  490. checking dynamic linker characteristics... Win32 ld.exe
  491. checking how to hardcode library paths into programs... immediate
  492. checking whether build environment is sane... yes
  493. checking for strlcpy... no
  494. checking for strlcat... no
  495. checking zlib.h usability... yes
  496. checking zlib.h presence... yes
  497. checking for zlib.h... yes
  498. checking for inflate in -lz... yes
  499. checking OS... MinGW
  500. checking for ld used by GCC... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  501. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  502. checking for shared library run path origin... done
  503. checking for iconv... yes
  504. checking for working iconv... yes
  505. checking how to link with libiconv... -liconv
  506. checking for iconv declaration...
  507.         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  508. checking for gcc support of -Wstrict-overflow=1... yes
  509. checking for gcc support of FORTIFY_SOURCE... yes
  510. checking for gcc support of -Wformat -Wformat-security... yes
  511. checking for gcc support of -fPIC... yes
  512. checking for doxygen... no
  513. checking for lcov... no
  514. checking that generated files are newer than configure... done
  515. checking that generated files are newer than configure... done
  516. configure: creating ./config.status
  517. config.status: creating htp/htp_version.h
  518. config.status: creating Makefile
  519. config.status: creating htp.pc
  520. config.status: creating htp/Makefile
  521. config.status: creating test/Makefile
  522. config.status: creating docs/Makefile
  523. config.status: creating htp_config_auto_gen.h
  524. config.status: executing depfiles commands
  525. config.status: executing libtool commands
  526.  
  527. Suricata Configuration:
  528.  AF_PACKET support:                       no
  529.  eBPF support:                            no
  530.  XDP support:                             no
  531.  PF_RING support:                         no
  532.  NFQueue support:                         no
  533.  NFLOG support:                           no
  534.  IPFW support:                            no
  535.  Netmap support:                          no
  536.  DAG enabled:                             no
  537.  Napatech enabled:                        no
  538.  WinDivert enabled:                       no
  539.  
  540.  Unix socket enabled:                     no
  541.  Detection enabled:                       yes
  542.  
  543.  Libmagic support:                        no
  544.  libnss support:                          yes
  545.  libnspr support:                         yes
  546.  libjansson support:                      yes
  547.  liblzma support:                         yes
  548.  hiredis support:                         no
  549.  hiredis async with libevent:             no
  550.  Prelude support:                         no
  551.  PCRE jit:                                yes
  552.  LUA support:                             yes
  553.  libluajit:                               no
  554.  libgeoip:                                yes
  555.  Non-bundled htp:                         no
  556.  Old barnyard2 support:                   no
  557.  Hyperscan support:                       no
  558.  Libnet support:                          no
  559.  liblz4 support:                          yes
  560.  
  561.  Rust support:                            yes
  562.  Rust strict mode:                        no
  563.  Rust debug mode:                         no
  564.  Rust compiler:                           rustc 1.35.0
  565.  Rust cargo:                              cargo 1.35.0
  566.  
  567.  Python support:                          yes
  568.  Python path:                             /mingw64/bin/python3
  569.  Python version:                          Python 3.7.3
  570.  Python distutils                         yes
  571.  Python yaml                              yes
  572.  Install suricatactl:                     yes
  573.  Install suricatasc:                      yes
  574.  Install suricata-update:                 yes
  575.  
  576.  Profiling enabled:                       no
  577.  Profiling locks enabled:                 no
  578.  
  579. Development settings:
  580.  Coccinelle / spatch:                     no
  581.  Unit tests enabled:                      no
  582.  Debug output enabled:                    no
  583.  Debug validation enabled:                no
  584.  
  585. Generic build parameters:
  586.  Installation prefix:                     /mingw64
  587.  Configuration directory:                 C:\\Program Files\\Suricata\\
  588.  Log directory:                           C:\\Program Files\\Suricata\\log
  589.  
  590.  --prefix                                 /mingw64
  591.  --sysconfdir                             /mingw64/etc
  592.  --localstatedir                          /mingw64/var
  593.  --datarootdir                            /mingw64/share
  594.  
  595.  Host:                                    x86_64-w64-mingw32
  596.  Compiler:                                gcc (exec name) / gcc (real)
  597.  GCC Protect enabled:                     no
  598.  GCC march native enabled:                no
  599.  GCC Profile enabled:                     no
  600.  Position Independent Executable enabled: no
  601.  CFLAGS                                   -g -O2 -DOS_WIN32 -I${srcdir}/../rust/gen/c-headers
  602.  PCAP_CFLAGS
  603.  SECCFLAGS
  604.  
  605. To build and install run 'make' and 'make install'.
  606.  
  607. You can run 'make install-conf' if you want to install initial configuration
  608. files to C:\\Program Files\\Suricata\\. Running 'make install-full' will install configuration
  609. and rules and provide you a ready-to-run suricata.
  610.  
  611. To install Suricata into /usr/bin/suricata, have the config in
  612. /etc/suricata and use /var/log/suricata as log dir, use:
  613. ./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/
  614.  
  615. Making clean in libhtp
  616. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  617. Making clean in htp
  618. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/htp'
  619. test -z "libhtp.la" || rm -f libhtp.la
  620. rm -f ./so_locations
  621. rm -rf .libs _libs
  622. test -z "libhtp-c.la" || rm -f libhtp-c.la
  623. rm -f ./so_locations
  624. rm -f *.o
  625. rm -f *.lo
  626. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/htp'
  627. Making clean in test
  628. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/test'
  629. test -z "libgtest.a" || rm -f libgtest.a
  630. rm -f test_all.exe test_fuzz.exe
  631. rm -f test_all test_fuzz
  632. rm -rf .libs _libs
  633. rm -f *.o
  634. rm -f fuzz/*.o
  635. rm -f gtest/*.o
  636. test -z "test_all.log" || rm -f test_all.log
  637. test -z "test_all.trs" || rm -f test_all.trs
  638. test -z "test-suite.log" || rm -f test-suite.log
  639. rm -f *.lo
  640. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/test'
  641. Making clean in docs
  642. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/docs'
  643. test -z "*.pdf" || rm -f *.pdf
  644. rm -rf .libs _libs
  645. rm -rf doxygen
  646. rm -f *.lo
  647. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/docs'
  648. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  649. rm -rf .libs _libs
  650. rm -rf ./docs/doxygen
  651. rm -rf ./docs/lcov
  652. find . -type f \( -name '*.gcda' -o -name '*.gcno' -o -name '*.gcov' \) -exec rm '{}' ';'
  653. rm -f *.lo
  654. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  655. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  656. Making clean in rust
  657. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rust'
  658. rm -rf .libs _libs
  659. rm -rf target
  660. rm -f *.lo
  661. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rust'
  662. Making clean in src
  663. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/src'
  664. rm -f suricata.exe
  665. rm -f suricata
  666. rm -rf .libs _libs
  667. rm -f *.o
  668. rm -f *.lo
  669. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/src'
  670. Making clean in qa
  671. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa'
  672. Making clean in coccinelle
  673. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa/coccinelle'
  674. rm -rf .libs _libs
  675. rm -f *.lo
  676. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa/coccinelle'
  677. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa'
  678. rm -rf .libs _libs
  679. rm -f *.lo
  680. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa'
  681. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/qa'
  682. Making clean in rules
  683. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rules'
  684. rm -rf .libs _libs
  685. rm -f *.lo
  686. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rules'
  687. Making clean in doc
  688. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc'
  689. Making clean in userguide
  690. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc/userguide'
  691. rm -rf .libs _libs
  692. rm -f *.lo
  693. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc/userguide'
  694. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc'
  695. rm -rf .libs _libs
  696. rm -f *.lo
  697. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc'
  698. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/doc'
  699. Making clean in contrib
  700. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib'
  701. Making clean in file_processor
  702. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor'
  703. Making clean in Action
  704. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor/Action'
  705. rm -rf .libs _libs
  706. rm -f *.lo
  707. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor/Action'
  708. Making clean in Processor
  709. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor/Processor'
  710. rm -rf .libs _libs
  711. rm -f *.lo
  712. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor/Processor'
  713. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor'
  714. rm -rf .libs _libs
  715. rm -f *.lo
  716. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor'
  717. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib/file_processor'
  718. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib'
  719. rm -rf .libs _libs
  720. rm -f *.lo
  721. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib'
  722. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/contrib'
  723. Making clean in etc
  724. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/etc'
  725. rm -rf .libs _libs
  726. rm -f *.lo
  727. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/etc'
  728. Making clean in python
  729. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/python'
  730. rm -rf .libs _libs
  731. cd . && \
  732.        /mingw64/bin/python3 setup.py clean \
  733.        --build-base /home/BlayneBradleyDev/suricata-5.0.0-beta1/python
  734. running clean
  735. rm -rf scripts-* lib* build
  736. find . -name \*.pyc -print0 | xargs -0 rm -f
  737. rm -f *.lo
  738. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/python'
  739. Making clean in ebpf
  740. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/ebpf'
  741. test -z "" || rm -f
  742. rm -rf .libs _libs
  743. rm -f *.lo
  744. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/ebpf'
  745. Making clean in suricata-update
  746. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/suricata-update'
  747. rm -rf .libs _libs
  748. cd . && \
  749.        /mingw64/bin/python3 setup.py clean \
  750.        --build-base /home/BlayneBradleyDev/suricata-5.0.0-beta1/suricata-update
  751. running clean
  752. rm -rf scripts-* lib* build
  753. find . -name \*.pyc -print0 | xargs -0 rm -f
  754. rm -f *.lo
  755. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/suricata-update'
  756. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1'
  757. test -z "stamp-h[0-9]*" || rm -f stamp-h[0-9]*
  758. rm -rf .libs _libs
  759. rm -f *.lo
  760. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1'
  761. cd . && /bin/sh ./config.status config.h
  762. config.status: creating config.h
  763. config.status: config.h is unchanged
  764. make  all-recursive
  765. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1'
  766. Making all in libhtp
  767. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  768. make  all-recursive
  769. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  770. Making all in htp
  771. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/htp'
  772. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr.lo -MD -MP -MF .deps/bstr.Tpo -c -o bstr.lo bstr.c
  773. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr_builder.lo -MD -MP -MF .deps/bstr_builder.Tpo -c -o bstr_builder.lo bstr_builder.c
  774. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr.lo -MD -MP -MF .deps/bstr.Tpo -c bstr.c  -DDLL_EXPORT -DPIC -o .libs/bstr.o
  775. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr_builder.lo -MD -MP -MF .deps/bstr_builder.Tpo -c bstr_builder.c  -DDLL_EXPORT -DPIC -o .libs/bstr_builder.o
  776. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr_builder.lo -MD -MP -MF .deps/bstr_builder.Tpo -c bstr_builder.c -o bstr_builder.o >/dev/null 2>&1
  777. mv -f .deps/bstr_builder.Tpo .deps/bstr_builder.Plo
  778. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT bstr.lo -MD -MP -MF .deps/bstr.Tpo -c bstr.c -o bstr.o >/dev/null 2>&1
  779. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_base64.lo -MD -MP -MF .deps/htp_base64.Tpo -c -o htp_base64.lo htp_base64.c
  780. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_base64.lo -MD -MP -MF .deps/htp_base64.Tpo -c htp_base64.c  -DDLL_EXPORT -DPIC -o .libs/htp_base64.o
  781. mv -f .deps/bstr.Tpo .deps/bstr.Plo
  782. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_config.lo -MD -MP -MF .deps/htp_config.Tpo -c -o htp_config.lo htp_config.c
  783. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_base64.lo -MD -MP -MF .deps/htp_base64.Tpo -c htp_base64.c -o htp_base64.o >/dev/null 2>&1
  784. mv -f .deps/htp_base64.Tpo .deps/htp_base64.Plo
  785. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection.lo -MD -MP -MF .deps/htp_connection.Tpo -c -o htp_connection.lo htp_connection.c
  786. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_config.lo -MD -MP -MF .deps/htp_config.Tpo -c htp_config.c  -DDLL_EXPORT -DPIC -o .libs/htp_config.o
  787. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection.lo -MD -MP -MF .deps/htp_connection.Tpo -c htp_connection.c  -DDLL_EXPORT -DPIC -o .libs/htp_connection.o
  788. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_config.lo -MD -MP -MF .deps/htp_config.Tpo -c htp_config.c -o htp_config.o >/dev/null 2>&1
  789. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection.lo -MD -MP -MF .deps/htp_connection.Tpo -c htp_connection.c -o htp_connection.o >/dev/null 2>&1
  790. mv -f .deps/htp_connection.Tpo .deps/htp_connection.Plo
  791. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection_parser.lo -MD -MP -MF .deps/htp_connection_parser.Tpo -c -o htp_connection_parser.lo htp_connection_parser.c
  792. mv -f .deps/htp_config.Tpo .deps/htp_config.Plo
  793. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_content_handlers.lo -MD -MP -MF .deps/htp_content_handlers.Tpo -c -o htp_content_handlers.lo htp_content_handlers.c
  794. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection_parser.lo -MD -MP -MF .deps/htp_connection_parser.Tpo -c htp_connection_parser.c  -DDLL_EXPORT -DPIC -o .libs/htp_connection_parser.o
  795. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_content_handlers.lo -MD -MP -MF .deps/htp_content_handlers.Tpo -c htp_content_handlers.c  -DDLL_EXPORT -DPIC -o .libs/htp_content_handlers.o
  796. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_connection_parser.lo -MD -MP -MF .deps/htp_connection_parser.Tpo -c htp_connection_parser.c -o htp_connection_parser.o >/dev/null 2>&1
  797. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_content_handlers.lo -MD -MP -MF .deps/htp_content_handlers.Tpo -c htp_content_handlers.c -o htp_content_handlers.o >/dev/null 2>&1
  798. mv -f .deps/htp_connection_parser.Tpo .deps/htp_connection_parser.Plo
  799. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_cookies.lo -MD -MP -MF .deps/htp_cookies.Tpo -c -o htp_cookies.lo htp_cookies.c
  800. mv -f .deps/htp_content_handlers.Tpo .deps/htp_content_handlers.Plo
  801. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c -o htp_decompressors.lo htp_decompressors.c
  802. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_cookies.lo -MD -MP -MF .deps/htp_cookies.Tpo -c htp_cookies.c  -DDLL_EXPORT -DPIC -o .libs/htp_cookies.o
  803. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c htp_decompressors.c  -DDLL_EXPORT -DPIC -o .libs/htp_decompressors.o
  804. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_cookies.lo -MD -MP -MF .deps/htp_cookies.Tpo -c htp_cookies.c -o htp_cookies.o >/dev/null 2>&1
  805. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c htp_decompressors.c -o htp_decompressors.o >/dev/null 2>&1
  806. mv -f .deps/htp_cookies.Tpo .deps/htp_cookies.Plo
  807. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c -o htp_hooks.lo htp_hooks.c
  808. mv -f .deps/htp_decompressors.Tpo .deps/htp_decompressors.Plo
  809. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_list.lo -MD -MP -MF .deps/htp_list.Tpo -c -o htp_list.lo htp_list.c
  810. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c htp_hooks.c  -DDLL_EXPORT -DPIC -o .libs/htp_hooks.o
  811. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_list.lo -MD -MP -MF .deps/htp_list.Tpo -c htp_list.c  -DDLL_EXPORT -DPIC -o .libs/htp_list.o
  812. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c htp_hooks.c -o htp_hooks.o >/dev/null 2>&1
  813. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_list.lo -MD -MP -MF .deps/htp_list.Tpo -c htp_list.c -o htp_list.o >/dev/null 2>&1
  814. mv -f .deps/htp_hooks.Tpo .deps/htp_hooks.Plo
  815. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c -o htp_multipart.lo htp_multipart.c
  816. mv -f .deps/htp_list.Tpo .deps/htp_list.Plo
  817. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c -o htp_parsers.lo htp_parsers.c
  818. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c htp_multipart.c  -DDLL_EXPORT -DPIC -o .libs/htp_multipart.o
  819. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c htp_parsers.c  -DDLL_EXPORT -DPIC -o .libs/htp_parsers.o
  820. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c htp_parsers.c -o htp_parsers.o >/dev/null 2>&1
  821. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c htp_multipart.c -o htp_multipart.o >/dev/null 2>&1
  822. mv -f .deps/htp_parsers.Tpo .deps/htp_parsers.Plo
  823. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_php.lo -MD -MP -MF .deps/htp_php.Tpo -c -o htp_php.lo htp_php.c
  824. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_php.lo -MD -MP -MF .deps/htp_php.Tpo -c htp_php.c  -DDLL_EXPORT -DPIC -o .libs/htp_php.o
  825. mv -f .deps/htp_multipart.Tpo .deps/htp_multipart.Plo
  826. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request.lo -MD -MP -MF .deps/htp_request.Tpo -c -o htp_request.lo htp_request.c
  827. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_php.lo -MD -MP -MF .deps/htp_php.Tpo -c htp_php.c -o htp_php.o >/dev/null 2>&1
  828. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request.lo -MD -MP -MF .deps/htp_request.Tpo -c htp_request.c  -DDLL_EXPORT -DPIC -o .libs/htp_request.o
  829. mv -f .deps/htp_php.Tpo .deps/htp_php.Plo
  830. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_apache_2_2.lo -MD -MP -MF .deps/htp_request_apache_2_2.Tpo -c -o htp_request_apache_2_2.lo htp_request_apache_2_2.c
  831. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request.lo -MD -MP -MF .deps/htp_request.Tpo -c htp_request.c -o htp_request.o >/dev/null 2>&1
  832. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_apache_2_2.lo -MD -MP -MF .deps/htp_request_apache_2_2.Tpo -c htp_request_apache_2_2.c  -DDLL_EXPORT -DPIC -o .libs/htp_request_apache_2_2.o
  833. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_apache_2_2.lo -MD -MP -MF .deps/htp_request_apache_2_2.Tpo -c htp_request_apache_2_2.c -o htp_request_apache_2_2.o >/dev/null 2>&1
  834. mv -f .deps/htp_request.Tpo .deps/htp_request.Plo
  835. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_generic.lo -MD -MP -MF .deps/htp_request_generic.Tpo -c -o htp_request_generic.lo htp_request_generic.c
  836. mv -f .deps/htp_request_apache_2_2.Tpo .deps/htp_request_apache_2_2.Plo
  837. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_parsers.lo -MD -MP -MF .deps/htp_request_parsers.Tpo -c -o htp_request_parsers.lo htp_request_parsers.c
  838. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_generic.lo -MD -MP -MF .deps/htp_request_generic.Tpo -c htp_request_generic.c  -DDLL_EXPORT -DPIC -o .libs/htp_request_generic.o
  839. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_parsers.lo -MD -MP -MF .deps/htp_request_parsers.Tpo -c htp_request_parsers.c  -DDLL_EXPORT -DPIC -o .libs/htp_request_parsers.o
  840. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_parsers.lo -MD -MP -MF .deps/htp_request_parsers.Tpo -c htp_request_parsers.c -o htp_request_parsers.o >/dev/null 2>&1
  841. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_request_generic.lo -MD -MP -MF .deps/htp_request_generic.Tpo -c htp_request_generic.c -o htp_request_generic.o >/dev/null 2>&1
  842. mv -f .deps/htp_request_parsers.Tpo .deps/htp_request_parsers.Plo
  843. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response.lo -MD -MP -MF .deps/htp_response.Tpo -c -o htp_response.lo htp_response.c
  844. mv -f .deps/htp_request_generic.Tpo .deps/htp_request_generic.Plo
  845. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response_generic.lo -MD -MP -MF .deps/htp_response_generic.Tpo -c -o htp_response_generic.lo htp_response_generic.c
  846. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response.lo -MD -MP -MF .deps/htp_response.Tpo -c htp_response.c  -DDLL_EXPORT -DPIC -o .libs/htp_response.o
  847. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response_generic.lo -MD -MP -MF .deps/htp_response_generic.Tpo -c htp_response_generic.c  -DDLL_EXPORT -DPIC -o .libs/htp_response_generic.o
  848. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response.lo -MD -MP -MF .deps/htp_response.Tpo -c htp_response.c -o htp_response.o >/dev/null 2>&1
  849. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_response_generic.lo -MD -MP -MF .deps/htp_response_generic.Tpo -c htp_response_generic.c -o htp_response_generic.o >/dev/null 2>&1
  850. mv -f .deps/htp_response_generic.Tpo .deps/htp_response_generic.Plo
  851. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_table.lo -MD -MP -MF .deps/htp_table.Tpo -c -o htp_table.lo htp_table.c
  852. mv -f .deps/htp_response.Tpo .deps/htp_response.Plo
  853. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transaction.lo -MD -MP -MF .deps/htp_transaction.Tpo -c -o htp_transaction.lo htp_transaction.c
  854. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_table.lo -MD -MP -MF .deps/htp_table.Tpo -c htp_table.c  -DDLL_EXPORT -DPIC -o .libs/htp_table.o
  855. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transaction.lo -MD -MP -MF .deps/htp_transaction.Tpo -c htp_transaction.c  -DDLL_EXPORT -DPIC -o .libs/htp_transaction.o
  856. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_table.lo -MD -MP -MF .deps/htp_table.Tpo -c htp_table.c -o htp_table.o >/dev/null 2>&1
  857. mv -f .deps/htp_table.Tpo .deps/htp_table.Plo
  858. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transcoder.lo -MD -MP -MF .deps/htp_transcoder.Tpo -c -o htp_transcoder.lo htp_transcoder.c
  859. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transaction.lo -MD -MP -MF .deps/htp_transaction.Tpo -c htp_transaction.c -o htp_transaction.o >/dev/null 2>&1
  860. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transcoder.lo -MD -MP -MF .deps/htp_transcoder.Tpo -c htp_transcoder.c  -DDLL_EXPORT -DPIC -o .libs/htp_transcoder.o
  861. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_transcoder.lo -MD -MP -MF .deps/htp_transcoder.Tpo -c htp_transcoder.c -o htp_transcoder.o >/dev/null 2>&1
  862. mv -f .deps/htp_transaction.Tpo .deps/htp_transaction.Plo
  863. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_urlencoded.lo -MD -MP -MF .deps/htp_urlencoded.Tpo -c -o htp_urlencoded.lo htp_urlencoded.c
  864. mv -f .deps/htp_transcoder.Tpo .deps/htp_transcoder.Plo
  865. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_util.lo -MD -MP -MF .deps/htp_util.Tpo -c -o htp_util.lo htp_util.c
  866. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_urlencoded.lo -MD -MP -MF .deps/htp_urlencoded.Tpo -c htp_urlencoded.c  -DDLL_EXPORT -DPIC -o .libs/htp_urlencoded.o
  867. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_util.lo -MD -MP -MF .deps/htp_util.Tpo -c htp_util.c  -DDLL_EXPORT -DPIC -o .libs/htp_util.o
  868. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_urlencoded.lo -MD -MP -MF .deps/htp_urlencoded.Tpo -c htp_urlencoded.c -o htp_urlencoded.o >/dev/null 2>&1
  869. mv -f .deps/htp_urlencoded.Tpo .deps/htp_urlencoded.Plo
  870. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_utf8_decoder.lo -MD -MP -MF .deps/htp_utf8_decoder.Tpo -c -o htp_utf8_decoder.lo htp_utf8_decoder.c
  871. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_utf8_decoder.lo -MD -MP -MF .deps/htp_utf8_decoder.Tpo -c htp_utf8_decoder.c  -DDLL_EXPORT -DPIC -o .libs/htp_utf8_decoder.o
  872. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_util.lo -MD -MP -MF .deps/htp_util.Tpo -c htp_util.c -o htp_util.o >/dev/null 2>&1
  873. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT htp_utf8_decoder.lo -MD -MP -MF .deps/htp_utf8_decoder.Tpo -c htp_utf8_decoder.c -o htp_utf8_decoder.o >/dev/null 2>&1
  874. mv -f .deps/htp_utf8_decoder.Tpo .deps/htp_utf8_decoder.Plo
  875. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.lo strlcpy.c
  876. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c  -DDLL_EXPORT -DPIC -o .libs/strlcpy.o
  877. mv -f .deps/htp_util.Tpo .deps/htp_util.Plo
  878. /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.lo strlcat.c
  879. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
  880. mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
  881. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c  -DDLL_EXPORT -DPIC -o .libs/strlcat.o
  882. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c -o strlcat.o >/dev/null 2>&1
  883. mv -f .deps/strlcat.Tpo .deps/strlcat.Plo
  884. /bin/sh ../libtool  --tag=CC   --mode=link gcc -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC   -o libhtp-c.la    bstr.lo bstr_builder.lo htp_base64.lo htp_config.lo htp_connection.lo htp_connection_parser.lo htp_content_handlers.lo htp_cookies.lo htp_decompressors.lo htp_hooks.lo htp_list.lo htp_multipart.lo htp_parsers.lo htp_php.lo htp_request.lo htp_request_apache_2_2.lo htp_request_generic.lo htp_request_parsers.lo htp_response.lo htp_response_generic.lo htp_table.lo htp_transaction.lo htp_transcoder.lo htp_urlencoded.lo htp_util.lo htp_utf8_decoder.lo strlcpy.lo strlcat.lo  -lz
  885. libtool: link: ar cru .libs/libhtp-c.a .libs/bstr.o .libs/bstr_builder.o .libs/htp_base64.o .libs/htp_config.o .libs/htp_connection.o .libs/htp_connection_parser.o .libs/htp_content_handlers.o .libs/htp_cookies.o .libs/htp_decompressors.o .libs/htp_hooks.o .libs/htp_list.o .libs/htp_multipart.o .libs/htp_parsers.o .libs/htp_php.o .libs/htp_request.o .libs/htp_request_apache_2_2.o .libs/htp_request_generic.o .libs/htp_request_parsers.o .libs/htp_response.o .libs/htp_response_generic.o .libs/htp_table.o .libs/htp_transaction.o .libs/htp_transcoder.o .libs/htp_urlencoded.o .libs/htp_util.o .libs/htp_utf8_decoder.o .libs/strlcpy.o .libs/strlcat.o
  886. libtool: link: ranlib .libs/libhtp-c.a
  887. libtool: link: ( cd ".libs" && rm -f "libhtp-c.la" && cp -pR "../libhtp-c.la" "libhtp-c.la" )
  888. /bin/sh ../libtool  --tag=CC   --mode=link gcc -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -O2 -Wstrict-overflow=1 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC -version-info 2:0:0  -o libhtp.la -rpath /mingw64/lib  libhtp-c.la -lz
  889. libtool: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries; building static only
  890. libtool: link: (cd .libs/libhtp.lax/libhtp-c.a && ar x "/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/htp/./.libs/libhtp-c.a")
  891. libtool: link: ar cru .libs/libhtp.a   .libs/libhtp.lax/libhtp-c.a/bstr.o .libs/libhtp.lax/libhtp-c.a/bstr_builder.o .libs/libhtp.lax/libhtp-c.a/htp_base64.o .libs/libhtp.lax/libhtp-c.a/htp_config.o .libs/libhtp.lax/libhtp-c.a/htp_connection.o .libs/libhtp.lax/libhtp-c.a/htp_connection_parser.o .libs/libhtp.lax/libhtp-c.a/htp_content_handlers.o .libs/libhtp.lax/libhtp-c.a/htp_cookies.o .libs/libhtp.lax/libhtp-c.a/htp_decompressors.o .libs/libhtp.lax/libhtp-c.a/htp_hooks.o .libs/libhtp.lax/libhtp-c.a/htp_list.o .libs/libhtp.lax/libhtp-c.a/htp_multipart.o .libs/libhtp.lax/libhtp-c.a/htp_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_php.o .libs/libhtp.lax/libhtp-c.a/htp_request.o .libs/libhtp.lax/libhtp-c.a/htp_request_apache_2_2.o .libs/libhtp.lax/libhtp-c.a/htp_request_generic.o .libs/libhtp.lax/libhtp-c.a/htp_request_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_response.o .libs/libhtp.lax/libhtp-c.a/htp_response_generic.o .libs/libhtp.lax/libhtp-c.a/htp_table.o .libs/libhtp.lax/libhtp-c.a/htp_transaction.o .libs/libhtp.lax/libhtp-c.a/htp_transcoder.o .libs/libhtp.lax/libhtp-c.a/htp_urlencoded.o .libs/libhtp.lax/libhtp-c.a/htp_utf8_decoder.o .libs/libhtp.lax/libhtp-c.a/htp_util.o .libs/libhtp.lax/libhtp-c.a/strlcat.o .libs/libhtp.lax/libhtp-c.a/strlcpy.o
  892. libtool: link: ranlib .libs/libhtp.a
  893. libtool: link: rm -fr .libs/libhtp.lax
  894. libtool: link: ( cd ".libs" && rm -f "libhtp.la" && cp -pR "../libhtp.la" "libhtp.la" )
  895. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/htp'
  896. Making all in test
  897. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/test'
  898. make[4]: Nothing to be done for 'all'.
  899. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/test'
  900. Making all in docs
  901. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/docs'
  902. make[4]: Nothing to be done for 'all'.
  903. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp/docs'
  904. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  905. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  906. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  907. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/libhtp'
  908. Making all in rust
  909. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rust'
  910. cd ../rust && /mingw64/bin/python3 ./gen-c-headers.py
  911. cd ../rust && \
  912.        CARGO_HOME=/home/BlayneBradleyDev/.cargo \
  913.        CARGO_TARGET_DIR=/home/BlayneBradleyDev/suricata-5.0.0-beta1/rust/target \
  914.        /mingw64/bin/cargo build --release --frozen \
  915.                --features "lua "
  916. error: failed to load source for a dependency on `crc`
  917.  
  918. Caused by:
  919.  Unable to update registry `https://github.com/rust-lang/crates.io-index`
  920.  
  921. Caused by:
  922.  failed to update replaced source registry `https://github.com/rust-lang/crates.io-index`
  923.  
  924. Caused by:
  925.  failed to read root of directory source: C:\home\BlayneBradleyDev\suricata-5.0.0-beta1\rust\vendor
  926.  
  927. Caused by:
  928.  The system cannot find the path specified. (os error 3)
  929. make[2]: *** [Makefile:533: all-local] Error 101
  930. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1/rust'
  931. make[1]: *** [Makefile:498: all-recursive] Error 1
  932. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-5.0.0-beta1'
  933. make: *** [Makefile:424: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement