Advertisement
Guest User

Untitled

a guest
May 29th, 2019
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 91.67 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 --disable-rust && 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 pkg-config... /mingw64/bin/pkg-config
  95. checking for python... /usr/bin/python
  96. checking for python-yaml... no
  97. checking for wget... /usr/bin/wget
  98. checking stddef.h usability... yes
  99. checking stddef.h presence... yes
  100. checking for stddef.h... yes
  101. checking arpa/inet.h usability... no
  102. checking arpa/inet.h presence... no
  103. checking for arpa/inet.h... no
  104. checking assert.h usability... yes
  105. checking assert.h presence... yes
  106. checking for assert.h... yes
  107. checking ctype.h usability... yes
  108. checking ctype.h presence... yes
  109. checking for ctype.h... yes
  110. checking errno.h usability... yes
  111. checking errno.h presence... yes
  112. checking for errno.h... yes
  113. checking fcntl.h usability... yes
  114. checking fcntl.h presence... yes
  115. checking for fcntl.h... yes
  116. checking for inttypes.h... (cached) yes
  117. checking getopt.h usability... yes
  118. checking getopt.h presence... yes
  119. checking for getopt.h... yes
  120. checking limits.h usability... yes
  121. checking limits.h presence... yes
  122. checking for limits.h... yes
  123. checking netdb.h usability... no
  124. checking netdb.h presence... no
  125. checking for netdb.h... no
  126. checking netinet/in.h usability... no
  127. checking netinet/in.h presence... no
  128. checking for netinet/in.h... no
  129. checking poll.h usability... no
  130. checking poll.h presence... no
  131. checking for poll.h... no
  132. checking sched.h usability... yes
  133. checking sched.h presence... yes
  134. checking for sched.h... yes
  135. checking signal.h usability... yes
  136. checking signal.h presence... yes
  137. checking for signal.h... yes
  138. checking stdarg.h usability... yes
  139. checking stdarg.h presence... yes
  140. checking for stdarg.h... yes
  141. checking for stdint.h... (cached) yes
  142. checking stdio.h usability... yes
  143. checking stdio.h presence... yes
  144. checking for stdio.h... yes
  145. checking for stdlib.h... (cached) yes
  146. checking stdbool.h usability... yes
  147. checking stdbool.h presence... yes
  148. checking for stdbool.h... yes
  149. checking for string.h... (cached) yes
  150. checking for strings.h... (cached) yes
  151. checking sys/ioctl.h usability... no
  152. checking sys/ioctl.h presence... no
  153. checking for sys/ioctl.h... no
  154. checking syslog.h usability... no
  155. checking syslog.h presence... no
  156. checking for syslog.h... no
  157. checking sys/prctl.h usability... no
  158. checking sys/prctl.h presence... no
  159. checking for sys/prctl.h... no
  160. checking sys/socket.h usability... no
  161. checking sys/socket.h presence... no
  162. checking for sys/socket.h... no
  163. checking for sys/stat.h... (cached) yes
  164. checking sys/syscall.h usability... no
  165. checking sys/syscall.h presence... no
  166. checking for sys/syscall.h... no
  167. checking sys/time.h usability... yes
  168. checking sys/time.h presence... yes
  169. checking for sys/time.h... yes
  170. checking time.h usability... yes
  171. checking time.h presence... yes
  172. checking for time.h... yes
  173. checking for unistd.h... (cached) yes
  174. checking for sys/ioctl.h... (cached) no
  175. checking linux/if_ether.h usability... no
  176. checking linux/if_ether.h presence... no
  177. checking for linux/if_ether.h... no
  178. checking linux/if_packet.h usability... no
  179. checking linux/if_packet.h presence... no
  180. checking for linux/if_packet.h... no
  181. checking linux/filter.h usability... no
  182. checking linux/filter.h presence... no
  183. checking for linux/filter.h... no
  184. checking linux/ethtool.h usability... no
  185. checking linux/ethtool.h presence... no
  186. checking for linux/ethtool.h... no
  187. checking linux/sockios.h usability... no
  188. checking linux/sockios.h presence... no
  189. checking for linux/sockios.h... no
  190. checking glob.h usability... no
  191. checking glob.h presence... no
  192. checking for glob.h... no
  193. checking dirent.h usability... yes
  194. checking dirent.h presence... yes
  195. checking for dirent.h... yes
  196. checking fnmatch.h usability... no
  197. checking fnmatch.h presence... no
  198. checking for fnmatch.h... no
  199. checking sys/resource.h usability... no
  200. checking sys/resource.h presence... no
  201. checking for sys/resource.h... no
  202. checking for sys/types.h... (cached) yes
  203. checking sys/un.h usability... no
  204. checking sys/un.h presence... no
  205. checking for sys/un.h... no
  206. checking sys/random.h usability... no
  207. checking sys/random.h presence... no
  208. checking for sys/random.h... no
  209. checking utime.h usability... yes
  210. checking utime.h presence... yes
  211. checking for utime.h... yes
  212. checking libgen.h usability... yes
  213. checking libgen.h presence... yes
  214. checking for libgen.h... yes
  215. checking for sys/socket.h... (cached) no
  216. checking for net/if.h... no
  217. checking for sys/mman.h... no
  218. checking for linux/if_arp.h... no
  219. checking for windows.h... yes
  220. checking for winsock2.h... yes
  221. checking for ws2tcpip.h... yes
  222. checking for w32api/wtypes.h... no
  223. checking for w32api/winbase.h... no
  224. checking for wincrypt.h... yes
  225. checking for inline... inline
  226. checking for pid_t... yes
  227. checking for size_t... yes
  228. checking for int32_t... yes
  229. checking for uint16_t... yes
  230. checking for uint32_t... yes
  231. checking for uint64_t... yes
  232. checking for uint8_t... yes
  233. checking for stdbool.h that conforms to C99... (cached) yes
  234. checking for _Bool... yes
  235. checking for stdlib.h... (cached) yes
  236. checking for GNU libc compatible malloc... yes
  237. checking for stdlib.h... (cached) yes
  238. checking for GNU libc compatible realloc... yes
  239. checking for gettimeofday... yes
  240. checking for memset... yes
  241. checking for strcasecmp... yes
  242. checking for strchr... yes
  243. checking for strdup... yes
  244. checking for strerror... yes
  245. checking for strncasecmp... yes
  246. checking for strtol... yes
  247. checking for strtoul... yes
  248. checking for memchr... yes
  249. checking for memrchr... no
  250. checking for clock_gettime... yes
  251. checking for strptime... no
  252. checking whether getrandom is declared... no
  253. checking for utime... yes
  254. checking for strlcpy... no
  255. checking for strlcat... no
  256. checking for special C compiler options needed for large files... no
  257. checking for _FILE_OFFSET_BITS value needed for large files... 64
  258. checking host os... installation for x86_64-w64-mingw32 OS... ok
  259. checking for thread local storage __thread support... yes
  260. checking for spatch... no
  261. checking zlib.h usability... yes
  262. checking zlib.h presence... yes
  263. checking for zlib.h... yes
  264. checking for inflate in -lz... yes
  265. checking lzma.h usability... yes
  266. checking lzma.h presence... yes
  267. checking for lzma.h... yes
  268. checking for lzma_code in -llzma... yes
  269. checking for Mpipe... no
  270. checking pcre.h usability... yes
  271. checking pcre.h presence... yes
  272. checking for pcre.h... yes
  273. checking for pcre_get_substring in -lpcre... yes
  274. checking for LIBPCREVERSION... no
  275. checking for pcre_dfa_exec in -lpcre... yes
  276. checking for PCRE JIT support... yes
  277. checking for PCRE JIT support usability... yes
  278. checking for libhs... no
  279. checking hs.h usability... no
  280. checking hs.h presence... no
  281. checking for hs.h... no
  282. checking yaml.h usability... yes
  283. checking yaml.h presence... yes
  284. checking for yaml.h... yes
  285. checking for yaml_parser_initialize in -lyaml... yes
  286. checking for pthread_create in -lpthread... yes
  287. checking jansson.h usability... no
  288. checking jansson.h presence... no
  289. checking for jansson.h... no
  290. checking whether OS_WIN32 is declared... yes
  291. checking for libnet.h version 1.1.x... no
  292. checking pcap.h usability... yes
  293. checking pcap.h presence... yes
  294. checking for pcap.h... yes
  295. checking for pcap.h... (cached) yes
  296. checking pcap/pcap.h usability... yes
  297. checking pcap/pcap.h presence... yes
  298. checking for pcap/pcap.h... yes
  299. checking pcap/bpf.h usability... no
  300. checking pcap/bpf.h presence... yes
  301. configure: WARNING: pcap/bpf.h: present but cannot be compiled
  302. configure: WARNING: pcap/bpf.h:     check for missing prerequisite headers?
  303. configure: WARNING: pcap/bpf.h: see the Autoconf documentation
  304. configure: WARNING: pcap/bpf.h:     section "Present But Cannot Be Compiled"
  305. configure: WARNING: pcap/bpf.h: proceeding with the compiler's result
  306. checking for pcap/bpf.h... no
  307. checking for pcap_open_live in -lwpcap... yes
  308. checking for pcap_activate in -lwpcap... yes
  309. checking for pcap-config... no
  310. no pcap-config is use
  311. checking for pcap_set_buffer_size in -lwpcap... yes
  312. checking whether TPACKET_V2 is declared... no
  313. checking whether PACKET_FANOUT_QM is declared... no
  314. checking whether TPACKET_V3 is declared... no
  315. checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... no
  316. checking for ./suricata-update/setup.py... yes
  317.  
  318.    Warning: suricata-update will not be installed as the
  319.        depedency python-yaml is not installed.
  320.  
  321.    Debian/Ubuntu: apt install python-yaml
  322.    Fedora: dnf install python-yaml
  323.    CentOS/RHEL: yum install python-yaml
  324.  
  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... no
  360.  
  361.  Compressed pcap logging is not available without liblz4.
  362.  If you want to enable compression, you need to install it.
  363.  
  364.  Ubuntu: apt-get install liblz4-dev
  365.  Fedora: dnf install lz4-devel
  366.  CentOS/RHEL: yum install epel-release
  367.               yum install lz4-devel
  368.  
  369. checking for getconf... /usr/bin/getconf
  370. checking for sphinx-build... no
  371. checking for pdflatex... no
  372. checking for git... /usr/bin/git
  373. checking that generated files are newer than configure... done
  374. configure: creating ./config.status
  375. config.status: creating Makefile
  376. config.status: creating src/Makefile
  377. config.status: creating rust/Makefile
  378. config.status: creating rust/Cargo.toml
  379. config.status: creating rust/.cargo/config
  380. config.status: creating qa/Makefile
  381. config.status: creating qa/coccinelle/Makefile
  382. config.status: creating rules/Makefile
  383. config.status: creating doc/Makefile
  384. config.status: creating doc/userguide/Makefile
  385. config.status: creating contrib/Makefile
  386. config.status: creating contrib/file_processor/Makefile
  387. config.status: creating contrib/file_processor/Action/Makefile
  388. config.status: creating contrib/file_processor/Processor/Makefile
  389. config.status: creating contrib/tile_pcie_logd/Makefile
  390. config.status: creating suricata.yaml
  391. config.status: creating etc/Makefile
  392. config.status: creating etc/suricata.logrotate
  393. config.status: creating etc/suricata.service
  394. config.status: creating python/Makefile
  395. config.status: creating python/suricata/config/defaults.py
  396. config.status: creating ebpf/Makefile
  397. config.status: creating config.h
  398. config.status: config.h is unchanged
  399. config.status: executing depfiles commands
  400. config.status: executing libtool commands
  401. === configuring in libhtp (/home/BlayneBradleyDev/suricata-4.1.4/libhtp)
  402. 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' '--disable-rust' 'PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig' --cache-file=/dev/null --srcdir=.
  403. configure: loading site script /mingw64/etc/config.site
  404. checking for a BSD-compatible install... /usr/bin/install -c
  405. checking whether build environment is sane... yes
  406. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  407. checking for gawk... gawk
  408. checking whether make sets $(MAKE)... yes
  409. checking whether make supports nested variables... yes
  410. checking for gcc... gcc
  411. checking whether the C compiler works... yes
  412. checking for C compiler default output file name... a.exe
  413. checking for suffix of executables... .exe
  414. checking whether we are cross compiling... no
  415. checking for suffix of object files... o
  416. checking whether we are using the GNU C compiler... yes
  417. checking whether gcc accepts -g... yes
  418. checking for gcc option to accept ISO C89... none needed
  419. checking whether gcc understands -c and -o together... yes
  420. checking for style of include used by make... GNU
  421. checking dependency style of gcc... gcc3
  422. checking for g++... g++
  423. checking whether we are using the GNU C++ compiler... yes
  424. checking whether g++ accepts -g... yes
  425. checking dependency style of g++... gcc3
  426. checking build system type... x86_64-w64-mingw32
  427. checking host system type... x86_64-w64-mingw32
  428. checking how to print strings... printf
  429. checking for a sed that does not truncate output... /usr/bin/sed
  430. checking for grep that handles long lines and -e... /usr/bin/grep
  431. checking for egrep... /usr/bin/grep -E
  432. checking for fgrep... /usr/bin/grep -F
  433. checking for ld used by gcc... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  434. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  435. checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B
  436. checking the name lister (/mingw64/bin/nm -B) interface... BSD nm
  437. checking whether ln -s works... no, using cp -pR
  438. checking the maximum length of command line arguments... 8192
  439. checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
  440. checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  441. checking for C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
  442. checking for objdump... objdump
  443. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  444. checking for dlltool... dlltool
  445. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  446. checking for ar... ar
  447. checking for archiver @FILE support... @
  448. checking for strip... strip
  449. checking for ranlib... ranlib
  450. checking command to parse /mingw64/bin/nm -B output from gcc object... ok
  451. checking for sysroot... no
  452. checking for a working dd... /usr/bin/dd
  453. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  454. checking for mt... no
  455. checking if : is a manifest tool... no
  456. checking how to run the C preprocessor... gcc -E
  457. checking for ANSI C header files... yes
  458. checking for sys/types.h... yes
  459. checking for sys/stat.h... yes
  460. checking for stdlib.h... yes
  461. checking for string.h... yes
  462. checking for memory.h... yes
  463. checking for strings.h... yes
  464. checking for inttypes.h... yes
  465. checking for stdint.h... yes
  466. checking for unistd.h... yes
  467. checking for dlfcn.h... no
  468. checking for objdir... .libs
  469. checking if gcc supports -fno-rtti -fno-exceptions... no
  470. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  471. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  472. checking if gcc static flag -static works... yes
  473. checking if gcc supports -c -o file.o... yes
  474. checking if gcc supports -c -o file.o... (cached) yes
  475. checking whether the gcc linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  476. checking whether -lc should be explicitly linked in... yes
  477. checking dynamic linker characteristics... Win32 ld.exe
  478. checking how to hardcode library paths into programs... immediate
  479. checking whether stripping libraries is possible... yes
  480. checking if libtool supports shared libraries... yes
  481. checking whether to build shared libraries... yes
  482. checking whether to build static libraries... yes
  483. checking how to run the C++ preprocessor... g++ -E
  484. checking for ld used by g++... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  485. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  486. checking whether the g++ linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  487. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  488. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  489. checking if g++ static flag -static works... yes
  490. checking if g++ supports -c -o file.o... yes
  491. checking if g++ supports -c -o file.o... (cached) yes
  492. checking whether the g++ linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  493. checking dynamic linker characteristics... Win32 ld.exe
  494. checking how to hardcode library paths into programs... immediate
  495. checking whether build environment is sane... yes
  496. checking for strlcpy... no
  497. checking for strlcat... no
  498. checking zlib.h usability... yes
  499. checking zlib.h presence... yes
  500. checking for zlib.h... yes
  501. checking for inflate in -lz... yes
  502. checking OS... MinGW
  503. checking for ld used by GCC... C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  504. checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
  505. checking for shared library run path origin... done
  506. checking for iconv... yes
  507. checking for working iconv... yes
  508. checking how to link with libiconv... -liconv
  509. checking for iconv declaration...
  510.         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  511. checking for gcc support of -Wstrict-overflow=1... yes
  512. checking for gcc support of FORTIFY_SOURCE... yes
  513. checking for gcc support of -Wformat -Wformat-security... yes
  514. checking for gcc support of -fPIC... yes
  515. checking for doxygen... no
  516. checking for lcov... no
  517. checking that generated files are newer than configure... done
  518. checking that generated files are newer than configure... done
  519. configure: creating ./config.status
  520. config.status: creating htp/htp_version.h
  521. config.status: creating Makefile
  522. config.status: creating htp.pc
  523. config.status: creating htp/Makefile
  524. config.status: creating test/Makefile
  525. config.status: creating docs/Makefile
  526. config.status: creating htp_config_auto_gen.h
  527. config.status: htp_config_auto_gen.h is unchanged
  528. config.status: executing depfiles commands
  529. config.status: executing libtool commands
  530.  
  531. Suricata Configuration:
  532.  AF_PACKET support:                       no
  533.  eBPF support:                            no
  534.  XDP support:                             no
  535.  PF_RING support:                         no
  536.  NFQueue support:                         no
  537.  NFLOG support:                           no
  538.  IPFW support:                            no
  539.  Netmap support:                          no
  540.  DAG enabled:                             no
  541.  Napatech enabled:                        no
  542.  WinDivert enabled:                       no
  543.  
  544.  Unix socket enabled:                     no
  545.  Detection enabled:                       yes
  546.  
  547.  Libmagic support:                        no
  548.  libnss support:                          yes
  549.  libnspr support:                         yes
  550.  libjansson support:                      no
  551.  liblzma support:                         yes
  552.  hiredis support:                         no
  553.  hiredis async with libevent:             no
  554.  Prelude support:                         no
  555.  PCRE jit:                                yes
  556.  LUA support:                             yes
  557.  libluajit:                               no
  558.  libgeoip:                                yes
  559.  Non-bundled htp:                         no
  560.  Old barnyard2 support:                   no
  561.  Hyperscan support:                       no
  562.  Libnet support:                          no
  563.  liblz4 support:                          no
  564.  
  565.  Rust support:                            no
  566.  Rust strict mode:                        no
  567.  Rust debug mode:                         no
  568.  Rust compiler:                           not set
  569.  Rust cargo:                              not set
  570.  
  571.  Install suricatasc:                      yes
  572.  Install suricata-update:                 no
  573.  
  574.  Profiling enabled:                       no
  575.  Profiling locks enabled:                 no
  576.  
  577. Development settings:
  578.  Coccinelle / spatch:                     no
  579.  Unit tests enabled:                      no
  580.  Debug output enabled:                    no
  581.  Debug validation enabled:                no
  582.  
  583. Generic build parameters:
  584.  Installation prefix:                     /mingw64
  585.  Configuration directory:                 C:\\Program Files\\Suricata\\
  586.  Log directory:                           C:\\Program Files\\Suricata\\log
  587.  
  588.  --prefix                                 /mingw64
  589.  --sysconfdir                             /mingw64/etc
  590.  --localstatedir                          /mingw64/var
  591.  --datarootdir                            /mingw64/share
  592.  
  593.  Host:                                    x86_64-w64-mingw32
  594.  Compiler:                                gcc (exec name) / gcc (real)
  595.  GCC Protect enabled:                     no
  596.  GCC march native enabled:                no
  597.  GCC Profile enabled:                     no
  598.  Position Independent Executable enabled: no
  599.  CFLAGS                                   -g -O2 -DOS_WIN32
  600.  PCAP_CFLAGS
  601.  SECCFLAGS
  602.  
  603. To build and install run 'make' and 'make install'.
  604.  
  605. You can run 'make install-conf' if you want to install initial configuration
  606. files to C:\\Program Files\\Suricata\\. Running 'make install-full' will install configuration
  607. and rules and provide you a ready-to-run suricata.
  608.  
  609. To install Suricata into /usr/bin/suricata, have the config in
  610. /etc/suricata and use /var/log/suricata as log dir, use:
  611. ./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/
  612.  
  613. Making clean in libhtp
  614. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  615. Making clean in htp
  616. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/htp'
  617. test -z "libhtp.la" || rm -f libhtp.la
  618. rm -f ./so_locations
  619. rm -rf .libs _libs
  620. test -z "libhtp-c.la" || rm -f libhtp-c.la
  621. rm -f ./so_locations
  622. rm -f *.o
  623. rm -f *.lo
  624. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/htp'
  625. Making clean in test
  626. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/test'
  627. test -z "libgtest.a" || rm -f libgtest.a
  628. rm -f test_all.exe test_fuzz.exe
  629. rm -f test_all test_fuzz
  630. rm -rf .libs _libs
  631. rm -f *.o
  632. rm -f fuzz/*.o
  633. rm -f gtest/*.o
  634. test -z "test_all.log" || rm -f test_all.log
  635. test -z "test_all.trs" || rm -f test_all.trs
  636. test -z "test-suite.log" || rm -f test-suite.log
  637. rm -f *.lo
  638. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/test'
  639. Making clean in docs
  640. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/docs'
  641. test -z "*.pdf" || rm -f *.pdf
  642. rm -rf .libs _libs
  643. rm -rf doxygen
  644. rm -f *.lo
  645. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/docs'
  646. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  647. rm -rf .libs _libs
  648. rm -rf ./docs/doxygen
  649. rm -rf ./docs/lcov
  650. find . -type f \( -name '*.gcda' -o -name '*.gcno' -o -name '*.gcov' \) -exec rm '{}' ';'
  651. rm -f *.lo
  652. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  653. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  654. Making clean in rust
  655. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/rust'
  656. rm -rf .libs _libs
  657. rm -f *.lo
  658. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/rust'
  659. Making clean in src
  660. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/src'
  661. rm -f suricata.exe
  662. rm -f suricata
  663. rm -rf .libs _libs
  664. rm -f *.o
  665. rm -f *.lo
  666. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/src'
  667. Making clean in qa
  668. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/qa'
  669. Making clean in coccinelle
  670. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/qa/coccinelle'
  671. rm -rf .libs _libs
  672. rm -f *.lo
  673. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/qa/coccinelle'
  674. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/qa'
  675. rm -rf .libs _libs
  676. rm -f *.lo
  677. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/qa'
  678. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/qa'
  679. Making clean in rules
  680. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/rules'
  681. rm -rf .libs _libs
  682. rm -f *.lo
  683. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/rules'
  684. Making clean in doc
  685. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/doc'
  686. Making clean in userguide
  687. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/doc/userguide'
  688. rm -rf .libs _libs
  689. rm -f *.lo
  690. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/doc/userguide'
  691. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/doc'
  692. rm -rf .libs _libs
  693. rm -f *.lo
  694. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/doc'
  695. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/doc'
  696. Making clean in contrib
  697. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib'
  698. Making clean in file_processor
  699. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor'
  700. Making clean in Action
  701. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor/Action'
  702. rm -rf .libs _libs
  703. rm -f *.lo
  704. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor/Action'
  705. Making clean in Processor
  706. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor/Processor'
  707. rm -rf .libs _libs
  708. rm -f *.lo
  709. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor/Processor'
  710. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor'
  711. rm -rf .libs _libs
  712. rm -f *.lo
  713. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor'
  714. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/file_processor'
  715. Making clean in tile_pcie_logd
  716. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/tile_pcie_logd'
  717. rm -rf .libs _libs
  718. rm -f *.o
  719. rm -f *.lo
  720. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib/tile_pcie_logd'
  721. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib'
  722. rm -rf .libs _libs
  723. rm -f *.lo
  724. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib'
  725. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/contrib'
  726. Making clean in etc
  727. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/etc'
  728. rm -rf .libs _libs
  729. rm -f *.lo
  730. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/etc'
  731. Making clean in python
  732. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/python'
  733. rm -rf .libs _libs
  734. cd . && \
  735.        /usr/bin/python setup.py clean \
  736.        --build-base /home/BlayneBradleyDev/suricata-4.1.4/python
  737. running clean
  738. rm -rf scripts-* lib* build
  739. find . -name \*.pyc -print0 | xargs -0 rm -f
  740. rm -f *.lo
  741. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/python'
  742. Making clean in ebpf
  743. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/ebpf'
  744. test -z "" || rm -f
  745. rm -rf .libs _libs
  746. rm -f *.lo
  747. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/ebpf'
  748. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4'
  749. test -z "stamp-h[0-9]*" || rm -f stamp-h[0-9]*
  750. rm -rf .libs _libs
  751. rm -f *.lo
  752. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4'
  753. cd . && /bin/sh ./config.status config.h
  754. config.status: creating config.h
  755. config.status: config.h is unchanged
  756. make  all-recursive
  757. make[1]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4'
  758. Making all in libhtp
  759. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  760. make  all-recursive
  761. make[3]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  762. Making all in htp
  763. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/htp'
  764. /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
  765. /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
  766. 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
  767. 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
  768. 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
  769. 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
  770. mv -f .deps/bstr_builder.Tpo .deps/bstr_builder.Plo
  771. /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
  772. 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
  773. mv -f .deps/bstr.Tpo .deps/bstr.Plo
  774. /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
  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 htp_base64.lo -MD -MP -MF .deps/htp_base64.Tpo -c htp_base64.c -o htp_base64.o >/dev/null 2>&1
  776. mv -f .deps/htp_base64.Tpo .deps/htp_base64.Plo
  777. 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
  778. /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
  779. 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
  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_config.lo -MD -MP -MF .deps/htp_config.Tpo -c htp_config.c -o htp_config.o >/dev/null 2>&1
  781. 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
  782. mv -f .deps/htp_config.Tpo .deps/htp_config.Plo
  783. mv -f .deps/htp_connection.Tpo .deps/htp_connection.Plo
  784. /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
  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_content_handlers.lo -MD -MP -MF .deps/htp_content_handlers.Tpo -c -o htp_content_handlers.lo htp_content_handlers.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_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
  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_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
  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_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
  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_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
  790. mv -f .deps/htp_connection_parser.Tpo .deps/htp_connection_parser.Plo
  791. mv -f .deps/htp_content_handlers.Tpo .deps/htp_content_handlers.Plo
  792. /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
  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_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c -o htp_decompressors.lo htp_decompressors.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_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c htp_decompressors.c  -DDLL_EXPORT -DPIC -o .libs/htp_decompressors.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_cookies.lo -MD -MP -MF .deps/htp_cookies.Tpo -c htp_cookies.c  -DDLL_EXPORT -DPIC -o .libs/htp_cookies.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_cookies.lo -MD -MP -MF .deps/htp_cookies.Tpo -c htp_cookies.c -o htp_cookies.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_decompressors.lo -MD -MP -MF .deps/htp_decompressors.Tpo -c htp_decompressors.c -o htp_decompressors.o >/dev/null 2>&1
  798. mv -f .deps/htp_cookies.Tpo .deps/htp_cookies.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_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c -o htp_hooks.lo htp_hooks.c
  800. mv -f .deps/htp_decompressors.Tpo .deps/htp_decompressors.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_list.lo -MD -MP -MF .deps/htp_list.Tpo -c -o htp_list.lo htp_list.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_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c htp_hooks.c  -DDLL_EXPORT -DPIC -o .libs/htp_hooks.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_list.lo -MD -MP -MF .deps/htp_list.Tpo -c htp_list.c  -DDLL_EXPORT -DPIC -o .libs/htp_list.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_hooks.lo -MD -MP -MF .deps/htp_hooks.Tpo -c htp_hooks.c -o htp_hooks.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_list.lo -MD -MP -MF .deps/htp_list.Tpo -c htp_list.c -o htp_list.o >/dev/null 2>&1
  806. mv -f .deps/htp_hooks.Tpo .deps/htp_hooks.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_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c -o htp_multipart.lo htp_multipart.c
  808. mv -f .deps/htp_list.Tpo .deps/htp_list.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_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c -o htp_parsers.lo htp_parsers.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_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c htp_multipart.c  -DDLL_EXPORT -DPIC -o .libs/htp_multipart.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_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c htp_parsers.c  -DDLL_EXPORT -DPIC -o .libs/htp_parsers.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_parsers.lo -MD -MP -MF .deps/htp_parsers.Tpo -c htp_parsers.c -o htp_parsers.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_multipart.lo -MD -MP -MF .deps/htp_multipart.Tpo -c htp_multipart.c -o htp_multipart.o >/dev/null 2>&1
  814. mv -f .deps/htp_parsers.Tpo .deps/htp_parsers.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_php.lo -MD -MP -MF .deps/htp_php.Tpo -c -o htp_php.lo htp_php.c
  816. 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
  817. mv -f .deps/htp_multipart.Tpo .deps/htp_multipart.Plo
  818. /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
  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_php.lo -MD -MP -MF .deps/htp_php.Tpo -c htp_php.c -o htp_php.o >/dev/null 2>&1
  820. mv -f .deps/htp_php.Tpo .deps/htp_php.Plo
  821. /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
  822. 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
  823. 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
  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_request.lo -MD -MP -MF .deps/htp_request.Tpo -c htp_request.c -o htp_request.o >/dev/null 2>&1
  825. 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
  826. mv -f .deps/htp_request_apache_2_2.Tpo .deps/htp_request_apache_2_2.Plo
  827. /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
  828. mv -f .deps/htp_request.Tpo .deps/htp_request.Plo
  829. /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
  830. 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
  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_parsers.lo -MD -MP -MF .deps/htp_request_parsers.Tpo -c htp_request_parsers.c  -DDLL_EXPORT -DPIC -o .libs/htp_request_parsers.o
  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_parsers.lo -MD -MP -MF .deps/htp_request_parsers.Tpo -c htp_request_parsers.c -o htp_request_parsers.o >/dev/null 2>&1
  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_generic.lo -MD -MP -MF .deps/htp_request_generic.Tpo -c htp_request_generic.c -o htp_request_generic.o >/dev/null 2>&1
  834. mv -f .deps/htp_request_parsers.Tpo .deps/htp_request_parsers.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_response.lo -MD -MP -MF .deps/htp_response.Tpo -c -o htp_response.lo htp_response.c
  836. mv -f .deps/htp_request_generic.Tpo .deps/htp_request_generic.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_response_generic.lo -MD -MP -MF .deps/htp_response_generic.Tpo -c -o htp_response_generic.lo htp_response_generic.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_response.lo -MD -MP -MF .deps/htp_response.Tpo -c htp_response.c  -DDLL_EXPORT -DPIC -o .libs/htp_response.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_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
  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_response.lo -MD -MP -MF .deps/htp_response.Tpo -c htp_response.c -o htp_response.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_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
  842. mv -f .deps/htp_response_generic.Tpo .deps/htp_response_generic.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_table.lo -MD -MP -MF .deps/htp_table.Tpo -c -o htp_table.lo htp_table.c
  844. mv -f .deps/htp_response.Tpo .deps/htp_response.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_transaction.lo -MD -MP -MF .deps/htp_transaction.Tpo -c -o htp_transaction.lo htp_transaction.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_table.lo -MD -MP -MF .deps/htp_table.Tpo -c htp_table.c  -DDLL_EXPORT -DPIC -o .libs/htp_table.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_transaction.lo -MD -MP -MF .deps/htp_transaction.Tpo -c htp_transaction.c  -DDLL_EXPORT -DPIC -o .libs/htp_transaction.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_table.lo -MD -MP -MF .deps/htp_table.Tpo -c htp_table.c -o htp_table.o >/dev/null 2>&1
  849. mv -f .deps/htp_table.Tpo .deps/htp_table.Plo
  850. 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
  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_transcoder.lo -MD -MP -MF .deps/htp_transcoder.Tpo -c -o htp_transcoder.lo htp_transcoder.c
  852. 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
  853. mv -f .deps/htp_transaction.Tpo .deps/htp_transaction.Plo
  854. /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
  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_transcoder.lo -MD -MP -MF .deps/htp_transcoder.Tpo -c htp_transcoder.c -o htp_transcoder.o >/dev/null 2>&1
  856. mv -f .deps/htp_transcoder.Tpo .deps/htp_transcoder.Plo
  857. /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
  858. 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
  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_urlencoded.lo -MD -MP -MF .deps/htp_urlencoded.Tpo -c htp_urlencoded.c -o htp_urlencoded.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_util.lo -MD -MP -MF .deps/htp_util.Tpo -c htp_util.c  -DDLL_EXPORT -DPIC -o .libs/htp_util.o
  861. mv -f .deps/htp_urlencoded.Tpo .deps/htp_urlencoded.Plo
  862. /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
  863. 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
  864. 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
  865. 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
  866. mv -f .deps/htp_utf8_decoder.Tpo .deps/htp_utf8_decoder.Plo
  867. /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
  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 strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c  -DDLL_EXPORT -DPIC -o .libs/strlcpy.o
  869. mv -f .deps/htp_util.Tpo .deps/htp_util.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 strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.lo strlcat.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 strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
  872. mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
  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 strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c  -DDLL_EXPORT -DPIC -o .libs/strlcat.o
  874. 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
  875. mv -f .deps/strlcat.Tpo .deps/strlcat.Plo
  876. /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
  877. 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
  878. libtool: link: ranlib .libs/libhtp-c.a
  879. libtool: link: ( cd ".libs" && rm -f "libhtp-c.la" && cp -pR "../libhtp-c.la" "libhtp-c.la" )
  880. /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
  881. libtool: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries; building static only
  882. libtool: link: (cd .libs/libhtp.lax/libhtp-c.a && ar x "/home/BlayneBradleyDev/suricata-4.1.4/libhtp/htp/./.libs/libhtp-c.a")
  883. 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
  884. libtool: link: ranlib .libs/libhtp.a
  885. libtool: link: rm -fr .libs/libhtp.lax
  886. libtool: link: ( cd ".libs" && rm -f "libhtp.la" && cp -pR "../libhtp.la" "libhtp.la" )
  887. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/htp'
  888. Making all in test
  889. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/test'
  890. make[4]: Nothing to be done for 'all'.
  891. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/test'
  892. Making all in docs
  893. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/docs'
  894. make[4]: Nothing to be done for 'all'.
  895. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp/docs'
  896. make[4]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  897. make[4]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  898. make[3]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  899. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/libhtp'
  900. Making all in rust
  901. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/rust'
  902. make[2]: Nothing to be done for 'all'.
  903. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/rust'
  904. Making all in src
  905. make[2]: Entering directory '/home/BlayneBradleyDev/suricata-4.1.4/src'
  906.  CC       alert-debuglog.o
  907.  CC       alert-fastlog.o
  908.  CC       alert-prelude.o
  909.  CC       alert-syslog.o
  910.  CC       alert-unified2-alert.o
  911.  CC       app-layer.o
  912.  CC       app-layer-dcerpc.o
  913.  CC       app-layer-dcerpc-udp.o
  914.  CC       app-layer-detect-proto.o
  915.  CC       app-layer-dnp3.o
  916.  CC       app-layer-dnp3-objects.o
  917.  CC       app-layer-dns-common.o
  918.  CC       app-layer-dns-tcp.o
  919.  CC       app-layer-dns-tcp-rust.o
  920.  CC       app-layer-dns-udp.o
  921.  CC       app-layer-dns-udp-rust.o
  922.  CC       app-layer-enip.o
  923.  CC       app-layer-enip-common.o
  924.  CC       app-layer-events.o
  925.  CC       app-layer-expectation.o
  926.  CC       app-layer-ftp.o
  927.  CC       app-layer-htp-body.o
  928.  CC       app-layer-htp.o
  929.  CC       app-layer-htp-file.o
  930.  CC       app-layer-htp-libhtp.o
  931.  CC       app-layer-htp-mem.o
  932.  CC       app-layer-htp-xff.o
  933.  CC       app-layer-modbus.o
  934.  CC       app-layer-parser.o
  935.  CC       app-layer-protos.o
  936.  CC       app-layer-smb2.o
  937.  CC       app-layer-smb.o
  938.  CC       app-layer-smb-tcp-rust.o
  939.  CC       app-layer-smtp.o
  940.  CC       app-layer-nfs-tcp.o
  941.  CC       app-layer-nfs-udp.o
  942.  CC       app-layer-ntp.o
  943.  CC       app-layer-register.o
  944.  CC       app-layer-tftp.o
  945.  CC       app-layer-ikev2.o
  946.  CC       app-layer-krb5.o
  947.  CC       app-layer-dhcp.o
  948.  CC       app-layer-template.o
  949.  CC       app-layer-template-rust.o
  950.  CC       app-layer-ssh.o
  951.  CC       app-layer-ssl.o
  952.  CC       conf.o
  953.  CC       conf-yaml-loader.o
  954.  CC       counters.o
  955.  CC       decode.o
  956.  CC       decode-afl.o
  957.  CC       decode-erspan.o
  958.  CC       decode-ethernet.o
  959.  CC       decode-events.o
  960.  CC       decode-gre.o
  961.  CC       decode-icmpv4.o
  962.  CC       decode-icmpv6.o
  963.  CC       decode-ipv4.o
  964.  CC       decode-ipv6.o
  965.  CC       decode-null.o
  966.  CC       decode-ppp.o
  967.  CC       decode-pppoe.o
  968.  CC       decode-raw.o
  969.  CC       decode-sctp.o
  970.  CC       decode-sll.o
  971.  CC       decode-tcp.o
  972.  CC       decode-teredo.o
  973.  CC       decode-udp.o
  974.  CC       decode-vlan.o
  975.  CC       decode-mpls.o
  976.  CC       decode-template.o
  977.  CC       defrag-config.o
  978.  CC       defrag.o
  979.  CC       defrag-hash.o
  980.  CC       defrag-queue.o
  981.  CC       defrag-timeout.o
  982.  CC       detect-ack.o
  983.  CC       detect-app-layer-event.o
  984.  CC       detect-app-layer-protocol.o
  985.  CC       detect-asn1.o
  986.  CC       detect-base64-data.o
  987.  CC       detect-base64-decode.o
  988.  CC       detect-bsize.o
  989.  CC       detect-byte-extract.o
  990.  CC       detect-bytejump.o
  991.  CC       detect-bytetest.o
  992.  CC       detect-bypass.o
  993.  CC       detect.o
  994.  CC       detect-classtype.o
  995.  CC       detect-content.o
  996.  CC       detect-csum.o
  997.  CC       detect-dce-iface.o
  998.  CC       detect-dce-opnum.o
  999.  CC       detect-dce-stub-data.o
  1000.  CC       detect-depth.o
  1001.  CC       detect-detection-filter.o
  1002.  CC       detect-distance.o
  1003.  CC       detect-dnp3.o
  1004.  CC       detect-dns-query.o
  1005.  CC       detect-tls-ja3-hash.o
  1006.  CC       detect-tls-ja3-string.o
  1007.  CC       detect-tls-sni.o
  1008.  CC       detect-tls-cert-issuer.o
  1009.  CC       detect-tls-cert-subject.o
  1010.  CC       detect-tls-cert-serial.o
  1011.  CC       detect-tls-cert-fingerprint.o
  1012.  CC       detect-dsize.o
  1013.  CC       detect-engine.o
  1014.  CC       detect-engine-address.o
  1015.  CC       detect-engine-address-ipv4.o
  1016.  CC       detect-engine-address-ipv6.o
  1017.  CC       detect-engine-alert.o
  1018.  CC       detect-engine-analyzer.o
  1019.  CC       detect-engine-build.o
  1020.  CC       detect-engine-content-inspection.o
  1021.  CC       detect-engine-dcepayload.o
  1022.  CC       detect-engine-dns.o
  1023.  CC       detect-engine-tls.o
  1024.  CC       detect-engine-modbus.o
  1025.  CC       detect-engine-enip.o
  1026.  CC       detect-engine-event.o
  1027.  CC       detect-engine-file.o
  1028.  CC       detect-engine-filedata.o
  1029.  CC       detect-engine-hcbd.o
  1030.  CC       detect-engine-hcd.o
  1031.  CC       detect-engine-hhhd.o
  1032.  CC       detect-engine-hmd.o
  1033.  CC       detect-engine-hrhd.o
  1034.  CC       detect-engine-hrhhd.o
  1035.  CC       detect-engine-hrud.o
  1036.  CC       detect-engine-hsbd.o
  1037.  CC       detect-engine-hscd.o
  1038.  CC       detect-engine-hsmd.o
  1039.  CC       detect-engine-hua.o
  1040.  CC       detect-engine-iponly.o
  1041.  CC       detect-engine-loader.o
  1042.  CC       detect-engine-mpm.o
  1043.  CC       detect-engine-payload.o
  1044.  CC       detect-engine-port.o
  1045.  CC       detect-engine-prefilter.o
  1046.  CC       detect-engine-prefilter-common.o
  1047.  CC       detect-engine-proto.o
  1048.  CC       detect-engine-profile.o
  1049.  CC       detect-engine-register.o
  1050.  CC       detect-engine-siggroup.o
  1051.  CC       detect-engine-sigorder.o
  1052.  CC       detect-engine-state.o
  1053.  CC       detect-engine-tag.o
  1054.  CC       detect-engine-threshold.o
  1055.  CC       detect-engine-uri.o
  1056.  CC       detect-fast-pattern.o
  1057.  CC       detect-file-data.o
  1058.  CC       detect-file-hash-common.o
  1059.  CC       detect-fileext.o
  1060.  CC       detect-filemagic.o
  1061.  CC       detect-filemd5.o
  1062.  CC       detect-filesha1.o
  1063.  CC       detect-filesha256.o
  1064.  CC       detect-filename.o
  1065.  CC       detect-filesize.o
  1066.  CC       detect-filestore.o
  1067.  CC       detect-flags.o
  1068.  CC       detect-flowbits.o
  1069.  CC       detect-flow.o
  1070.  CC       detect-flowint.o
  1071.  CC       detect-flowvar.o
  1072.  CC       detect-fragbits.o
  1073.  CC       detect-fragoffset.o
  1074.  CC       detect-ftpbounce.o
  1075.  CC       detect-geoip.o
  1076.  CC       detect-gid.o
  1077.  CC       detect-hostbits.o
  1078.  CC       detect-http-accept.o
  1079.  CC       detect-http-accept-enc.o
  1080.  CC       detect-http-accept-lang.o
  1081.  CC       detect-http-client-body.o
  1082.  CC       detect-http-connection.o
  1083.  CC       detect-http-content-len.o
  1084.  CC       detect-http-content-type.o
  1085.  CC       detect-http-cookie.o
  1086.  CC       detect-http-header.o
  1087.  CC       detect-http-headers.o
  1088.  CC       detect-http-header-common.o
  1089.  CC       detect-http-header-names.o
  1090.  CC       detect-http-hh.o
  1091.  CC       detect-http-hrh.o
  1092.  CC       detect-http-method.o
  1093.  CC       detect-http-protocol.o
  1094.  CC       detect-http-raw-header.o
  1095.  CC       detect-http-raw-uri.o
  1096.  CC       detect-http-referer.o
  1097.  CC       detect-http-request-line.o
  1098.  CC       detect-http-response-line.o
  1099.  CC       detect-http-server-body.o
  1100.  CC       detect-http-start.o
  1101.  CC       detect-http-stat-code.o
  1102.  CC       detect-http-stat-msg.o
  1103.  CC       detect-http-ua.o
  1104.  CC       detect-http-uri.o
  1105.  CC       detect-icmp-id.o
  1106.  CC       detect-icmp-seq.o
  1107.  CC       detect-icode.o
  1108.  CC       detect-id.o
  1109.  CC       detect-ipopts.o
  1110.  CC       detect-ipproto.o
  1111.  CC       detect-iprep.o
  1112.  CC       detect-isdataat.o
  1113.  CC       detect-itype.o
  1114.  CC       detect-krb5-cname.o
  1115.  CC       detect-krb5-errcode.o
  1116.  CC       detect-krb5-msgtype.o
  1117.  CC       detect-krb5-sname.o
  1118.  CC       detect-l3proto.o
  1119.  CC       detect-lua.o
  1120.  CC       detect-lua-extensions.o
  1121.  CC       detect-mark.o
  1122.  CC       detect-metadata.o
  1123.  CC       detect-msg.o
  1124.  CC       detect-nfs-procedure.o
  1125.  CC       detect-nfs-version.o
  1126.  CC       detect-noalert.o
  1127.  CC       detect-nocase.o
  1128.  CC       detect-offset.o
  1129.  CC       detect-parse.o
  1130.  CC       detect-pcre.o
  1131.  CC       detect-pkt-data.o
  1132.  CC       detect-pktvar.o
  1133.  CC       detect-prefilter.o
  1134.  CC       detect-priority.o
  1135.  CC       detect-rawbytes.o
  1136.  CC       detect-reference.o
  1137.  CC       detect-replace.o
  1138.  CC       detect-rev.o
  1139.  CC       detect-rpc.o
  1140.  CC       detect-sameip.o
  1141.  CC       detect-seq.o
  1142.  CC       detect-sid.o
  1143.  CC       detect-ssh-proto.o
  1144.  CC       detect-ssh-proto-version.o
  1145.  CC       detect-ssh-software.o
  1146.  CC       detect-ssh-software-version.o
  1147.  CC       detect-smb-share.o
  1148.  CC       detect-ssl-state.o
  1149.  CC       detect-ssl-version.o
  1150.  CC       detect-stream_size.o
  1151.  CC       detect-tag.o
  1152.  CC       detect-target.o
  1153.  CC       detect-template.o
  1154.  CC       detect-template2.o
  1155.  CC       detect-ftpdata.o
  1156.  CC       detect-template-rust-buffer.o
  1157.  CC       detect-template-buffer.o
  1158.  CC       detect-threshold.o
  1159.  CC       detect-tls.o
  1160.  CC       detect-tls-cert-validity.o
  1161.  CC       detect-tls-version.o
  1162.  CC       detect-tos.o
  1163.  CC       detect-transform-compress-whitespace.o
  1164.  CC       detect-transform-strip-whitespace.o
  1165.  CC       detect-transform-sha256.o
  1166.  CC       detect-ttl.o
  1167.  CC       detect-uricontent.o
  1168.  CC       detect-urilen.o
  1169.  CC       detect-window.o
  1170.  CC       detect-within.o
  1171.  CC       detect-modbus.o
  1172.  CC       detect-xbits.o
  1173.  CC       detect-cipservice.o
  1174.  CC       device-storage.o
  1175.  CC       flow-bit.o
  1176.  CC       flow.o
  1177.  CC       flow-bypass.o
  1178.  CC       flow-hash.o
  1179.  CC       flow-manager.o
  1180.  CC       flow-queue.o
  1181.  CC       flow-storage.o
  1182.  CC       flow-timeout.o
  1183.  CC       flow-util.o
  1184.  CC       flow-var.o
  1185.  CC       flow-worker.o
  1186.  CC       host.o
  1187.  CC       host-bit.o
  1188.  CC       host-queue.o
  1189.  CC       host-storage.o
  1190.  CC       host-timeout.o
  1191.  CC       ippair.o
  1192.  CC       ippair-bit.o
  1193.  CC       ippair-queue.o
  1194.  CC       ippair-storage.o
  1195.  CC       ippair-timeout.o
  1196.  CC       log-dnslog.o
  1197.  CC       log-droplog.o
  1198.  CC       log-file.o
  1199.  CC       log-filestore.o
  1200.  CC       log-cf-common.o
  1201.  CC       log-httplog.o
  1202.  CC       log-pcap.o
  1203.  CC       log-stats.o
  1204.  CC       log-tcp-data.o
  1205.  CC       log-tlslog.o
  1206.  CC       log-tlsstore.o
  1207.  CC       output.o
  1208.  CC       output-file.o
  1209.  CC       output-filedata.o
  1210.  CC       output-filestore.o
  1211.  CC       output-flow.o
  1212.  CC       output-json-alert.o
  1213.  CC       output-json-dns.o
  1214.  CC       output-json-dnp3.o
  1215.  CC       output-json-dnp3-objects.o
  1216.  CC       output-json-drop.o
  1217.  CC       output-json-email-common.o
  1218.  CC       output-json-file.o
  1219.  CC       output-json-flow.o
  1220.  CC       output-json-netflow.o
  1221.  CC       output-json-http.o
  1222.  CC       output-json-smtp.o
  1223.  CC       output-json-ssh.o
  1224.  CC       output-json-stats.o
  1225.  CC       output-json-tls.o
  1226.  CC       output-json-nfs.o
  1227.  CC       output-json-tftp.o
  1228.  CC       output-json-smb.o
  1229.  CC       output-json-ikev2.o
  1230.  CC       output-json-krb5.o
  1231.  CC       output-json-dhcp.o
  1232.  CC       output-json-template.o
  1233.  CC       output-json-template-rust.o
  1234.  CC       output-json-metadata.o
  1235.  CC       output-lua.o
  1236.  CC       output-packet.o
  1237.  CC       output-stats.o
  1238.  CC       output-streaming.o
  1239.  CC       output-tx.o
  1240.  CC       output-json.o
  1241.  CC       output-json-common.o
  1242.  CC       packet-queue.o
  1243.  CC       pkt-var.o
  1244.  CC       reputation.o
  1245.  CC       respond-reject.o
  1246.  CC       respond-reject-libnet11.o
  1247.  CC       runmode-af-packet.o
  1248.  CC       runmode-erf-dag.o
  1249.  CC       runmode-erf-file.o
  1250.  CC       runmode-ipfw.o
  1251.  CC       runmode-napatech.o
  1252.  CC       runmode-netmap.o
  1253.  CC       runmode-nfq.o
  1254.  CC       runmode-nflog.o
  1255.  CC       runmode-pcap.o
  1256.  CC       runmode-pcap-file.o
  1257.  CC       runmode-pfring.o
  1258.  CC       runmode-unittests.o
  1259.  CC       runmode-unix-socket.o
  1260.  CC       runmode-tile.o
  1261.  CC       runmode-windivert.o
  1262.  CC       runmodes.o
  1263.  CC       source-af-packet.o
  1264.  CC       source-erf-dag.o
  1265.  CC       source-erf-file.o
  1266.  CC       source-ipfw.o
  1267.  CC       source-mpipe.o
  1268.  CC       source-napatech.o
  1269.  CC       source-netmap.o
  1270.  CC       source-nfq.o
  1271.  CC       source-nflog.o
  1272.  CC       source-pcap.o
  1273.  CC       source-pcap-file.o
  1274.  CC       source-pcap-file-directory-helper.o
  1275.  CC       source-pcap-file-helper.o
  1276.  CC       source-pfring.o
  1277.  CC       source-windivert.o
  1278.  CC       stream.o
  1279.  CC       stream-tcp.o
  1280.  CC       stream-tcp-inline.o
  1281.  CC       stream-tcp-list.o
  1282.  CC       stream-tcp-reassemble.o
  1283.  CC       stream-tcp-sack.o
  1284.  CC       stream-tcp-util.o
  1285.  CC       suricata.o
  1286.  CC       threads.o
  1287.  CC       tm-modules.o
  1288.  CC       tmqh-flow.o
  1289.  CC       tmqh-nfq.o
  1290.  CC       tmqh-packetpool.o
  1291.  CC       tmqh-simple.o
  1292.  CC       tm-queuehandlers.o
  1293.  CC       tm-queues.o
  1294.  CC       tm-threads.o
  1295.  CC       unix-manager.o
  1296.  CC       util-action.o
  1297.  CC       util-atomic.o
  1298.  CC       util-base64.o
  1299.  CC       util-bloomfilter-counting.o
  1300.  CC       util-bloomfilter.o
  1301.  CC       util-bpf.o
  1302.  CC       util-buffer.o
  1303.  CC       util-byte.o
  1304.  CC       util-checksum.o
  1305.  CC       util-cidr.o
  1306.  CC       util-classification-config.o
  1307.  CC       util-conf.o
  1308.  CC       util-coredump-config.o
  1309.  CC       util-cpu.o
  1310.  CC       util-crypt.o
  1311.  CC       util-daemon.o
  1312.  CC       util-debug.o
  1313.  CC       util-debug-filters.o
  1314. util-debug.c:81:37: warning: initialization of 'pthread_mutex_t' {aka 'long long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  1315.   81 | static SCMutex sc_log_stream_lock = NULL;
  1316.      |                                     ^~~~
  1317. util-debug.c: In function 'SCLogDeInitLogModule':
  1318. util-debug.c:1489:25: warning: comparison between pointer and integer
  1319. 1489 |  if (sc_log_stream_lock != NULL) {
  1320.      |                         ^~
  1321. util-debug.c:1491:22: warning: assignment to 'pthread_mutex_t' {aka 'long long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  1322. 1491 |   sc_log_stream_lock = NULL;
  1323.      |                      ^
  1324.  CC       util-decode-asn1.o
  1325.  CC       util-decode-der.o
  1326.  CC       util-decode-der-get.o
  1327.  CC       util-decode-mime.o
  1328.  CC       util-detect.o
  1329.  CC       util-device.o
  1330.  CC       util-ebpf.o
  1331.  CC       util-enum.o
  1332.  CC       util-error.o
  1333.  CC       util-file.o
  1334.  CC       util-file-decompression.o
  1335.  CC       util-file-swf-decompression.o
  1336.  CC       util-fix_checksum.o
  1337.  CC       util-fmemopen.o
  1338.  CC       util-hash.o
  1339.  CC       util-hashlist.o
  1340.  CC       util-hash-lookup3.o
  1341.  CC       util-hash-string.o
  1342.  CC       util-host-os-info.o
  1343.  CC       util-host-info.o
  1344.  CC       util-hyperscan.o
  1345.  CC       util-ioctl.o
  1346.  CC       util-ip.o
  1347.  CC       util-ja3.o
  1348.  CC       util-logopenfile.o
  1349.  CC       util-logopenfile-tile.o
  1350.  CC       util-log-redis.o
  1351.  CC       util-lua.o
  1352.  CC       util-luajit.o
  1353.  CC       util-lua-common.o
  1354.  CC       util-lua-dnp3.o
  1355.  CC       util-lua-dnp3-objects.o
  1356.  CC       util-lua-dns.o
  1357.  CC       util-lua-http.o
  1358.  CC       util-lua-ja3.o
  1359.  CC       util-lua-tls.o
  1360.  CC       util-lua-ssh.o
  1361.  CC       util-lua-smtp.o
  1362.  CC       util-magic.o
  1363.  CC       util-memcmp.o
  1364.  CC       util-memrchr.o
  1365.  CC       util-misc.o
  1366.  CC       util-mpm-ac-bs.o
  1367.  CC       util-mpm-ac.o
  1368.  CC       util-mpm-ac-tile.o
  1369.  CC       util-mpm-ac-tile-small.o
  1370.  CC       util-mpm-hs.o
  1371.  CC       util-mpm.o
  1372.  CC       util-napatech.o
  1373.  CC       util-pages.o
  1374.  CC       util-path.o
  1375.  CC       util-pidfile.o
  1376.  CC       util-pool.o
  1377.  CC       util-pool-thread.o
  1378.  CC       util-prefilter.o
  1379.  CC       util-print.o
  1380.  CC       util-privs.o
  1381.  CC       util-profiling.o
  1382.  CC       util-profiling-keywords.o
  1383.  CC       util-profiling-locks.o
  1384.  CC       util-profiling-prefilter.o
  1385.  CC       util-profiling-rulegroups.o
  1386.  CC       util-profiling-rules.o
  1387.  CC       util-proto-name.o
  1388.  CC       util-radix-tree.o
  1389.  CC       util-random.o
  1390.  CC       util-reference-config.o
  1391.  CC       util-rohash.o
  1392.  CC       util-rule-vars.o
  1393.  CC       util-runmodes.o
  1394.  CC       util-running-modes.o
  1395.  CC       util-signal.o
  1396.  CC       util-spm-bm.o
  1397.  CC       util-spm-bs2bm.o
  1398.  CC       util-spm-bs.o
  1399.  CC       util-spm-hs.o
  1400.  CC       util-spm.o
  1401.  CC       util-storage.o
  1402.  CC       util-streaming-buffer.o
  1403.  CC       util-strlcatu.o
  1404.  CC       util-strlcpyu.o
  1405.  CC       util-strptime.o
  1406.  CC       util-syslog.o
  1407.  CC       util-threshold-config.o
  1408.  CC       util-time.o
  1409.  CC       util-unittest.o
  1410. util-time.c: In function 'SCUtcTime':
  1411. util-time.c:222:12: error: implicit declaration of function 'gmtime_r'; did you mean 'gmtime_s'? [-Werror=implicit-function-declaration]
  1412.  222 |     return gmtime_r(&timep, result);
  1413.      |            ^~~~~~~~
  1414.      |            gmtime_s
  1415. util-time.c:222:12: warning: returning 'int' from a function with return type 'struct tm *' makes pointer from integer without a cast [-Wint-conversion]
  1416.  222 |     return gmtime_r(&timep, result);
  1417.      |            ^~~~~~~~~~~~~~~~~~~~~~~~
  1418. util-time.c: In function 'SCLocalTime':
  1419. util-time.c:305:9: error: implicit declaration of function 'localtime_r'; did you mean 'localtime_s'? [-Werror=implicit-function-declaration]
  1420.  305 |         localtime_r(&timep, &cached_local_tm[lru]);
  1421.      |         ^~~~~~~~~~~
  1422.      |         localtime_s
  1423. util-time.c:321:56: warning: comparison between pointer and integer
  1424.  321 |         if (localtime_r(&timep, &cached_local_tm[lru]) == NULL)
  1425.      |                                                        ^~
  1426. cc1.exe: some warnings being treated as errors
  1427. make[2]: *** [Makefile:1779: util-time.o] Error 1
  1428. make[2]: *** Waiting for unfinished jobs....
  1429. make[2]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4/src'
  1430. make[1]: *** [Makefile:499: all-recursive] Error 1
  1431. make[1]: Leaving directory '/home/BlayneBradleyDev/suricata-4.1.4'
  1432. make: *** [Makefile:425: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement