Advertisement
Guest User

libaacs compile logs

a guest
Jun 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 178.02 KB | None | 0 0
  1. libgcrypt-1.7.3/cipher/tiger.c
  2. libgcrypt-1.7.3/cipher/sha512-arm.S
  3. libgcrypt-1.7.3/cipher/sha256-ssse3-amd64.S
  4. libgcrypt-1.7.3/cipher/poly1305-internal.h
  5. libgcrypt-1.7.3/cipher/camellia.h
  6. libgcrypt-1.7.3/cipher/sha512-armv7-neon.S
  7. libgcrypt-1.7.3/cipher/cipher-gcm.c
  8. libgcrypt-1.7.3/cipher/hash-common.c
  9. libgcrypt-1.7.3/cipher/sha512-avx-amd64.S
  10. libgcrypt-1.7.3/cipher/chacha20-ssse3-amd64.S
  11. libgcrypt-1.7.3/cipher/pubkey-internal.h
  12. libgcrypt-1.7.3/cipher/sha1-armv8-aarch32-ce.S
  13. libgcrypt-1.7.3/cipher/Makefile.am
  14. libgcrypt-1.7.3/cipher/sha512-ssse3-amd64.S
  15. libgcrypt-1.7.3/cipher/sha1.c
  16. libgcrypt-1.7.3/cipher/cipher-ofb.c
  17. libgcrypt-1.7.3/cipher/Makefile.in
  18. libgcrypt-1.7.3/cipher/idea.c
  19. libgcrypt-1.7.3/cipher/rsa.c
  20. libgcrypt-1.7.3/cipher/sha1.h
  21. libgcrypt-1.7.3/cipher/kdf.c
  22. libgcrypt-1.7.3/cipher/serpent-sse2-amd64.S
  23. libgcrypt-1.7.3/cipher/cipher-ocb.c
  24. libgcrypt-1.7.3/cipher/sha512-avx2-bmi2-amd64.S
  25. libgcrypt-1.7.3/cipher/blowfish-amd64.S
  26. libgcrypt-1.7.3/cipher/camellia.c
  27. libgcrypt-1.7.3/cipher/twofish-amd64.S
  28. libgcrypt-1.7.3/cipher/serpent.c
  29. libgcrypt-1.7.3/cipher/arcfour.c
  30. libgcrypt-1.7.3/cipher/md5.c
  31. libgcrypt-1.7.3/cipher/mac-cmac.c
  32. libgcrypt-1.7.3/cipher/cipher-cmac.c
  33. libgcrypt-1.7.3/cipher/cipher-gcm-armv8-aarch32-ce.S
  34. libgcrypt-1.7.3/cipher/seed.c
  35. libgcrypt-1.7.3/cipher/rijndael-armv8-aarch32-ce.S
  36. libgcrypt-1.7.3/cipher/gost-s-box.c
  37. libgcrypt-1.7.3/cipher/des.c
  38. libgcrypt-1.7.3/cipher/hash-common.h
  39. libgcrypt-1.7.3/cipher/rijndael-padlock.c
  40. libgcrypt-1.7.3/cipher/rmd160.c
  41. libgcrypt-1.7.3/cipher/camellia-arm.S
  42. libgcrypt-1.7.3/cipher/gost28147.c
  43. libgcrypt-1.7.3/cipher/serpent-avx2-amd64.S
  44. libgcrypt-1.7.3/cipher/dsa.c
  45. libgcrypt-1.7.3/cipher/hmac-tests.c
  46. libgcrypt-1.7.3/cipher/blowfish-arm.S
  47. libgcrypt-1.7.3/cipher/chacha20.c
  48. libgcrypt-1.7.3/cipher/kdf-internal.h
  49. libgcrypt-1.7.3/cipher/rijndael-tables.h
  50. libgcrypt-1.7.3/cipher/sha512.c
  51. libgcrypt-1.7.3/cipher/ecc-eddsa.c
  52. libgcrypt-1.7.3/cipher/cipher-aeswrap.c
  53. libgcrypt-1.7.3/cipher/mac-gmac.c
  54. libgcrypt-1.7.3/cipher/md.c
  55. libgcrypt-1.7.3/cipher/rijndael-arm.S
  56. libgcrypt-1.7.3/cipher/primegen.c
  57. libgcrypt-1.7.3/cipher/crc-intel-pclmul.c
  58. libgcrypt-1.7.3/cipher/cast5-arm.S
  59. libgcrypt-1.7.3/cipher/mac-hmac.c
  60. libgcrypt-1.7.3/cipher/chacha20-avx2-amd64.S
  61. libgcrypt-1.7.3/cipher/gost.h
  62. libgcrypt-1.7.3/cipher/cipher-gcm-intel-pclmul.c
  63. daniel@Daniel-college-laptop:~/libaacs$ cd libgcrypt-1.7.3/
  64. daniel@Daniel-college-laptop:~/libaacs/libgcrypt-1.7.3$ ./configure --host=x86_64-w64-mingw32 --with-gpg-error-prefix=/libaacs/build-64 --prefix=/libaacs/build-64
  65. checking for a BSD-compatible install... /usr/bin/install -c
  66. checking whether build environment is sane... yes
  67. checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
  68. checking for a thread-safe mkdir -p... /bin/mkdir -p
  69. checking for gawk... no
  70. checking for mawk... mawk
  71. checking whether make sets $(MAKE)... yes
  72. checking whether make supports nested variables... yes
  73. checking build system type... x86_64-pc-linux-gnu
  74. checking host system type... x86_64-w64-mingw32
  75. checking whether to enable maintainer-specific portions of Makefiles... no
  76. checking whether make supports nested variables... (cached) yes
  77. checking whether make sets $(MAKE)... (cached) yes
  78. checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
  79. checking whether the C compiler works... yes
  80. checking for C compiler default output file name... a.exe
  81. checking for suffix of executables... .exe
  82. checking whether we are cross compiling... yes
  83. checking for suffix of object files... o
  84. checking whether we are using the GNU C compiler... yes
  85. checking whether x86_64-w64-mingw32-gcc accepts -g... yes
  86. checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
  87. checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
  88. checking for style of include used by make... GNU
  89. checking dependency style of x86_64-w64-mingw32-gcc... gcc3
  90. checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
  91. checking dependency style of x86_64-w64-mingw32-gcc... gcc3
  92. checking for library containing strerror... none required
  93. checking for gawk... (cached) mawk
  94. checking for grep that handles long lines and -e... /bin/grep
  95. checking for egrep... /bin/grep -E
  96. checking for ANSI C header files... yes
  97. checking for sys/types.h... yes
  98. checking for sys/stat.h... yes
  99. checking for stdlib.h... yes
  100. checking for string.h... yes
  101. checking for memory.h... yes
  102. checking for strings.h... yes
  103. checking for inttypes.h... yes
  104. checking for stdint.h... yes
  105. checking for unistd.h... yes
  106. checking minix/config.h usability... no
  107. checking minix/config.h presence... no
  108. checking for minix/config.h... no
  109. checking whether it is safe to define __EXTENSIONS__... yes
  110. checking for cc for build... cc
  111. checking how to print strings... printf
  112. checking for a sed that does not truncate output... /bin/sed
  113. checking for fgrep... /bin/grep -F
  114. checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
  115. checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
  116. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
  117. checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
  118. checking whether ln -s works... yes
  119. checking the maximum length of command line arguments... 1572864
  120. checking whether the shell understands some XSI constructs... yes
  121. checking whether the shell understands "+="... yes
  122. checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
  123. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  124. checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
  125. checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
  126. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  127. checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
  128. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  129. checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
  130. checking for archiver @FILE support... @
  131. checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
  132. checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
  133. checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
  134. checking for sysroot... no
  135. checking for x86_64-w64-mingw32-mt... no
  136. checking for mt... mt
  137. configure: WARNING: using cross tools not prefixed with host triplet
  138. checking if mt is a manifest tool... no
  139. checking for dlfcn.h... no
  140. checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
  141. checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
  142. checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
  143. checking for objdir... .libs
  144. checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
  145. checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  146. checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  147. checking if x86_64-w64-mingw32-gcc static flag -static works... yes
  148. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
  149. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
  150. checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
  151. checking whether -lc should be explicitly linked in... yes
  152. checking dynamic linker characteristics... Win32 ld.exe
  153. checking how to hardcode library paths into programs... immediate
  154. checking whether stripping libraries is possible... yes
  155. checking if libtool supports shared libraries... yes
  156. checking whether to build shared libraries... yes
  157. checking whether to build static libraries... no
  158. checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
  159. checking whether byte ordering is bigendian... no
  160. checking size of unsigned short... 2
  161. checking size of unsigned int... 4
  162. checking size of unsigned long... 4
  163. checking size of unsigned long long... 8
  164. checking size of void *... 8
  165. checking for uintptr_t... yes
  166. checking for UINT64_C... yes
  167. checking size of uint64_t... 8
  168. checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147 chacha20
  169. checking which public-key ciphers to include... dsa elgamal rsa ecc
  170. checking which message digests to include... crc gostr3411-94 md4 md5 rmd160 sha1 sha256 sha512 sha3 tiger whirlpool stribog
  171. checking which key derivation functions to include... s2k pkdf2 scrypt
  172. checking which random module to use... default
  173. checking whether use of /dev/random is requested... yes
  174. checking whether the experimental random daemon is requested... no
  175. checking whether MPI assembler modules are requested... yes
  176. checking whether memory guard is requested... no
  177. checking whether to run large data tests... no
  178. checking whether use of capabilities is requested... no
  179. checking whether a HMAC binary check is requested... no
  180. checking whether padlock support is requested... yes
  181. checking whether AESNI support is requested... yes
  182. checking whether PCLMUL support is requested... yes
  183. checking whether SSE4.1 support is requested... yes
  184. checking whether DRNG support is requested... yes
  185. checking whether AVX support is requested... yes
  186. checking whether AVX2 support is requested... yes
  187. checking whether NEON support is requested... yes
  188. checking whether ARMv8 Crypto Extension support is requested... yes
  189. checking whether a -O flag munging is requested... yes
  190. checking whether to enable AMD64 as(1) feature detection... yes
  191. checking for gpg-error-config... /libaacs/build-64/bin/gpg-error-config
  192. checking for GPG Error - version >= 1.13... no
  193. configure: error: libgpg-error is needed.
  194. See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
  195. daniel@Daniel-college-laptop:~/libaacs/libgcrypt-1.7.3$ ./configure --host=x86_64-w64-mingw32 --with-gpg-error-prefix=/home/daniel/libaacs/build-64 --prefix=/home/daniel/libaacs/build-64
  196. checking for a BSD-compatible install... /usr/bin/install -c
  197. checking whether build environment is sane... yes
  198. checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
  199. checking for a thread-safe mkdir -p... /bin/mkdir -p
  200. checking for gawk... no
  201. checking for mawk... mawk
  202. checking whether make sets $(MAKE)... yes
  203. checking whether make supports nested variables... yes
  204. checking build system type... x86_64-pc-linux-gnu
  205. checking host system type... x86_64-w64-mingw32
  206. checking whether to enable maintainer-specific portions of Makefiles... no
  207. checking whether make supports nested variables... (cached) yes
  208. checking whether make sets $(MAKE)... (cached) yes
  209. checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
  210. checking whether the C compiler works... yes
  211. checking for C compiler default output file name... a.exe
  212. checking for suffix of executables... .exe
  213. checking whether we are cross compiling... yes
  214. checking for suffix of object files... o
  215. checking whether we are using the GNU C compiler... yes
  216. checking whether x86_64-w64-mingw32-gcc accepts -g... yes
  217. checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
  218. checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
  219. checking for style of include used by make... GNU
  220. checking dependency style of x86_64-w64-mingw32-gcc... gcc3
  221. checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
  222. checking dependency style of x86_64-w64-mingw32-gcc... gcc3
  223. checking for library containing strerror... none required
  224. checking for gawk... (cached) mawk
  225. checking for grep that handles long lines and -e... /bin/grep
  226. checking for egrep... /bin/grep -E
  227. checking for ANSI C header files... yes
  228. checking for sys/types.h... yes
  229. checking for sys/stat.h... yes
  230. checking for stdlib.h... yes
  231. checking for string.h... yes
  232. checking for memory.h... yes
  233. checking for strings.h... yes
  234. checking for inttypes.h... yes
  235. checking for stdint.h... yes
  236. checking for unistd.h... yes
  237. checking minix/config.h usability... no
  238. checking minix/config.h presence... no
  239. checking for minix/config.h... no
  240. checking whether it is safe to define __EXTENSIONS__... yes
  241. checking for cc for build... cc
  242. checking how to print strings... printf
  243. checking for a sed that does not truncate output... /bin/sed
  244. checking for fgrep... /bin/grep -F
  245. checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
  246. checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
  247. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
  248. checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
  249. checking whether ln -s works... yes
  250. checking the maximum length of command line arguments... 1572864
  251. checking whether the shell understands some XSI constructs... yes
  252. checking whether the shell understands "+="... yes
  253. checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
  254. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  255. checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
  256. checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
  257. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  258. checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
  259. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  260. checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
  261. checking for archiver @FILE support... @
  262. checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
  263. checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
  264. checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
  265. checking for sysroot... no
  266. checking for x86_64-w64-mingw32-mt... no
  267. checking for mt... mt
  268. configure: WARNING: using cross tools not prefixed with host triplet
  269. checking if mt is a manifest tool... no
  270. checking for dlfcn.h... no
  271. checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
  272. checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
  273. checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
  274. checking for objdir... .libs
  275. checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
  276. checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  277. checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  278. checking if x86_64-w64-mingw32-gcc static flag -static works... yes
  279. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
  280. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
  281. checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
  282. checking whether -lc should be explicitly linked in... yes
  283. checking dynamic linker characteristics... Win32 ld.exe
  284. checking how to hardcode library paths into programs... immediate
  285. checking whether stripping libraries is possible... yes
  286. checking if libtool supports shared libraries... yes
  287. checking whether to build shared libraries... yes
  288. checking whether to build static libraries... no
  289. checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
  290. checking whether byte ordering is bigendian... no
  291. checking size of unsigned short... 2
  292. checking size of unsigned int... 4
  293. checking size of unsigned long... 4
  294. checking size of unsigned long long... 8
  295. checking size of void *... 8
  296. checking for uintptr_t... yes
  297. checking for UINT64_C... yes
  298. checking size of uint64_t... 8
  299. checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147 chacha20
  300. checking which public-key ciphers to include... dsa elgamal rsa ecc
  301. checking which message digests to include... crc gostr3411-94 md4 md5 rmd160 sha1 sha256 sha512 sha3 tiger whirlpool stribog
  302. checking which key derivation functions to include... s2k pkdf2 scrypt
  303. checking which random module to use... default
  304. checking whether use of /dev/random is requested... yes
  305. checking whether the experimental random daemon is requested... no
  306. checking whether MPI assembler modules are requested... yes
  307. checking whether memory guard is requested... no
  308. checking whether to run large data tests... no
  309. checking whether use of capabilities is requested... no
  310. checking whether a HMAC binary check is requested... no
  311. checking whether padlock support is requested... yes
  312. checking whether AESNI support is requested... yes
  313. checking whether PCLMUL support is requested... yes
  314. checking whether SSE4.1 support is requested... yes
  315. checking whether DRNG support is requested... yes
  316. checking whether AVX support is requested... yes
  317. checking whether AVX2 support is requested... yes
  318. checking whether NEON support is requested... yes
  319. checking whether ARMv8 Crypto Extension support is requested... yes
  320. checking whether a -O flag munging is requested... yes
  321. checking whether to enable AMD64 as(1) feature detection... yes
  322. checking for gpg-error-config... /home/daniel/libaacs/build-64/bin/gpg-error-config
  323. checking for GPG Error - version >= 1.13... yes (1.25)
  324. checking for library containing setsockopt... no
  325. checking for library containing setsockopt... (cached) no
  326. checking for library containing setsockopt... (cached) no
  327. checking for ANSI C header files... (cached) yes
  328. checking for unistd.h... (cached) yes
  329. checking sys/select.h usability... no
  330. checking sys/select.h presence... no
  331. checking for sys/select.h... no
  332. checking sys/msg.h usability... no
  333. checking sys/msg.h presence... no
  334. checking for sys/msg.h... no
  335. checking for an ANSI C-conforming const... yes
  336. checking for inline... inline
  337. checking for size_t... yes
  338. checking return type of signal handlers... void
  339. checking whether sys_siglist is declared... no
  340. checking for pid_t... yes
  341. checking for byte typedef... no
  342. checking for ushort typedef... no
  343. checking for ulong typedef... no
  344. checking for u16 typedef... no
  345. checking for u32 typedef... no
  346. checking sys/socket.h usability... no
  347. checking sys/socket.h presence... no
  348. checking for sys/socket.h... no
  349. checking winsock2.h usability... yes
  350. checking winsock2.h presence... yes
  351. checking for winsock2.h... yes
  352. checking ws2tcpip.h usability... yes
  353. checking ws2tcpip.h presence... yes
  354. checking for ws2tcpip.h... yes
  355. checking for socklen_t... yes
  356. checking for __builtin_bswap32... yes
  357. checking for __builtin_bswap64... yes
  358. checking for __builtin_ctz... yes
  359. checking whether the variable length arrays are supported... yes
  360. checking whether the visibility attribute is supported... no
  361. checking whether the GCC style aligned attribute is supported... yes
  362. checking whether the GCC style packed attribute is supported... yes
  363. checking whether 'asm' assembler keyword is supported... yes
  364. checking whether '__asm__' assembler keyword is supported... yes
  365. checking whether inline assembly memory barrier is supported... yes
  366. checking whether GCC assembler is compatible for ARM assembly implementations... no
  367. checking for _ prefix in compiled symbols... no
  368. checking architecture and mpi assembler functions... x86
  369. checking whether compiler supports 'ms_abi' function attribute... yes
  370. checking whether compiler supports 'sysv_abi' function attribute... yes
  371. checking whether default calling convention is 'ms_abi'... yes
  372. checking whether default calling convention is 'sysv_abi'... no
  373. checking whether GCC inline assembler supports SSSE3 instructions... yes
  374. checking whether GCC inline assembler supports PCLMUL instructions... yes
  375. checking whether GCC inline assembler supports SSE4.1 instructions... yes
  376. checking whether GCC inline assembler supports AVX instructions... yes
  377. checking whether GCC inline assembler supports AVX2 instructions... yes
  378. checking whether GCC inline assembler supports BMI2 instructions... yes
  379. checking whether GCC assembler handles division correctly... yes
  380. checking whether GCC assembler is compatible for amd64 assembly implementations... no
  381. checking whether GCC assembler is compatible for WIN64 assembly implementations... yes
  382. checking whether GCC assembler is compatible for Intel syntax assembly implementations... yes
  383. checking whether compiler is configured for ARMv6 or newer architecture... n/a
  384. checking whether GCC inline assembler supports NEON instructions... n/a
  385. checking whether GCC inline assembler supports AArch32 Crypto Extension instructions... n/a
  386. checking whether GCC inline assembler supports AArch64 NEON instructions... n/a
  387. checking whether GCC inline assembler supports AArch64 Crypto Extension instructions... n/a
  388. checking for vprintf... yes
  389. checking for _doprnt... no
  390. checking for stpcpy... no
  391. checking for strcasecmp... yes
  392. checking for strtoul... yes
  393. checking for memmove... yes
  394. checking for stricmp... yes
  395. checking for atexit... yes
  396. checking for raise... yes
  397. checking for strerror... yes
  398. checking for rand... yes
  399. checking for mmap... no
  400. checking for getpagesize... yes
  401. checking for sysconf... no
  402. checking for waitpid... no
  403. checking for wait4... no
  404. checking for gettimeofday... yes
  405. checking for getrusage... no
  406. checking for gethrtime... no
  407. checking for clock_gettime... no
  408. checking for syslog... no
  409. checking for syscall... no
  410. checking for fcntl... no
  411. checking for ftruncate... yes
  412. checking for flockfile... no
  413. checking for mlock... no
  414. checking sys/mman.h usability... no
  415. checking sys/mman.h presence... no
  416. checking for sys/mman.h... no
  417. checking for getpid... yes
  418. checking for clock... yes
  419. checking for random device... (cached) no
  420. checking whether non excutable stack support is requested... yes
  421. checking whether assembler supports --noexecstack option... no
  422. checking that generated files are newer than configure... done
  423. configure: creating ./config.status
  424. config.status: creating Makefile
  425. config.status: creating m4/Makefile
  426. config.status: creating compat/Makefile
  427. config.status: creating mpi/Makefile
  428. config.status: creating cipher/Makefile
  429. config.status: creating random/Makefile
  430. config.status: creating doc/Makefile
  431. config.status: creating src/Makefile
  432. config.status: creating src/gcrypt.h
  433. config.status: creating src/libgcrypt-config
  434. config.status: creating src/versioninfo.rc
  435. config.status: creating tests/Makefile
  436. config.status: creating tests/hashtest-256g
  437. config.status: creating config.h
  438. config.status: linking mpi/amd64/mpih-add1.S to mpi/mpih-add1-asm.S
  439. config.status: linking mpi/amd64/mpih-sub1.S to mpi/mpih-sub1-asm.S
  440. config.status: linking mpi/amd64/mpih-mul1.S to mpi/mpih-mul1-asm.S
  441. config.status: linking mpi/amd64/mpih-mul2.S to mpi/mpih-mul2-asm.S
  442. config.status: linking mpi/amd64/mpih-mul3.S to mpi/mpih-mul3-asm.S
  443. config.status: linking mpi/amd64/mpih-lshift.S to mpi/mpih-lshift-asm.S
  444. config.status: linking mpi/amd64/mpih-rshift.S to mpi/mpih-rshift-asm.S
  445. config.status: linking mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
  446. config.status: executing depfiles commands
  447. config.status: executing libtool commands
  448. config.status: executing gcrypt-conf commands
  449.  
  450. Libgcrypt v1.7.3 has been configured as follows:
  451.  
  452. Platform: W32 (x86_64-w64-mingw32)
  453. Hardware detection module: hwf-x86
  454. Enabled cipher algorithms: arcfour blowfish cast5 des aes twofish
  455. serpent rfc2268 seed camellia idea salsa20
  456. gost28147 chacha20
  457. Enabled digest algorithms: crc gostr3411-94 md4 md5 rmd160 sha1
  458. sha256 sha512 sha3 tiger whirlpool stribog
  459.  
  460. Enabled kdf algorithms: s2k pkdf2 scrypt
  461. Enabled pubkey algorithms: dsa elgamal rsa ecc
  462. Random number generator: default
  463. Using linux capabilities: no
  464. Try using Padlock crypto: yes
  465. Try using AES-NI crypto: yes
  466. Try using Intel PCLMUL: yes
  467. Try using Intel SSE4.1: yes
  468. Try using DRNG (RDRAND): yes
  469. Try using Intel AVX: yes
  470. Try using Intel AVX2: yes
  471. Try using ARM NEON: n/a
  472. Try using ARMv8 crypto: n/a
  473.  
  474. daniel@Daniel-college-laptop:~/libaacs/libgcrypt-1.7.3$ make
  475. make all-recursive
  476. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  477. Making all in compat
  478. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  479. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.c
  480. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -DDLL_EXPORT -DPIC -o .libs/compat.o
  481. mv -f .deps/compat.Tpo .deps/compat.Plo
  482. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -g -O2 -Wall -o libcompat.la compat.lo
  483. libtool: link: x86_64-w64-mingw32-ar cru .libs/libcompat.a .libs/compat.o
  484. x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  485. libtool: link: x86_64-w64-mingw32-ranlib .libs/libcompat.a
  486. libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
  487. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  488. Making all in mpi
  489. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  490. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c -o mpi-add.lo mpi-add.c
  491. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c mpi-add.c -DDLL_EXPORT -DPIC -o .libs/mpi-add.o
  492. mv -f .deps/mpi-add.Tpo .deps/mpi-add.Plo
  493. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c -o mpi-bit.lo mpi-bit.c
  494. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c mpi-bit.c -DDLL_EXPORT -DPIC -o .libs/mpi-bit.o
  495. mv -f .deps/mpi-bit.Tpo .deps/mpi-bit.Plo
  496. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c -o mpi-cmp.lo mpi-cmp.c
  497. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c mpi-cmp.c -DDLL_EXPORT -DPIC -o .libs/mpi-cmp.o
  498. mv -f .deps/mpi-cmp.Tpo .deps/mpi-cmp.Plo
  499. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c -o mpi-div.lo mpi-div.c
  500. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c mpi-div.c -DDLL_EXPORT -DPIC -o .libs/mpi-div.o
  501. mv -f .deps/mpi-div.Tpo .deps/mpi-div.Plo
  502. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c -o mpi-gcd.lo mpi-gcd.c
  503. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c mpi-gcd.c -DDLL_EXPORT -DPIC -o .libs/mpi-gcd.o
  504. mv -f .deps/mpi-gcd.Tpo .deps/mpi-gcd.Plo
  505. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c -o mpi-inline.lo mpi-inline.c
  506. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c mpi-inline.c -DDLL_EXPORT -DPIC -o .libs/mpi-inline.o
  507. mv -f .deps/mpi-inline.Tpo .deps/mpi-inline.Plo
  508. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c -o mpi-inv.lo mpi-inv.c
  509. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c mpi-inv.c -DDLL_EXPORT -DPIC -o .libs/mpi-inv.o
  510. mv -f .deps/mpi-inv.Tpo .deps/mpi-inv.Plo
  511. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c -o mpi-mul.lo mpi-mul.c
  512. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c mpi-mul.c -DDLL_EXPORT -DPIC -o .libs/mpi-mul.o
  513. mv -f .deps/mpi-mul.Tpo .deps/mpi-mul.Plo
  514. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c -o mpi-mod.lo mpi-mod.c
  515. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c mpi-mod.c -DDLL_EXPORT -DPIC -o .libs/mpi-mod.o
  516. mv -f .deps/mpi-mod.Tpo .deps/mpi-mod.Plo
  517. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c -o mpi-pow.lo mpi-pow.c
  518. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c mpi-pow.c -DDLL_EXPORT -DPIC -o .libs/mpi-pow.o
  519. mv -f .deps/mpi-pow.Tpo .deps/mpi-pow.Plo
  520. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c -o mpi-mpow.lo mpi-mpow.c
  521. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c mpi-mpow.c -DDLL_EXPORT -DPIC -o .libs/mpi-mpow.o
  522. mv -f .deps/mpi-mpow.Tpo .deps/mpi-mpow.Plo
  523. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c -o mpi-scan.lo mpi-scan.c
  524. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c mpi-scan.c -DDLL_EXPORT -DPIC -o .libs/mpi-scan.o
  525. mv -f .deps/mpi-scan.Tpo .deps/mpi-scan.Plo
  526. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c -o mpicoder.lo mpicoder.c
  527. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c mpicoder.c -DDLL_EXPORT -DPIC -o .libs/mpicoder.o
  528. mv -f .deps/mpicoder.Tpo .deps/mpicoder.Plo
  529. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c -o mpih-div.lo mpih-div.c
  530. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c mpih-div.c -DDLL_EXPORT -DPIC -o .libs/mpih-div.o
  531. mv -f .deps/mpih-div.Tpo .deps/mpih-div.Plo
  532. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c -o mpih-mul.lo mpih-mul.c
  533. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c mpih-mul.c -DDLL_EXPORT -DPIC -o .libs/mpih-mul.o
  534. mv -f .deps/mpih-mul.Tpo .deps/mpih-mul.Plo
  535. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c -o mpiutil.lo mpiutil.c
  536. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c mpiutil.c -DDLL_EXPORT -DPIC -o .libs/mpiutil.o
  537. mv -f .deps/mpiutil.Tpo .deps/mpiutil.Plo
  538. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c -o ec.lo ec.c
  539. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c ec.c -DDLL_EXPORT -DPIC -o .libs/ec.o
  540. mv -f .deps/ec.Tpo .deps/ec.Plo
  541. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ec-ed25519.lo -MD -MP -MF .deps/ec-ed25519.Tpo -c -o ec-ed25519.lo ec-ed25519.c
  542. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ec-ed25519.lo -MD -MP -MF .deps/ec-ed25519.Tpo -c ec-ed25519.c -DDLL_EXPORT -DPIC -o .libs/ec-ed25519.o
  543. mv -f .deps/ec-ed25519.Tpo .deps/ec-ed25519.Plo
  544. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-add1-asm.lo -MD -MP -MF .deps/mpih-add1-asm.Tpo -c -o mpih-add1-asm.lo mpih-add1-asm.S
  545. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-add1-asm.lo -MD -MP -MF .deps/mpih-add1-asm.Tpo -c mpih-add1-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-add1-asm.o
  546. mv -f .deps/mpih-add1-asm.Tpo .deps/mpih-add1-asm.Plo
  547. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-sub1-asm.lo -MD -MP -MF .deps/mpih-sub1-asm.Tpo -c -o mpih-sub1-asm.lo mpih-sub1-asm.S
  548. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-sub1-asm.lo -MD -MP -MF .deps/mpih-sub1-asm.Tpo -c mpih-sub1-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-sub1-asm.o
  549. mv -f .deps/mpih-sub1-asm.Tpo .deps/mpih-sub1-asm.Plo
  550. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul1-asm.lo -MD -MP -MF .deps/mpih-mul1-asm.Tpo -c -o mpih-mul1-asm.lo mpih-mul1-asm.S
  551. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul1-asm.lo -MD -MP -MF .deps/mpih-mul1-asm.Tpo -c mpih-mul1-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-mul1-asm.o
  552. mv -f .deps/mpih-mul1-asm.Tpo .deps/mpih-mul1-asm.Plo
  553. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul2-asm.lo -MD -MP -MF .deps/mpih-mul2-asm.Tpo -c -o mpih-mul2-asm.lo mpih-mul2-asm.S
  554. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul2-asm.lo -MD -MP -MF .deps/mpih-mul2-asm.Tpo -c mpih-mul2-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-mul2-asm.o
  555. mv -f .deps/mpih-mul2-asm.Tpo .deps/mpih-mul2-asm.Plo
  556. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul3-asm.lo -MD -MP -MF .deps/mpih-mul3-asm.Tpo -c -o mpih-mul3-asm.lo mpih-mul3-asm.S
  557. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-mul3-asm.lo -MD -MP -MF .deps/mpih-mul3-asm.Tpo -c mpih-mul3-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-mul3-asm.o
  558. mv -f .deps/mpih-mul3-asm.Tpo .deps/mpih-mul3-asm.Plo
  559. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-lshift-asm.lo -MD -MP -MF .deps/mpih-lshift-asm.Tpo -c -o mpih-lshift-asm.lo mpih-lshift-asm.S
  560. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-lshift-asm.lo -MD -MP -MF .deps/mpih-lshift-asm.Tpo -c mpih-lshift-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-lshift-asm.o
  561. mv -f .deps/mpih-lshift-asm.Tpo .deps/mpih-lshift-asm.Plo
  562. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-rshift-asm.lo -MD -MP -MF .deps/mpih-rshift-asm.Tpo -c -o mpih-rshift-asm.lo mpih-rshift-asm.S
  563. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT mpih-rshift-asm.lo -MD -MP -MF .deps/mpih-rshift-asm.Tpo -c mpih-rshift-asm.S -DDLL_EXPORT -DPIC -o .libs/mpih-rshift-asm.o
  564. mv -f .deps/mpih-rshift-asm.Tpo .deps/mpih-rshift-asm.Plo
  565. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o libmpi.la mpi-add.lo mpi-bit.lo mpi-cmp.lo mpi-div.lo mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo mpih-mul.lo mpiutil.lo ec.lo ec-ed25519.lo mpih-add1-asm.lo mpih-sub1-asm.lo mpih-mul1-asm.lo mpih-mul2-asm.lo mpih-mul3-asm.lo mpih-lshift-asm.lo mpih-rshift-asm.lo
  566. libtool: link: x86_64-w64-mingw32-ar cru .libs/libmpi.a .libs/mpi-add.o .libs/mpi-bit.o .libs/mpi-cmp.o .libs/mpi-div.o .libs/mpi-gcd.o .libs/mpi-inline.o .libs/mpi-inv.o .libs/mpi-mul.o .libs/mpi-mod.o .libs/mpi-pow.o .libs/mpi-mpow.o .libs/mpi-scan.o .libs/mpicoder.o .libs/mpih-div.o .libs/mpih-mul.o .libs/mpiutil.o .libs/ec.o .libs/ec-ed25519.o .libs/mpih-add1-asm.o .libs/mpih-sub1-asm.o .libs/mpih-mul1-asm.o .libs/mpih-mul2-asm.o .libs/mpih-mul3-asm.o .libs/mpih-lshift-asm.o .libs/mpih-rshift-asm.o
  567. x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  568. libtool: link: x86_64-w64-mingw32-ranlib .libs/libmpi.a
  569. libtool: link: ( cd ".libs" && rm -f "libmpi.la" && ln -s "../libmpi.la" "libmpi.la" )
  570. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  571. Making all in cipher
  572. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  573. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c -o cipher.lo cipher.c
  574. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.c -DDLL_EXPORT -DPIC -o .libs/cipher.o
  575. mv -f .deps/cipher.Tpo .deps/cipher.Plo
  576. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cbc.lo -MD -MP -MF .deps/cipher-cbc.Tpo -c -o cipher-cbc.lo cipher-cbc.c
  577. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cbc.lo -MD -MP -MF .deps/cipher-cbc.Tpo -c cipher-cbc.c -DDLL_EXPORT -DPIC -o .libs/cipher-cbc.o
  578. mv -f .deps/cipher-cbc.Tpo .deps/cipher-cbc.Plo
  579. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cfb.lo -MD -MP -MF .deps/cipher-cfb.Tpo -c -o cipher-cfb.lo cipher-cfb.c
  580. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cfb.lo -MD -MP -MF .deps/cipher-cfb.Tpo -c cipher-cfb.c -DDLL_EXPORT -DPIC -o .libs/cipher-cfb.o
  581. mv -f .deps/cipher-cfb.Tpo .deps/cipher-cfb.Plo
  582. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ofb.lo -MD -MP -MF .deps/cipher-ofb.Tpo -c -o cipher-ofb.lo cipher-ofb.c
  583. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ofb.lo -MD -MP -MF .deps/cipher-ofb.Tpo -c cipher-ofb.c -DDLL_EXPORT -DPIC -o .libs/cipher-ofb.o
  584. mv -f .deps/cipher-ofb.Tpo .deps/cipher-ofb.Plo
  585. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ctr.lo -MD -MP -MF .deps/cipher-ctr.Tpo -c -o cipher-ctr.lo cipher-ctr.c
  586. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ctr.lo -MD -MP -MF .deps/cipher-ctr.Tpo -c cipher-ctr.c -DDLL_EXPORT -DPIC -o .libs/cipher-ctr.o
  587. mv -f .deps/cipher-ctr.Tpo .deps/cipher-ctr.Plo
  588. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-aeswrap.lo -MD -MP -MF .deps/cipher-aeswrap.Tpo -c -o cipher-aeswrap.lo cipher-aeswrap.c
  589. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-aeswrap.lo -MD -MP -MF .deps/cipher-aeswrap.Tpo -c cipher-aeswrap.c -DDLL_EXPORT -DPIC -o .libs/cipher-aeswrap.o
  590. mv -f .deps/cipher-aeswrap.Tpo .deps/cipher-aeswrap.Plo
  591. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ccm.lo -MD -MP -MF .deps/cipher-ccm.Tpo -c -o cipher-ccm.lo cipher-ccm.c
  592. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ccm.lo -MD -MP -MF .deps/cipher-ccm.Tpo -c cipher-ccm.c -DDLL_EXPORT -DPIC -o .libs/cipher-ccm.o
  593. mv -f .deps/cipher-ccm.Tpo .deps/cipher-ccm.Plo
  594. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cmac.lo -MD -MP -MF .deps/cipher-cmac.Tpo -c -o cipher-cmac.lo cipher-cmac.c
  595. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-cmac.lo -MD -MP -MF .deps/cipher-cmac.Tpo -c cipher-cmac.c -DDLL_EXPORT -DPIC -o .libs/cipher-cmac.o
  596. mv -f .deps/cipher-cmac.Tpo .deps/cipher-cmac.Plo
  597. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-gcm.lo -MD -MP -MF .deps/cipher-gcm.Tpo -c -o cipher-gcm.lo cipher-gcm.c
  598. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-gcm.lo -MD -MP -MF .deps/cipher-gcm.Tpo -c cipher-gcm.c -DDLL_EXPORT -DPIC -o .libs/cipher-gcm.o
  599. mv -f .deps/cipher-gcm.Tpo .deps/cipher-gcm.Plo
  600. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-gcm-intel-pclmul.lo -MD -MP -MF .deps/cipher-gcm-intel-pclmul.Tpo -c -o cipher-gcm-intel-pclmul.lo cipher-gcm-intel-pclmul.c
  601. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-gcm-intel-pclmul.lo -MD -MP -MF .deps/cipher-gcm-intel-pclmul.Tpo -c cipher-gcm-intel-pclmul.c -DDLL_EXPORT -DPIC -o .libs/cipher-gcm-intel-pclmul.o
  602. mv -f .deps/cipher-gcm-intel-pclmul.Tpo .deps/cipher-gcm-intel-pclmul.Plo
  603. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT cipher-gcm-armv8-aarch32-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch32-ce.Tpo -c -o cipher-gcm-armv8-aarch32-ce.lo cipher-gcm-armv8-aarch32-ce.S
  604. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT cipher-gcm-armv8-aarch32-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch32-ce.Tpo -c cipher-gcm-armv8-aarch32-ce.S -DDLL_EXPORT -DPIC -o .libs/cipher-gcm-armv8-aarch32-ce.o
  605. mv -f .deps/cipher-gcm-armv8-aarch32-ce.Tpo .deps/cipher-gcm-armv8-aarch32-ce.Plo
  606. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-poly1305.lo -MD -MP -MF .deps/cipher-poly1305.Tpo -c -o cipher-poly1305.lo cipher-poly1305.c
  607. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-poly1305.lo -MD -MP -MF .deps/cipher-poly1305.Tpo -c cipher-poly1305.c -DDLL_EXPORT -DPIC -o .libs/cipher-poly1305.o
  608. mv -f .deps/cipher-poly1305.Tpo .deps/cipher-poly1305.Plo
  609. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ocb.lo -MD -MP -MF .deps/cipher-ocb.Tpo -c -o cipher-ocb.lo cipher-ocb.c
  610. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-ocb.lo -MD -MP -MF .deps/cipher-ocb.Tpo -c cipher-ocb.c -DDLL_EXPORT -DPIC -o .libs/cipher-ocb.o
  611. mv -f .deps/cipher-ocb.Tpo .deps/cipher-ocb.Plo
  612. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-selftest.lo -MD -MP -MF .deps/cipher-selftest.Tpo -c -o cipher-selftest.lo cipher-selftest.c
  613. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cipher-selftest.lo -MD -MP -MF .deps/cipher-selftest.Tpo -c cipher-selftest.c -DDLL_EXPORT -DPIC -o .libs/cipher-selftest.o
  614. mv -f .deps/cipher-selftest.Tpo .deps/cipher-selftest.Plo
  615. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.lo pubkey.c
  616. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c -DDLL_EXPORT -DPIC -o .libs/pubkey.o
  617. mv -f .deps/pubkey.Tpo .deps/pubkey.Plo
  618. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pubkey-util.lo -MD -MP -MF .deps/pubkey-util.Tpo -c -o pubkey-util.lo pubkey-util.c
  619. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pubkey-util.lo -MD -MP -MF .deps/pubkey-util.Tpo -c pubkey-util.c -DDLL_EXPORT -DPIC -o .libs/pubkey-util.o
  620. mv -f .deps/pubkey-util.Tpo .deps/pubkey-util.Plo
  621. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c -o md.lo md.c
  622. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c md.c -DDLL_EXPORT -DPIC -o .libs/md.o
  623. mv -f .deps/md.Tpo .deps/md.Plo
  624. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c -o mac.lo mac.c
  625. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -DDLL_EXPORT -DPIC -o .libs/mac.o
  626. mv -f .deps/mac.Tpo .deps/mac.Plo
  627. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-hmac.lo -MD -MP -MF .deps/mac-hmac.Tpo -c -o mac-hmac.lo mac-hmac.c
  628. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-hmac.lo -MD -MP -MF .deps/mac-hmac.Tpo -c mac-hmac.c -DDLL_EXPORT -DPIC -o .libs/mac-hmac.o
  629. mv -f .deps/mac-hmac.Tpo .deps/mac-hmac.Plo
  630. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-cmac.lo -MD -MP -MF .deps/mac-cmac.Tpo -c -o mac-cmac.lo mac-cmac.c
  631. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-cmac.lo -MD -MP -MF .deps/mac-cmac.Tpo -c mac-cmac.c -DDLL_EXPORT -DPIC -o .libs/mac-cmac.o
  632. mv -f .deps/mac-cmac.Tpo .deps/mac-cmac.Plo
  633. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-gmac.lo -MD -MP -MF .deps/mac-gmac.Tpo -c -o mac-gmac.lo mac-gmac.c
  634. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-gmac.lo -MD -MP -MF .deps/mac-gmac.Tpo -c mac-gmac.c -DDLL_EXPORT -DPIC -o .libs/mac-gmac.o
  635. mv -f .deps/mac-gmac.Tpo .deps/mac-gmac.Plo
  636. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-poly1305.lo -MD -MP -MF .deps/mac-poly1305.Tpo -c -o mac-poly1305.lo mac-poly1305.c
  637. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mac-poly1305.lo -MD -MP -MF .deps/mac-poly1305.Tpo -c mac-poly1305.c -DDLL_EXPORT -DPIC -o .libs/mac-poly1305.o
  638. mv -f .deps/mac-poly1305.Tpo .deps/mac-poly1305.Plo
  639. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT poly1305.lo -MD -MP -MF .deps/poly1305.Tpo -c -o poly1305.lo poly1305.c
  640. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT poly1305.lo -MD -MP -MF .deps/poly1305.Tpo -c poly1305.c -DDLL_EXPORT -DPIC -o .libs/poly1305.o
  641. poly1305.c:352:29: warning: 'poly1305_default_ops' defined but not used [-Wunused-const-variable=]
  642. static const poly1305_ops_t poly1305_default_ops = {
  643. ^~~~~~~~~~~~~~~~~~~~
  644. mv -f .deps/poly1305.Tpo .deps/poly1305.Plo
  645. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT kdf.lo -MD -MP -MF .deps/kdf.Tpo -c -o kdf.lo kdf.c
  646. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT kdf.lo -MD -MP -MF .deps/kdf.Tpo -c kdf.c -DDLL_EXPORT -DPIC -o .libs/kdf.o
  647. mv -f .deps/kdf.Tpo .deps/kdf.Plo
  648. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c -o hmac-tests.lo hmac-tests.c
  649. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c hmac-tests.c -DDLL_EXPORT -DPIC -o .libs/hmac-tests.o
  650. mv -f .deps/hmac-tests.Tpo .deps/hmac-tests.Plo
  651. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c -o primegen.lo primegen.c
  652. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c primegen.c -DDLL_EXPORT -DPIC -o .libs/primegen.o
  653. mv -f .deps/primegen.Tpo .deps/primegen.Plo
  654. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c -o hash-common.lo hash-common.c
  655. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c hash-common.c -DDLL_EXPORT -DPIC -o .libs/hash-common.o
  656. mv -f .deps/hash-common.Tpo .deps/hash-common.Plo
  657. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT dsa-common.lo -MD -MP -MF .deps/dsa-common.Tpo -c -o dsa-common.lo dsa-common.c
  658. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT dsa-common.lo -MD -MP -MF .deps/dsa-common.Tpo -c dsa-common.c -DDLL_EXPORT -DPIC -o .libs/dsa-common.o
  659. mv -f .deps/dsa-common.Tpo .deps/dsa-common.Plo
  660. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rsa-common.lo -MD -MP -MF .deps/rsa-common.Tpo -c -o rsa-common.lo rsa-common.c
  661. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rsa-common.lo -MD -MP -MF .deps/rsa-common.Tpo -c rsa-common.c -DDLL_EXPORT -DPIC -o .libs/rsa-common.o
  662. mv -f .deps/rsa-common.Tpo .deps/rsa-common.Plo
  663. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c -o arcfour.lo arcfour.c
  664. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c arcfour.c -DDLL_EXPORT -DPIC -o .libs/arcfour.o
  665. mv -f .deps/arcfour.Tpo .deps/arcfour.Plo
  666. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT arcfour-amd64.lo -MD -MP -MF .deps/arcfour-amd64.Tpo -c -o arcfour-amd64.lo arcfour-amd64.S
  667. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT arcfour-amd64.lo -MD -MP -MF .deps/arcfour-amd64.Tpo -c arcfour-amd64.S -DDLL_EXPORT -DPIC -o .libs/arcfour-amd64.o
  668. mv -f .deps/arcfour-amd64.Tpo .deps/arcfour-amd64.Plo
  669. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c -o blowfish.lo blowfish.c
  670. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c blowfish.c -DDLL_EXPORT -DPIC -o .libs/blowfish.o
  671. mv -f .deps/blowfish.Tpo .deps/blowfish.Plo
  672. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT blowfish-amd64.lo -MD -MP -MF .deps/blowfish-amd64.Tpo -c -o blowfish-amd64.lo blowfish-amd64.S
  673. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT blowfish-amd64.lo -MD -MP -MF .deps/blowfish-amd64.Tpo -c blowfish-amd64.S -DDLL_EXPORT -DPIC -o .libs/blowfish-amd64.o
  674. mv -f .deps/blowfish-amd64.Tpo .deps/blowfish-amd64.Plo
  675. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c -o cast5.lo cast5.c
  676. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c cast5.c -DDLL_EXPORT -DPIC -o .libs/cast5.o
  677. mv -f .deps/cast5.Tpo .deps/cast5.Plo
  678. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT cast5-amd64.lo -MD -MP -MF .deps/cast5-amd64.Tpo -c -o cast5-amd64.lo cast5-amd64.S
  679. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT cast5-amd64.lo -MD -MP -MF .deps/cast5-amd64.Tpo -c cast5-amd64.S -DDLL_EXPORT -DPIC -o .libs/cast5-amd64.o
  680. mv -f .deps/cast5-amd64.Tpo .deps/cast5-amd64.Plo
  681. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c -o des.lo des.c
  682. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -DDLL_EXPORT -DPIC -o .libs/des.o
  683. mv -f .deps/des.Tpo .deps/des.Plo
  684. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT des-amd64.lo -MD -MP -MF .deps/des-amd64.Tpo -c -o des-amd64.lo des-amd64.S
  685. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT des-amd64.lo -MD -MP -MF .deps/des-amd64.Tpo -c des-amd64.S -DDLL_EXPORT -DPIC -o .libs/des-amd64.o
  686. mv -f .deps/des-amd64.Tpo .deps/des-amd64.Plo
  687. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c -o rijndael.lo rijndael.c
  688. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c -DDLL_EXPORT -DPIC -o .libs/rijndael.o
  689. mv -f .deps/rijndael.Tpo .deps/rijndael.Plo
  690. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT rijndael-amd64.lo -MD -MP -MF .deps/rijndael-amd64.Tpo -c -o rijndael-amd64.lo rijndael-amd64.S
  691. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT rijndael-amd64.lo -MD -MP -MF .deps/rijndael-amd64.Tpo -c rijndael-amd64.S -DDLL_EXPORT -DPIC -o .libs/rijndael-amd64.o
  692. mv -f .deps/rijndael-amd64.Tpo .deps/rijndael-amd64.Plo
  693. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-ssse3-amd64.lo -MD -MP -MF .deps/rijndael-ssse3-amd64.Tpo -c -o rijndael-ssse3-amd64.lo rijndael-ssse3-amd64.c
  694. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-ssse3-amd64.lo -MD -MP -MF .deps/rijndael-ssse3-amd64.Tpo -c rijndael-ssse3-amd64.c -DDLL_EXPORT -DPIC -o .libs/rijndael-ssse3-amd64.o
  695. mv -f .deps/rijndael-ssse3-amd64.Tpo .deps/rijndael-ssse3-amd64.Plo
  696. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-aesni.lo -MD -MP -MF .deps/rijndael-aesni.Tpo -c -o rijndael-aesni.lo rijndael-aesni.c
  697. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-aesni.lo -MD -MP -MF .deps/rijndael-aesni.Tpo -c rijndael-aesni.c -DDLL_EXPORT -DPIC -o .libs/rijndael-aesni.o
  698. mv -f .deps/rijndael-aesni.Tpo .deps/rijndael-aesni.Plo
  699. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-padlock.lo -MD -MP -MF .deps/rijndael-padlock.Tpo -c -o rijndael-padlock.lo rijndael-padlock.c
  700. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rijndael-padlock.lo -MD -MP -MF .deps/rijndael-padlock.Tpo -c rijndael-padlock.c -DDLL_EXPORT -DPIC -o .libs/rijndael-padlock.o
  701. mv -f .deps/rijndael-padlock.Tpo .deps/rijndael-padlock.Plo
  702. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c -o twofish.lo twofish.c
  703. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c twofish.c -DDLL_EXPORT -DPIC -o .libs/twofish.o
  704. mv -f .deps/twofish.Tpo .deps/twofish.Plo
  705. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT twofish-amd64.lo -MD -MP -MF .deps/twofish-amd64.Tpo -c -o twofish-amd64.lo twofish-amd64.S
  706. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT twofish-amd64.lo -MD -MP -MF .deps/twofish-amd64.Tpo -c twofish-amd64.S -DDLL_EXPORT -DPIC -o .libs/twofish-amd64.o
  707. mv -f .deps/twofish-amd64.Tpo .deps/twofish-amd64.Plo
  708. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c -o serpent.lo serpent.c
  709. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c serpent.c -DDLL_EXPORT -DPIC -o .libs/serpent.o
  710. mv -f .deps/serpent.Tpo .deps/serpent.Plo
  711. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT serpent-sse2-amd64.lo -MD -MP -MF .deps/serpent-sse2-amd64.Tpo -c -o serpent-sse2-amd64.lo serpent-sse2-amd64.S
  712. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT serpent-sse2-amd64.lo -MD -MP -MF .deps/serpent-sse2-amd64.Tpo -c serpent-sse2-amd64.S -DDLL_EXPORT -DPIC -o .libs/serpent-sse2-amd64.o
  713. mv -f .deps/serpent-sse2-amd64.Tpo .deps/serpent-sse2-amd64.Plo
  714. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT serpent-avx2-amd64.lo -MD -MP -MF .deps/serpent-avx2-amd64.Tpo -c -o serpent-avx2-amd64.lo serpent-avx2-amd64.S
  715. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT serpent-avx2-amd64.lo -MD -MP -MF .deps/serpent-avx2-amd64.Tpo -c serpent-avx2-amd64.S -DDLL_EXPORT -DPIC -o .libs/serpent-avx2-amd64.o
  716. mv -f .deps/serpent-avx2-amd64.Tpo .deps/serpent-avx2-amd64.Plo
  717. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c -o rfc2268.lo rfc2268.c
  718. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c rfc2268.c -DDLL_EXPORT -DPIC -o .libs/rfc2268.o
  719. mv -f .deps/rfc2268.Tpo .deps/rfc2268.Plo
  720. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c -o seed.lo seed.c
  721. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c -DDLL_EXPORT -DPIC -o .libs/seed.o
  722. mv -f .deps/seed.Tpo .deps/seed.Plo
  723. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c -o camellia.lo camellia.c
  724. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c camellia.c -DDLL_EXPORT -DPIC -o .libs/camellia.o
  725. mv -f .deps/camellia.Tpo .deps/camellia.Plo
  726. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c -o camellia-glue.lo camellia-glue.c
  727. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c camellia-glue.c -DDLL_EXPORT -DPIC -o .libs/camellia-glue.o
  728. mv -f .deps/camellia-glue.Tpo .deps/camellia-glue.Plo
  729. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT camellia-aesni-avx-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx-amd64.Tpo -c -o camellia-aesni-avx-amd64.lo camellia-aesni-avx-amd64.S
  730. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT camellia-aesni-avx-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx-amd64.Tpo -c camellia-aesni-avx-amd64.S -DDLL_EXPORT -DPIC -o .libs/camellia-aesni-avx-amd64.o
  731. mv -f .deps/camellia-aesni-avx-amd64.Tpo .deps/camellia-aesni-avx-amd64.Plo
  732. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT camellia-aesni-avx2-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx2-amd64.Tpo -c -o camellia-aesni-avx2-amd64.lo camellia-aesni-avx2-amd64.S
  733. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT camellia-aesni-avx2-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx2-amd64.Tpo -c camellia-aesni-avx2-amd64.S -DDLL_EXPORT -DPIC -o .libs/camellia-aesni-avx2-amd64.o
  734. mv -f .deps/camellia-aesni-avx2-amd64.Tpo .deps/camellia-aesni-avx2-amd64.Plo
  735. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT idea.lo -MD -MP -MF .deps/idea.Tpo -c -o idea.lo idea.c
  736. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT idea.lo -MD -MP -MF .deps/idea.Tpo -c idea.c -DDLL_EXPORT -DPIC -o .libs/idea.o
  737. mv -f .deps/idea.Tpo .deps/idea.Plo
  738. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT salsa20.lo -MD -MP -MF .deps/salsa20.Tpo -c -o salsa20.lo salsa20.c
  739. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT salsa20.lo -MD -MP -MF .deps/salsa20.Tpo -c salsa20.c -DDLL_EXPORT -DPIC -o .libs/salsa20.o
  740. mv -f .deps/salsa20.Tpo .deps/salsa20.Plo
  741. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT salsa20-amd64.lo -MD -MP -MF .deps/salsa20-amd64.Tpo -c -o salsa20-amd64.lo salsa20-amd64.S
  742. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT salsa20-amd64.lo -MD -MP -MF .deps/salsa20-amd64.Tpo -c salsa20-amd64.S -DDLL_EXPORT -DPIC -o .libs/salsa20-amd64.o
  743. mv -f .deps/salsa20-amd64.Tpo .deps/salsa20-amd64.Plo
  744. cc -o gost-s-box ./gost-s-box.c
  745. ./gost-s-box gost-sb.h
  746. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT gost28147.lo -MD -MP -MF .deps/gost28147.Tpo -c -o gost28147.lo gost28147.c
  747. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT gost28147.lo -MD -MP -MF .deps/gost28147.Tpo -c gost28147.c -DDLL_EXPORT -DPIC -o .libs/gost28147.o
  748. mv -f .deps/gost28147.Tpo .deps/gost28147.Plo
  749. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT chacha20.lo -MD -MP -MF .deps/chacha20.Tpo -c -o chacha20.lo chacha20.c
  750. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT chacha20.lo -MD -MP -MF .deps/chacha20.Tpo -c chacha20.c -DDLL_EXPORT -DPIC -o .libs/chacha20.o
  751. mv -f .deps/chacha20.Tpo .deps/chacha20.Plo
  752. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-sse2-amd64.lo -MD -MP -MF .deps/chacha20-sse2-amd64.Tpo -c -o chacha20-sse2-amd64.lo chacha20-sse2-amd64.S
  753. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-sse2-amd64.lo -MD -MP -MF .deps/chacha20-sse2-amd64.Tpo -c chacha20-sse2-amd64.S -DDLL_EXPORT -DPIC -o .libs/chacha20-sse2-amd64.o
  754. mv -f .deps/chacha20-sse2-amd64.Tpo .deps/chacha20-sse2-amd64.Plo
  755. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-ssse3-amd64.lo -MD -MP -MF .deps/chacha20-ssse3-amd64.Tpo -c -o chacha20-ssse3-amd64.lo chacha20-ssse3-amd64.S
  756. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-ssse3-amd64.lo -MD -MP -MF .deps/chacha20-ssse3-amd64.Tpo -c chacha20-ssse3-amd64.S -DDLL_EXPORT -DPIC -o .libs/chacha20-ssse3-amd64.o
  757. mv -f .deps/chacha20-ssse3-amd64.Tpo .deps/chacha20-ssse3-amd64.Plo
  758. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-avx2-amd64.lo -MD -MP -MF .deps/chacha20-avx2-amd64.Tpo -c -o chacha20-avx2-amd64.lo chacha20-avx2-amd64.S
  759. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT chacha20-avx2-amd64.lo -MD -MP -MF .deps/chacha20-avx2-amd64.Tpo -c chacha20-avx2-amd64.S -DDLL_EXPORT -DPIC -o .libs/chacha20-avx2-amd64.o
  760. mv -f .deps/chacha20-avx2-amd64.Tpo .deps/chacha20-avx2-amd64.Plo
  761. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT poly1305-sse2-amd64.lo -MD -MP -MF .deps/poly1305-sse2-amd64.Tpo -c -o poly1305-sse2-amd64.lo poly1305-sse2-amd64.S
  762. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT poly1305-sse2-amd64.lo -MD -MP -MF .deps/poly1305-sse2-amd64.Tpo -c poly1305-sse2-amd64.S -DDLL_EXPORT -DPIC -o .libs/poly1305-sse2-amd64.o
  763. mv -f .deps/poly1305-sse2-amd64.Tpo .deps/poly1305-sse2-amd64.Plo
  764. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT poly1305-avx2-amd64.lo -MD -MP -MF .deps/poly1305-avx2-amd64.Tpo -c -o poly1305-avx2-amd64.lo poly1305-avx2-amd64.S
  765. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT poly1305-avx2-amd64.lo -MD -MP -MF .deps/poly1305-avx2-amd64.Tpo -c poly1305-avx2-amd64.S -DDLL_EXPORT -DPIC -o .libs/poly1305-avx2-amd64.o
  766. mv -f .deps/poly1305-avx2-amd64.Tpo .deps/poly1305-avx2-amd64.Plo
  767. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c -o dsa.lo dsa.c
  768. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c dsa.c -DDLL_EXPORT -DPIC -o .libs/dsa.o
  769. mv -f .deps/dsa.Tpo .deps/dsa.Plo
  770. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c -o rsa.lo rsa.c
  771. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c rsa.c -DDLL_EXPORT -DPIC -o .libs/rsa.o
  772. mv -f .deps/rsa.Tpo .deps/rsa.Plo
  773. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c -o elgamal.lo elgamal.c
  774. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c elgamal.c -DDLL_EXPORT -DPIC -o .libs/elgamal.o
  775. mv -f .deps/elgamal.Tpo .deps/elgamal.Plo
  776. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c -o ecc.lo ecc.c
  777. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c ecc.c -DDLL_EXPORT -DPIC -o .libs/ecc.o
  778. mv -f .deps/ecc.Tpo .deps/ecc.Plo
  779. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-curves.lo -MD -MP -MF .deps/ecc-curves.Tpo -c -o ecc-curves.lo ecc-curves.c
  780. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-curves.lo -MD -MP -MF .deps/ecc-curves.Tpo -c ecc-curves.c -DDLL_EXPORT -DPIC -o .libs/ecc-curves.o
  781. mv -f .deps/ecc-curves.Tpo .deps/ecc-curves.Plo
  782. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-misc.lo -MD -MP -MF .deps/ecc-misc.Tpo -c -o ecc-misc.lo ecc-misc.c
  783. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-misc.lo -MD -MP -MF .deps/ecc-misc.Tpo -c ecc-misc.c -DDLL_EXPORT -DPIC -o .libs/ecc-misc.o
  784. mv -f .deps/ecc-misc.Tpo .deps/ecc-misc.Plo
  785. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-ecdsa.lo -MD -MP -MF .deps/ecc-ecdsa.Tpo -c -o ecc-ecdsa.lo ecc-ecdsa.c
  786. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-ecdsa.lo -MD -MP -MF .deps/ecc-ecdsa.Tpo -c ecc-ecdsa.c -DDLL_EXPORT -DPIC -o .libs/ecc-ecdsa.o
  787. mv -f .deps/ecc-ecdsa.Tpo .deps/ecc-ecdsa.Plo
  788. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-eddsa.lo -MD -MP -MF .deps/ecc-eddsa.Tpo -c -o ecc-eddsa.lo ecc-eddsa.c
  789. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-eddsa.lo -MD -MP -MF .deps/ecc-eddsa.Tpo -c ecc-eddsa.c -DDLL_EXPORT -DPIC -o .libs/ecc-eddsa.o
  790. mv -f .deps/ecc-eddsa.Tpo .deps/ecc-eddsa.Plo
  791. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-gost.lo -MD -MP -MF .deps/ecc-gost.Tpo -c -o ecc-gost.lo ecc-gost.c
  792. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT ecc-gost.lo -MD -MP -MF .deps/ecc-gost.Tpo -c ecc-gost.c -DDLL_EXPORT -DPIC -o .libs/ecc-gost.o
  793. mv -f .deps/ecc-gost.Tpo .deps/ecc-gost.Plo
  794. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c -o crc.lo crc.c
  795. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -DDLL_EXPORT -DPIC -o .libs/crc.o
  796. mv -f .deps/crc.Tpo .deps/crc.Plo
  797. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT crc-intel-pclmul.lo -MD -MP -MF .deps/crc-intel-pclmul.Tpo -c -o crc-intel-pclmul.lo crc-intel-pclmul.c
  798. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT crc-intel-pclmul.lo -MD -MP -MF .deps/crc-intel-pclmul.Tpo -c crc-intel-pclmul.c -DDLL_EXPORT -DPIC -o .libs/crc-intel-pclmul.o
  799. mv -f .deps/crc-intel-pclmul.Tpo .deps/crc-intel-pclmul.Plo
  800. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT gostr3411-94.lo -MD -MP -MF .deps/gostr3411-94.Tpo -c -o gostr3411-94.lo gostr3411-94.c
  801. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT gostr3411-94.lo -MD -MP -MF .deps/gostr3411-94.Tpo -c gostr3411-94.c -DDLL_EXPORT -DPIC -o .libs/gostr3411-94.o
  802. mv -f .deps/gostr3411-94.Tpo .deps/gostr3411-94.Plo
  803. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT stribog.lo -MD -MP -MF .deps/stribog.Tpo -c -o stribog.lo stribog.c
  804. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT stribog.lo -MD -MP -MF .deps/stribog.Tpo -c stribog.c -DDLL_EXPORT -DPIC -o .libs/stribog.o
  805. mv -f .deps/stribog.Tpo .deps/stribog.Plo
  806. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c -o md4.lo md4.c
  807. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -DDLL_EXPORT -DPIC -o .libs/md4.o
  808. mv -f .deps/md4.Tpo .deps/md4.Plo
  809. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
  810. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -DDLL_EXPORT -DPIC -o .libs/md5.o
  811. mv -f .deps/md5.Tpo .deps/md5.Plo
  812. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c -o rmd160.lo rmd160.c
  813. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c rmd160.c -DDLL_EXPORT -DPIC -o .libs/rmd160.o
  814. mv -f .deps/rmd160.Tpo .deps/rmd160.Plo
  815. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c
  816. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -DDLL_EXPORT -DPIC -o .libs/sha256.o
  817. mv -f .deps/sha256.Tpo .deps/sha256.Plo
  818. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-ssse3-amd64.lo -MD -MP -MF .deps/sha256-ssse3-amd64.Tpo -c -o sha256-ssse3-amd64.lo sha256-ssse3-amd64.S
  819. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-ssse3-amd64.lo -MD -MP -MF .deps/sha256-ssse3-amd64.Tpo -c sha256-ssse3-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha256-ssse3-amd64.o
  820. mv -f .deps/sha256-ssse3-amd64.Tpo .deps/sha256-ssse3-amd64.Plo
  821. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-avx-amd64.lo -MD -MP -MF .deps/sha256-avx-amd64.Tpo -c -o sha256-avx-amd64.lo sha256-avx-amd64.S
  822. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-avx-amd64.lo -MD -MP -MF .deps/sha256-avx-amd64.Tpo -c sha256-avx-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha256-avx-amd64.o
  823. mv -f .deps/sha256-avx-amd64.Tpo .deps/sha256-avx-amd64.Plo
  824. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha256-avx2-bmi2-amd64.Tpo -c -o sha256-avx2-bmi2-amd64.lo sha256-avx2-bmi2-amd64.S
  825. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha256-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha256-avx2-bmi2-amd64.Tpo -c sha256-avx2-bmi2-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha256-avx2-bmi2-amd64.o
  826. mv -f .deps/sha256-avx2-bmi2-amd64.Tpo .deps/sha256-avx2-bmi2-amd64.Plo
  827. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c
  828. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -DDLL_EXPORT -DPIC -o .libs/sha512.o
  829. mv -f .deps/sha512.Tpo .deps/sha512.Plo
  830. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-ssse3-amd64.lo -MD -MP -MF .deps/sha512-ssse3-amd64.Tpo -c -o sha512-ssse3-amd64.lo sha512-ssse3-amd64.S
  831. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-ssse3-amd64.lo -MD -MP -MF .deps/sha512-ssse3-amd64.Tpo -c sha512-ssse3-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha512-ssse3-amd64.o
  832. mv -f .deps/sha512-ssse3-amd64.Tpo .deps/sha512-ssse3-amd64.Plo
  833. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-avx-amd64.lo -MD -MP -MF .deps/sha512-avx-amd64.Tpo -c -o sha512-avx-amd64.lo sha512-avx-amd64.S
  834. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-avx-amd64.lo -MD -MP -MF .deps/sha512-avx-amd64.Tpo -c sha512-avx-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha512-avx-amd64.o
  835. mv -f .deps/sha512-avx-amd64.Tpo .deps/sha512-avx-amd64.Plo
  836. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha512-avx2-bmi2-amd64.Tpo -c -o sha512-avx2-bmi2-amd64.lo sha512-avx2-bmi2-amd64.S
  837. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha512-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha512-avx2-bmi2-amd64.Tpo -c sha512-avx2-bmi2-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha512-avx2-bmi2-amd64.o
  838. mv -f .deps/sha512-avx2-bmi2-amd64.Tpo .deps/sha512-avx2-bmi2-amd64.Plo
  839. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT keccak.lo -MD -MP -MF .deps/keccak.Tpo -c -o keccak.lo keccak.c
  840. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT keccak.lo -MD -MP -MF .deps/keccak.Tpo -c keccak.c -DDLL_EXPORT -DPIC -o .libs/keccak.o
  841. mv -f .deps/keccak.Tpo .deps/keccak.Plo
  842. `echo /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -c ./tiger.c | sed -e 's/-O\([2-9s][2-9s]*\)/-O1/' -e 's/-Ofast/-O1/g' `
  843. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O1 -Wall -c ./tiger.c -DDLL_EXPORT -DPIC -o .libs/tiger.o
  844. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c -o whirlpool.lo whirlpool.c
  845. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -DDLL_EXPORT -DPIC -o .libs/whirlpool.o
  846. mv -f .deps/whirlpool.Tpo .deps/whirlpool.Plo
  847. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT whirlpool-sse2-amd64.lo -MD -MP -MF .deps/whirlpool-sse2-amd64.Tpo -c -o whirlpool-sse2-amd64.lo whirlpool-sse2-amd64.S
  848. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT whirlpool-sse2-amd64.lo -MD -MP -MF .deps/whirlpool-sse2-amd64.Tpo -c whirlpool-sse2-amd64.S -DDLL_EXPORT -DPIC -o .libs/whirlpool-sse2-amd64.o
  849. mv -f .deps/whirlpool-sse2-amd64.Tpo .deps/whirlpool-sse2-amd64.Plo
  850. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
  851. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -DDLL_EXPORT -DPIC -o .libs/sha1.o
  852. mv -f .deps/sha1.Tpo .deps/sha1.Plo
  853. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c -o sha1-ssse3-amd64.lo sha1-ssse3-amd64.S
  854. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c sha1-ssse3-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha1-ssse3-amd64.o
  855. mv -f .deps/sha1-ssse3-amd64.Tpo .deps/sha1-ssse3-amd64.Plo
  856. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-avx-amd64.lo -MD -MP -MF .deps/sha1-avx-amd64.Tpo -c -o sha1-avx-amd64.lo sha1-avx-amd64.S
  857. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-avx-amd64.lo -MD -MP -MF .deps/sha1-avx-amd64.Tpo -c sha1-avx-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha1-avx-amd64.o
  858. mv -f .deps/sha1-avx-amd64.Tpo .deps/sha1-avx-amd64.Plo
  859. /bin/bash ../libtool --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-avx-bmi2-amd64.lo -MD -MP -MF .deps/sha1-avx-bmi2-amd64.Tpo -c -o sha1-avx-bmi2-amd64.lo sha1-avx-bmi2-amd64.S
  860. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -g -O2 -MT sha1-avx-bmi2-amd64.lo -MD -MP -MF .deps/sha1-avx-bmi2-amd64.Tpo -c sha1-avx-bmi2-amd64.S -DDLL_EXPORT -DPIC -o .libs/sha1-avx-bmi2-amd64.o
  861. mv -f .deps/sha1-avx-bmi2-amd64.Tpo .deps/sha1-avx-bmi2-amd64.Plo
  862. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT scrypt.lo -MD -MP -MF .deps/scrypt.Tpo -c -o scrypt.lo scrypt.c
  863. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT scrypt.lo -MD -MP -MF .deps/scrypt.Tpo -c scrypt.c -DDLL_EXPORT -DPIC -o .libs/scrypt.o
  864. mv -f .deps/scrypt.Tpo .deps/scrypt.Plo
  865. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o libcipher.la cipher.lo cipher-cbc.lo cipher-cfb.lo cipher-ofb.lo cipher-ctr.lo cipher-aeswrap.lo cipher-ccm.lo cipher-cmac.lo cipher-gcm.lo cipher-gcm-intel-pclmul.lo cipher-gcm-armv8-aarch32-ce.lo cipher-poly1305.lo cipher-ocb.lo cipher-selftest.lo pubkey.lo pubkey-util.lo md.lo mac.lo mac-hmac.lo mac-cmac.lo mac-gmac.lo mac-poly1305.lo poly1305.lo kdf.lo hmac-tests.lo primegen.lo hash-common.lo dsa-common.lo rsa-common.lo arcfour.lo arcfour-amd64.lo blowfish.lo blowfish-amd64.lo cast5.lo cast5-amd64.lo des.lo des-amd64.lo rijndael.lo rijndael-amd64.lo rijndael-ssse3-amd64.lo rijndael-aesni.lo rijndael-padlock.lo twofish.lo twofish-amd64.lo serpent.lo serpent-sse2-amd64.lo serpent-avx2-amd64.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo camellia-aesni-avx-amd64.lo camellia-aesni-avx2-amd64.lo idea.lo salsa20.lo salsa20-amd64.lo gost28147.lo chacha20.lo chacha20-sse2-amd64.lo chacha20-ssse3-amd64.lo chacha20-avx2-amd64.lo poly1305-sse2-amd64.lo poly1305-avx2-amd64.lo dsa.lo rsa.lo elgamal.lo ecc.lo ecc-curves.lo ecc-misc.lo ecc-ecdsa.lo ecc-eddsa.lo ecc-gost.lo crc.lo crc-intel-pclmul.lo gostr3411-94.lo stribog.lo md4.lo md5.lo rmd160.lo sha256.lo sha256-ssse3-amd64.lo sha256-avx-amd64.lo sha256-avx2-bmi2-amd64.lo sha512.lo sha512-ssse3-amd64.lo sha512-avx-amd64.lo sha512-avx2-bmi2-amd64.lo keccak.lo tiger.lo whirlpool.lo whirlpool-sse2-amd64.lo sha1.lo sha1-ssse3-amd64.lo sha1-avx-amd64.lo sha1-avx-bmi2-amd64.lo scrypt.lo
  866. libtool: link: x86_64-w64-mingw32-ar cru .libs/libcipher.a .libs/cipher.o .libs/cipher-cbc.o .libs/cipher-cfb.o .libs/cipher-ofb.o .libs/cipher-ctr.o .libs/cipher-aeswrap.o .libs/cipher-ccm.o .libs/cipher-cmac.o .libs/cipher-gcm.o .libs/cipher-gcm-intel-pclmul.o .libs/cipher-gcm-armv8-aarch32-ce.o .libs/cipher-poly1305.o .libs/cipher-ocb.o .libs/cipher-selftest.o .libs/pubkey.o .libs/pubkey-util.o .libs/md.o .libs/mac.o .libs/mac-hmac.o .libs/mac-cmac.o .libs/mac-gmac.o .libs/mac-poly1305.o .libs/poly1305.o .libs/kdf.o .libs/hmac-tests.o .libs/primegen.o .libs/hash-common.o .libs/dsa-common.o .libs/rsa-common.o .libs/arcfour.o .libs/arcfour-amd64.o .libs/blowfish.o .libs/blowfish-amd64.o .libs/cast5.o .libs/cast5-amd64.o .libs/des.o .libs/des-amd64.o .libs/rijndael.o .libs/rijndael-amd64.o .libs/rijndael-ssse3-amd64.o .libs/rijndael-aesni.o .libs/rijndael-padlock.o .libs/twofish.o .libs/twofish-amd64.o .libs/serpent.o .libs/serpent-sse2-amd64.o .libs/serpent-avx2-amd64.o .libs/rfc2268.o .libs/seed.o .libs/camellia.o .libs/camellia-glue.o .libs/camellia-aesni-avx-amd64.o .libs/camellia-aesni-avx2-amd64.o .libs/idea.o .libs/salsa20.o .libs/salsa20-amd64.o .libs/gost28147.o .libs/chacha20.o .libs/chacha20-sse2-amd64.o .libs/chacha20-ssse3-amd64.o .libs/chacha20-avx2-amd64.o .libs/poly1305-sse2-amd64.o .libs/poly1305-avx2-amd64.o .libs/dsa.o .libs/rsa.o .libs/elgamal.o .libs/ecc.o .libs/ecc-curves.o .libs/ecc-misc.o .libs/ecc-ecdsa.o .libs/ecc-eddsa.o .libs/ecc-gost.o .libs/crc.o .libs/crc-intel-pclmul.o .libs/gostr3411-94.o .libs/stribog.o .libs/md4.o .libs/md5.o .libs/rmd160.o .libs/sha256.o .libs/sha256-ssse3-amd64.o .libs/sha256-avx-amd64.o .libs/sha256-avx2-bmi2-amd64.o .libs/sha512.o .libs/sha512-ssse3-amd64.o .libs/sha512-avx-amd64.o .libs/sha512-avx2-bmi2-amd64.o .libs/keccak.o .libs/tiger.o .libs/whirlpool.o .libs/whirlpool-sse2-amd64.o .libs/sha1.o .libs/sha1-ssse3-amd64.o .libs/sha1-avx-amd64.o .libs/sha1-avx-bmi2-amd64.o .libs/scrypt.o
  867. x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  868. libtool: link: x86_64-w64-mingw32-ranlib .libs/libcipher.a
  869. libtool: link: ( cd ".libs" && rm -f "libcipher.la" && ln -s "../libcipher.la" "libcipher.la" )
  870. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  871. Making all in random
  872. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  873. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo random.c
  874. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -DDLL_EXPORT -DPIC -o .libs/random.o
  875. mv -f .deps/random.Tpo .deps/random.Plo
  876. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c -o random-csprng.lo random-csprng.c
  877. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c random-csprng.c -DDLL_EXPORT -DPIC -o .libs/random-csprng.o
  878. mv -f .deps/random-csprng.Tpo .deps/random-csprng.Plo
  879. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-drbg.lo -MD -MP -MF .deps/random-drbg.Tpo -c -o random-drbg.lo random-drbg.c
  880. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-drbg.lo -MD -MP -MF .deps/random-drbg.Tpo -c random-drbg.c -DDLL_EXPORT -DPIC -o .libs/random-drbg.o
  881. mv -f .deps/random-drbg.Tpo .deps/random-drbg.Plo
  882. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-system.lo -MD -MP -MF .deps/random-system.Tpo -c -o random-system.lo random-system.c
  883. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random-system.lo -MD -MP -MF .deps/random-system.Tpo -c random-system.c -DDLL_EXPORT -DPIC -o .libs/random-system.o
  884. mv -f .deps/random-system.Tpo .deps/random-system.Plo
  885. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c -o rndhw.lo rndhw.c
  886. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c rndhw.c -DDLL_EXPORT -DPIC -o .libs/rndhw.o
  887. mv -f .deps/rndhw.Tpo .deps/rndhw.Plo
  888. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rndw32.lo -MD -MP -MF .deps/rndw32.Tpo -c -o rndw32.lo rndw32.c
  889. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rndw32.lo -MD -MP -MF .deps/rndw32.Tpo -c rndw32.c -DDLL_EXPORT -DPIC -o .libs/rndw32.o
  890. mv -f .deps/rndw32.Tpo .deps/rndw32.Plo
  891. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o librandom.la random.lo random-csprng.lo random-drbg.lo random-system.lo rndhw.lo rndw32.lo
  892. libtool: link: x86_64-w64-mingw32-ar cru .libs/librandom.a .libs/random.o .libs/random-csprng.o .libs/random-drbg.o .libs/random-system.o .libs/rndhw.o .libs/rndw32.o
  893. x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  894. libtool: link: x86_64-w64-mingw32-ranlib .libs/librandom.a
  895. libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
  896. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  897. Making all in src
  898. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  899. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-visibility.lo -MD -MP -MF .deps/libgcrypt_la-visibility.Tpo -c -o libgcrypt_la-visibility.lo `test -f 'visibility.c' || echo './'`visibility.c
  900. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-visibility.lo -MD -MP -MF .deps/libgcrypt_la-visibility.Tpo -c visibility.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-visibility.o
  901. mv -f .deps/libgcrypt_la-visibility.Tpo .deps/libgcrypt_la-visibility.Plo
  902. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-misc.lo -MD -MP -MF .deps/libgcrypt_la-misc.Tpo -c -o libgcrypt_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
  903. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-misc.lo -MD -MP -MF .deps/libgcrypt_la-misc.Tpo -c misc.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-misc.o
  904. mv -f .deps/libgcrypt_la-misc.Tpo .deps/libgcrypt_la-misc.Plo
  905. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-global.lo -MD -MP -MF .deps/libgcrypt_la-global.Tpo -c -o libgcrypt_la-global.lo `test -f 'global.c' || echo './'`global.c
  906. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-global.lo -MD -MP -MF .deps/libgcrypt_la-global.Tpo -c global.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-global.o
  907. mv -f .deps/libgcrypt_la-global.Tpo .deps/libgcrypt_la-global.Plo
  908. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-sexp.lo -MD -MP -MF .deps/libgcrypt_la-sexp.Tpo -c -o libgcrypt_la-sexp.lo `test -f 'sexp.c' || echo './'`sexp.c
  909. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-sexp.lo -MD -MP -MF .deps/libgcrypt_la-sexp.Tpo -c sexp.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-sexp.o
  910. mv -f .deps/libgcrypt_la-sexp.Tpo .deps/libgcrypt_la-sexp.Plo
  911. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-hwfeatures.lo -MD -MP -MF .deps/libgcrypt_la-hwfeatures.Tpo -c -o libgcrypt_la-hwfeatures.lo `test -f 'hwfeatures.c' || echo './'`hwfeatures.c
  912. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-hwfeatures.lo -MD -MP -MF .deps/libgcrypt_la-hwfeatures.Tpo -c hwfeatures.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-hwfeatures.o
  913. mv -f .deps/libgcrypt_la-hwfeatures.Tpo .deps/libgcrypt_la-hwfeatures.Plo
  914. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-stdmem.lo -MD -MP -MF .deps/libgcrypt_la-stdmem.Tpo -c -o libgcrypt_la-stdmem.lo `test -f 'stdmem.c' || echo './'`stdmem.c
  915. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-stdmem.lo -MD -MP -MF .deps/libgcrypt_la-stdmem.Tpo -c stdmem.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-stdmem.o
  916. mv -f .deps/libgcrypt_la-stdmem.Tpo .deps/libgcrypt_la-stdmem.Plo
  917. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-secmem.lo -MD -MP -MF .deps/libgcrypt_la-secmem.Tpo -c -o libgcrypt_la-secmem.lo `test -f 'secmem.c' || echo './'`secmem.c
  918. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-secmem.lo -MD -MP -MF .deps/libgcrypt_la-secmem.Tpo -c secmem.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-secmem.o
  919. mv -f .deps/libgcrypt_la-secmem.Tpo .deps/libgcrypt_la-secmem.Plo
  920. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-missing-string.lo -MD -MP -MF .deps/libgcrypt_la-missing-string.Tpo -c -o libgcrypt_la-missing-string.lo `test -f 'missing-string.c' || echo './'`missing-string.c
  921. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-missing-string.lo -MD -MP -MF .deps/libgcrypt_la-missing-string.Tpo -c missing-string.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-missing-string.o
  922. mv -f .deps/libgcrypt_la-missing-string.Tpo .deps/libgcrypt_la-missing-string.Plo
  923. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-fips.lo -MD -MP -MF .deps/libgcrypt_la-fips.Tpo -c -o libgcrypt_la-fips.lo `test -f 'fips.c' || echo './'`fips.c
  924. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-fips.lo -MD -MP -MF .deps/libgcrypt_la-fips.Tpo -c fips.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-fips.o
  925. mv -f .deps/libgcrypt_la-fips.Tpo .deps/libgcrypt_la-fips.Plo
  926. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-hmac256.lo -MD -MP -MF .deps/libgcrypt_la-hmac256.Tpo -c -o libgcrypt_la-hmac256.lo `test -f 'hmac256.c' || echo './'`hmac256.c
  927. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-hmac256.lo -MD -MP -MF .deps/libgcrypt_la-hmac256.Tpo -c hmac256.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-hmac256.o
  928. mv -f .deps/libgcrypt_la-hmac256.Tpo .deps/libgcrypt_la-hmac256.Plo
  929. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-context.lo -MD -MP -MF .deps/libgcrypt_la-context.Tpo -c -o libgcrypt_la-context.lo `test -f 'context.c' || echo './'`context.c
  930. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT libgcrypt_la-context.lo -MD -MP -MF .deps/libgcrypt_la-context.Tpo -c context.c -DDLL_EXPORT -DPIC -o .libs/libgcrypt_la-context.o
  931. mv -f .deps/libgcrypt_la-context.Tpo .deps/libgcrypt_la-context.Plo
  932. /bin/bash ../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hwf-x86.lo -MD -MP -MF .deps/hwf-x86.Tpo -c -o hwf-x86.lo hwf-x86.c
  933. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hwf-x86.lo -MD -MP -MF .deps/hwf-x86.Tpo -c hwf-x86.c -DDLL_EXPORT -DPIC -o .libs/hwf-x86.o
  934. mv -f .deps/hwf-x86.Tpo .deps/hwf-x86.Plo
  935. /bin/bash ../libtool --mode=compile --tag=RC x86_64-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I.. -i "versioninfo.rc" -o "versioninfo.lo"
  936. libtool: compile: x86_64-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I.. -i versioninfo.rc -o .libs/versioninfo.o
  937. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-undefined -export-symbols ./libgcrypt.def -XCClinker -static-libgcc -version-info 21:3:1 -o libgcrypt.la -rpath /home/daniel/libaacs/build-64/lib libgcrypt_la-visibility.lo libgcrypt_la-misc.lo libgcrypt_la-global.lo libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo libgcrypt_la-stdmem.lo libgcrypt_la-secmem.lo libgcrypt_la-missing-string.lo libgcrypt_la-fips.lo libgcrypt_la-hmac256.lo libgcrypt_la-context.lo versioninfo.lo hwf-x86.lo ../cipher/libcipher.la ../random/librandom.la ../mpi/libmpi.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  938. libtool: link: if test "x`/bin/sed \"/^;/d; /^[ ]*$/d\" ./libgcrypt.def | /bin/sed 1q`" = xEXPORTS; then cp ./libgcrypt.def .libs/libgcrypt-20.dll.def; else echo EXPORTS > .libs/libgcrypt-20.dll.def; cat ./libgcrypt.def >> .libs/libgcrypt-20.dll.def; fi
  939. libtool: link: x86_64-w64-mingw32-gcc -shared .libs/libgcrypt-20.dll.def .libs/libgcrypt_la-visibility.o .libs/libgcrypt_la-misc.o .libs/libgcrypt_la-global.o .libs/libgcrypt_la-sexp.o .libs/libgcrypt_la-hwfeatures.o .libs/libgcrypt_la-stdmem.o .libs/libgcrypt_la-secmem.o .libs/libgcrypt_la-missing-string.o .libs/libgcrypt_la-fips.o .libs/libgcrypt_la-hmac256.o .libs/libgcrypt_la-context.o .libs/versioninfo.o .libs/hwf-x86.o -Wl,--whole-archive ../cipher/.libs/libcipher.a ../random/.libs/librandom.a ../mpi/.libs/libmpi.a ../compat/.libs/libcompat.a -Wl,--no-whole-archive -L/home/daniel/libaacs/build-64/lib /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -O2 -static-libgcc -o .libs/libgcrypt-20.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgcrypt.dll.a
  940. libtool: link: ( cd ".libs" && rm -f "libgcrypt.la" && ln -s "../libgcrypt.la" "libgcrypt.la" )
  941. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT dumpsexp-dumpsexp.o -MD -MP -MF .deps/dumpsexp-dumpsexp.Tpo -c -o dumpsexp-dumpsexp.o `test -f 'dumpsexp.c' || echo './'`dumpsexp.c
  942. mv -f .deps/dumpsexp-dumpsexp.Tpo .deps/dumpsexp-dumpsexp.Po
  943. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -g -O2 -Wall -o dumpsexp.exe dumpsexp-dumpsexp.o
  944. libtool: link: x86_64-w64-mingw32-gcc -g -O2 -Wall -o .libs/dumpsexp.exe dumpsexp-dumpsexp.o
  945. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DSTANDALONE -g -O2 -Wall -MT hmac256-hmac256.o -MD -MP -MF .deps/hmac256-hmac256.Tpo -c -o hmac256-hmac256.o `test -f 'hmac256.c' || echo './'`hmac256.c
  946. mv -f .deps/hmac256-hmac256.Tpo .deps/hmac256-hmac256.Po
  947. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -DSTANDALONE -g -O2 -Wall -o hmac256.exe hmac256-hmac256.o
  948. libtool: link: x86_64-w64-mingw32-gcc -DSTANDALONE -g -O2 -Wall -o .libs/hmac256.exe hmac256-hmac256.o
  949. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpicalc-mpicalc.o -MD -MP -MF .deps/mpicalc-mpicalc.Tpo -c -o mpicalc-mpicalc.o `test -f 'mpicalc.c' || echo './'`mpicalc.c
  950. mv -f .deps/mpicalc-mpicalc.Tpo .deps/mpicalc-mpicalc.Po
  951. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o mpicalc.exe mpicalc-mpicalc.o libgcrypt.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  952. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/mpicalc.exe mpicalc-mpicalc.o ./.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/build-64/lib
  953. libtool: link: Could not determine the host path corresponding to
  954. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  955. libtool: link: Continuing, but uninstalled executables may not work.
  956. libtool: link: Could not determine the host path corresponding to
  957. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  958. libtool: link: Continuing, but uninstalled executables may not work.
  959. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  960. Making all in doc
  961. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  962. make all-am
  963. make[3]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  964. cc -o yat2m ./yat2m.c
  965. for file in gcrypt.texi ; do \
  966. ./yat2m -I . --release "Libgcrypt 1.7.3" --source "Libgcrypt" --store \
  967. `test -f '$file' || echo './'`$file ; done
  968. yat2m: writing 'hmac256.1'
  969. make[3]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  970. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  971. Making all in tests
  972. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  973. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
  974. mv -f .deps/version.Tpo .deps/version.Po
  975. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o version.exe version.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  976. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  977. libtool: link: warning: assuming `-no-fast-install' instead
  978. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/version.exe version.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  979. libtool: link: Could not determine the host path corresponding to
  980. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  981. libtool: link: Continuing, but uninstalled executables may not work.
  982. libtool: link: Could not determine the host path corresponding to
  983. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  984. libtool: link: Continuing, but uninstalled executables may not work.
  985. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT mpitests.o -MD -MP -MF .deps/mpitests.Tpo -c -o mpitests.o mpitests.c
  986. mv -f .deps/mpitests.Tpo .deps/mpitests.Po
  987. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o mpitests.exe mpitests.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  988. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  989. libtool: link: warning: assuming `-no-fast-install' instead
  990. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/mpitests.exe mpitests.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  991. libtool: link: Could not determine the host path corresponding to
  992. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  993. libtool: link: Continuing, but uninstalled executables may not work.
  994. libtool: link: Could not determine the host path corresponding to
  995. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  996. libtool: link: Continuing, but uninstalled executables may not work.
  997. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-sexp.o -MD -MP -MF .deps/t-sexp.Tpo -c -o t-sexp.o t-sexp.c
  998. mv -f .deps/t-sexp.Tpo .deps/t-sexp.Po
  999. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-sexp.exe t-sexp.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1000. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1001. libtool: link: warning: assuming `-no-fast-install' instead
  1002. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-sexp.exe t-sexp.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1003. libtool: link: Could not determine the host path corresponding to
  1004. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1005. libtool: link: Continuing, but uninstalled executables may not work.
  1006. libtool: link: Could not determine the host path corresponding to
  1007. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1008. libtool: link: Continuing, but uninstalled executables may not work.
  1009. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-convert.o -MD -MP -MF .deps/t-convert.Tpo -c -o t-convert.o t-convert.c
  1010. mv -f .deps/t-convert.Tpo .deps/t-convert.Po
  1011. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-convert.exe t-convert.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1012. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1013. libtool: link: warning: assuming `-no-fast-install' instead
  1014. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-convert.exe t-convert.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1015. libtool: link: Could not determine the host path corresponding to
  1016. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1017. libtool: link: Continuing, but uninstalled executables may not work.
  1018. libtool: link: Could not determine the host path corresponding to
  1019. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1020. libtool: link: Continuing, but uninstalled executables may not work.
  1021. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-mpi-bit.o -MD -MP -MF .deps/t-mpi-bit.Tpo -c -o t-mpi-bit.o t-mpi-bit.c
  1022. mv -f .deps/t-mpi-bit.Tpo .deps/t-mpi-bit.Po
  1023. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-mpi-bit.exe t-mpi-bit.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1024. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1025. libtool: link: warning: assuming `-no-fast-install' instead
  1026. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-mpi-bit.exe t-mpi-bit.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1027. libtool: link: Could not determine the host path corresponding to
  1028. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1029. libtool: link: Continuing, but uninstalled executables may not work.
  1030. libtool: link: Could not determine the host path corresponding to
  1031. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1032. libtool: link: Continuing, but uninstalled executables may not work.
  1033. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-mpi-point.o -MD -MP -MF .deps/t-mpi-point.Tpo -c -o t-mpi-point.o t-mpi-point.c
  1034. mv -f .deps/t-mpi-point.Tpo .deps/t-mpi-point.Po
  1035. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-mpi-point.exe t-mpi-point.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1036. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1037. libtool: link: warning: assuming `-no-fast-install' instead
  1038. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-mpi-point.exe t-mpi-point.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1039. libtool: link: Could not determine the host path corresponding to
  1040. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1041. libtool: link: Continuing, but uninstalled executables may not work.
  1042. libtool: link: Could not determine the host path corresponding to
  1043. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1044. libtool: link: Continuing, but uninstalled executables may not work.
  1045. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT curves.o -MD -MP -MF .deps/curves.Tpo -c -o curves.o curves.c
  1046. mv -f .deps/curves.Tpo .deps/curves.Po
  1047. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o curves.exe curves.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1048. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1049. libtool: link: warning: assuming `-no-fast-install' instead
  1050. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/curves.exe curves.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1051. libtool: link: Could not determine the host path corresponding to
  1052. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1053. libtool: link: Continuing, but uninstalled executables may not work.
  1054. libtool: link: Could not determine the host path corresponding to
  1055. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1056. libtool: link: Continuing, but uninstalled executables may not work.
  1057. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t_lock-t-lock.o -MD -MP -MF .deps/t_lock-t-lock.Tpo -c -o t_lock-t-lock.o `test -f 't-lock.c' || echo './'`t-lock.c
  1058. mv -f .deps/t_lock-t-lock.Tpo .deps/t_lock-t-lock.Po
  1059. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-lock.exe t_lock-t-lock.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1060. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1061. libtool: link: warning: assuming `-no-fast-install' instead
  1062. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-lock.exe t_lock-t-lock.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1063. libtool: link: Could not determine the host path corresponding to
  1064. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1065. libtool: link: Continuing, but uninstalled executables may not work.
  1066. libtool: link: Could not determine the host path corresponding to
  1067. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1068. libtool: link: Continuing, but uninstalled executables may not work.
  1069. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT prime.o -MD -MP -MF .deps/prime.Tpo -c -o prime.o prime.c
  1070. mv -f .deps/prime.Tpo .deps/prime.Po
  1071. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o prime.exe prime.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1072. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1073. libtool: link: warning: assuming `-no-fast-install' instead
  1074. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/prime.exe prime.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1075. libtool: link: Could not determine the host path corresponding to
  1076. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1077. libtool: link: Continuing, but uninstalled executables may not work.
  1078. libtool: link: Could not determine the host path corresponding to
  1079. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1080. libtool: link: Continuing, but uninstalled executables may not work.
  1081. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT basic.o -MD -MP -MF .deps/basic.Tpo -c -o basic.o basic.c
  1082. mv -f .deps/basic.Tpo .deps/basic.Po
  1083. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o basic.exe basic.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1084. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1085. libtool: link: warning: assuming `-no-fast-install' instead
  1086. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/basic.exe basic.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1087. libtool: link: Could not determine the host path corresponding to
  1088. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1089. libtool: link: Continuing, but uninstalled executables may not work.
  1090. libtool: link: Could not determine the host path corresponding to
  1091. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1092. libtool: link: Continuing, but uninstalled executables may not work.
  1093. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT keygen.o -MD -MP -MF .deps/keygen.Tpo -c -o keygen.o keygen.c
  1094. mv -f .deps/keygen.Tpo .deps/keygen.Po
  1095. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o keygen.exe keygen.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1096. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1097. libtool: link: warning: assuming `-no-fast-install' instead
  1098. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/keygen.exe keygen.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1099. libtool: link: Could not determine the host path corresponding to
  1100. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1101. libtool: link: Continuing, but uninstalled executables may not work.
  1102. libtool: link: Could not determine the host path corresponding to
  1103. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1104. libtool: link: Continuing, but uninstalled executables may not work.
  1105. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pubkey.o -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.o pubkey.c
  1106. mv -f .deps/pubkey.Tpo .deps/pubkey.Po
  1107. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o pubkey.exe pubkey.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1108. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1109. libtool: link: warning: assuming `-no-fast-install' instead
  1110. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/pubkey.exe pubkey.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1111. libtool: link: Could not determine the host path corresponding to
  1112. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1113. libtool: link: Continuing, but uninstalled executables may not work.
  1114. libtool: link: Could not determine the host path corresponding to
  1115. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1116. libtool: link: Continuing, but uninstalled executables may not work.
  1117. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hmac.o -MD -MP -MF .deps/hmac.Tpo -c -o hmac.o hmac.c
  1118. mv -f .deps/hmac.Tpo .deps/hmac.Po
  1119. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o hmac.exe hmac.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1120. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1121. libtool: link: warning: assuming `-no-fast-install' instead
  1122. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/hmac.exe hmac.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1123. libtool: link: Could not determine the host path corresponding to
  1124. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1125. libtool: link: Continuing, but uninstalled executables may not work.
  1126. libtool: link: Could not determine the host path corresponding to
  1127. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1128. libtool: link: Continuing, but uninstalled executables may not work.
  1129. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT hashtest.o -MD -MP -MF .deps/hashtest.Tpo -c -o hashtest.o hashtest.c
  1130. mv -f .deps/hashtest.Tpo .deps/hashtest.Po
  1131. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o hashtest.exe hashtest.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1132. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1133. libtool: link: warning: assuming `-no-fast-install' instead
  1134. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/hashtest.exe hashtest.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1135. libtool: link: Could not determine the host path corresponding to
  1136. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1137. libtool: link: Continuing, but uninstalled executables may not work.
  1138. libtool: link: Could not determine the host path corresponding to
  1139. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1140. libtool: link: Continuing, but uninstalled executables may not work.
  1141. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-kdf.o -MD -MP -MF .deps/t-kdf.Tpo -c -o t-kdf.o t-kdf.c
  1142. mv -f .deps/t-kdf.Tpo .deps/t-kdf.Po
  1143. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-kdf.exe t-kdf.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1144. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1145. libtool: link: warning: assuming `-no-fast-install' instead
  1146. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-kdf.exe t-kdf.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1147. libtool: link: Could not determine the host path corresponding to
  1148. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1149. libtool: link: Continuing, but uninstalled executables may not work.
  1150. libtool: link: Could not determine the host path corresponding to
  1151. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1152. libtool: link: Continuing, but uninstalled executables may not work.
  1153. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT keygrip.o -MD -MP -MF .deps/keygrip.Tpo -c -o keygrip.o keygrip.c
  1154. mv -f .deps/keygrip.Tpo .deps/keygrip.Po
  1155. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o keygrip.exe keygrip.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1156. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1157. libtool: link: warning: assuming `-no-fast-install' instead
  1158. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/keygrip.exe keygrip.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1159. libtool: link: Could not determine the host path corresponding to
  1160. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1161. libtool: link: Continuing, but uninstalled executables may not work.
  1162. libtool: link: Could not determine the host path corresponding to
  1163. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1164. libtool: link: Continuing, but uninstalled executables may not work.
  1165. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT fips186-dsa.o -MD -MP -MF .deps/fips186-dsa.Tpo -c -o fips186-dsa.o fips186-dsa.c
  1166. mv -f .deps/fips186-dsa.Tpo .deps/fips186-dsa.Po
  1167. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o fips186-dsa.exe fips186-dsa.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1168. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1169. libtool: link: warning: assuming `-no-fast-install' instead
  1170. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/fips186-dsa.exe fips186-dsa.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1171. libtool: link: Could not determine the host path corresponding to
  1172. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1173. libtool: link: Continuing, but uninstalled executables may not work.
  1174. libtool: link: Could not determine the host path corresponding to
  1175. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1176. libtool: link: Continuing, but uninstalled executables may not work.
  1177. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT aeswrap.o -MD -MP -MF .deps/aeswrap.Tpo -c -o aeswrap.o aeswrap.c
  1178. mv -f .deps/aeswrap.Tpo .deps/aeswrap.Po
  1179. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o aeswrap.exe aeswrap.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1180. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1181. libtool: link: warning: assuming `-no-fast-install' instead
  1182. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/aeswrap.exe aeswrap.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1183. libtool: link: Could not determine the host path corresponding to
  1184. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1185. libtool: link: Continuing, but uninstalled executables may not work.
  1186. libtool: link: Could not determine the host path corresponding to
  1187. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1188. libtool: link: Continuing, but uninstalled executables may not work.
  1189. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT pkcs1v2.o -MD -MP -MF .deps/pkcs1v2.Tpo -c -o pkcs1v2.o pkcs1v2.c
  1190. mv -f .deps/pkcs1v2.Tpo .deps/pkcs1v2.Po
  1191. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o pkcs1v2.exe pkcs1v2.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1192. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1193. libtool: link: warning: assuming `-no-fast-install' instead
  1194. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/pkcs1v2.exe pkcs1v2.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1195. libtool: link: Could not determine the host path corresponding to
  1196. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1197. libtool: link: Continuing, but uninstalled executables may not work.
  1198. libtool: link: Could not determine the host path corresponding to
  1199. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1200. libtool: link: Continuing, but uninstalled executables may not work.
  1201. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c
  1202. mv -f .deps/random.Tpo .deps/random.Po
  1203. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o random.exe random.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1204. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1205. libtool: link: warning: assuming `-no-fast-install' instead
  1206. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/random.exe random.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1207. libtool: link: Could not determine the host path corresponding to
  1208. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1209. libtool: link: Continuing, but uninstalled executables may not work.
  1210. libtool: link: Could not determine the host path corresponding to
  1211. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1212. libtool: link: Continuing, but uninstalled executables may not work.
  1213. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT dsa-rfc6979.o -MD -MP -MF .deps/dsa-rfc6979.Tpo -c -o dsa-rfc6979.o dsa-rfc6979.c
  1214. mv -f .deps/dsa-rfc6979.Tpo .deps/dsa-rfc6979.Po
  1215. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o dsa-rfc6979.exe dsa-rfc6979.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1216. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1217. libtool: link: warning: assuming `-no-fast-install' instead
  1218. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/dsa-rfc6979.exe dsa-rfc6979.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1219. libtool: link: Could not determine the host path corresponding to
  1220. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1221. libtool: link: Continuing, but uninstalled executables may not work.
  1222. libtool: link: Could not determine the host path corresponding to
  1223. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1224. libtool: link: Continuing, but uninstalled executables may not work.
  1225. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-ed25519.o -MD -MP -MF .deps/t-ed25519.Tpo -c -o t-ed25519.o t-ed25519.c
  1226. mv -f .deps/t-ed25519.Tpo .deps/t-ed25519.Po
  1227. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-ed25519.exe t-ed25519.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1228. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1229. libtool: link: warning: assuming `-no-fast-install' instead
  1230. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-ed25519.exe t-ed25519.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1231. libtool: link: Could not determine the host path corresponding to
  1232. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1233. libtool: link: Continuing, but uninstalled executables may not work.
  1234. libtool: link: Could not determine the host path corresponding to
  1235. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1236. libtool: link: Continuing, but uninstalled executables may not work.
  1237. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT t-cv25519.o -MD -MP -MF .deps/t-cv25519.Tpo -c -o t-cv25519.o t-cv25519.c
  1238. mv -f .deps/t-cv25519.Tpo .deps/t-cv25519.Po
  1239. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o t-cv25519.exe t-cv25519.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1240. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1241. libtool: link: warning: assuming `-no-fast-install' instead
  1242. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/t-cv25519.exe t-cv25519.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1243. libtool: link: Could not determine the host path corresponding to
  1244. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1245. libtool: link: Continuing, but uninstalled executables may not work.
  1246. libtool: link: Could not determine the host path corresponding to
  1247. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1248. libtool: link: Continuing, but uninstalled executables may not work.
  1249. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c
  1250. mv -f .deps/benchmark.Tpo .deps/benchmark.Po
  1251. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o benchmark.exe benchmark.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1252. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1253. libtool: link: warning: assuming `-no-fast-install' instead
  1254. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/benchmark.exe benchmark.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1255. libtool: link: Could not determine the host path corresponding to
  1256. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1257. libtool: link: Continuing, but uninstalled executables may not work.
  1258. libtool: link: Could not determine the host path corresponding to
  1259. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1260. libtool: link: Continuing, but uninstalled executables may not work.
  1261. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT bench-slope.o -MD -MP -MF .deps/bench-slope.Tpo -c -o bench-slope.o bench-slope.c
  1262. mv -f .deps/bench-slope.Tpo .deps/bench-slope.Po
  1263. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o bench-slope.exe bench-slope.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1264. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1265. libtool: link: warning: assuming `-no-fast-install' instead
  1266. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/bench-slope.exe bench-slope.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1267. libtool: link: Could not determine the host path corresponding to
  1268. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1269. libtool: link: Continuing, but uninstalled executables may not work.
  1270. libtool: link: Could not determine the host path corresponding to
  1271. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1272. libtool: link: Continuing, but uninstalled executables may not work.
  1273. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT fipsdrv.o -MD -MP -MF .deps/fipsdrv.Tpo -c -o fipsdrv.o fipsdrv.c
  1274. mv -f .deps/fipsdrv.Tpo .deps/fipsdrv.Po
  1275. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o fipsdrv.exe fipsdrv.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1276. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1277. libtool: link: warning: assuming `-no-fast-install' instead
  1278. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/fipsdrv.exe fipsdrv.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1279. libtool: link: Could not determine the host path corresponding to
  1280. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1281. libtool: link: Continuing, but uninstalled executables may not work.
  1282. libtool: link: Could not determine the host path corresponding to
  1283. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1284. libtool: link: Continuing, but uninstalled executables may not work.
  1285. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT rsacvt.o -MD -MP -MF .deps/rsacvt.Tpo -c -o rsacvt.o rsacvt.c
  1286. mv -f .deps/rsacvt.Tpo .deps/rsacvt.Po
  1287. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o rsacvt.exe rsacvt.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1288. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1289. libtool: link: warning: assuming `-no-fast-install' instead
  1290. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/rsacvt.exe rsacvt.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1291. libtool: link: Could not determine the host path corresponding to
  1292. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1293. libtool: link: Continuing, but uninstalled executables may not work.
  1294. libtool: link: Could not determine the host path corresponding to
  1295. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1296. libtool: link: Continuing, but uninstalled executables may not work.
  1297. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT genhashdata.o -MD -MP -MF .deps/genhashdata.Tpo -c -o genhashdata.o genhashdata.c
  1298. mv -f .deps/genhashdata.Tpo .deps/genhashdata.Po
  1299. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o genhashdata.exe genhashdata.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1300. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1301. libtool: link: warning: assuming `-no-fast-install' instead
  1302. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/genhashdata.exe genhashdata.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1303. libtool: link: Could not determine the host path corresponding to
  1304. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1305. libtool: link: Continuing, but uninstalled executables may not work.
  1306. libtool: link: Could not determine the host path corresponding to
  1307. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1308. libtool: link: Continuing, but uninstalled executables may not work.
  1309. x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -MT gchash.o -MD -MP -MF .deps/gchash.Tpo -c -o gchash.o gchash.c
  1310. mv -f .deps/gchash.Tpo .deps/gchash.Po
  1311. /bin/bash ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -no-install -o gchash.exe gchash.o ../src/libgcrypt.la ../compat/libcompat.la -L/home/daniel/libaacs/build-64/lib -lgpg-error
  1312. libtool: link: warning: `-no-install' is ignored for x86_64-w64-mingw32
  1313. libtool: link: warning: assuming `-no-fast-install' instead
  1314. libtool: link: x86_64-w64-mingw32-gcc -I/home/daniel/libaacs/build-64/include -g -O2 -Wall -o .libs/gchash.exe gchash.o ../src/.libs/libgcrypt.dll.a -L/home/daniel/libaacs/build-64/lib ../compat/.libs/libcompat.a /home/daniel/libaacs/build-64/lib/libgpg-error.dll.a -L/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs -L/home/daniel/libaacs/build-64/lib -L/home/daniel/libaacs/build-64/lib
  1315. libtool: link: Could not determine the host path corresponding to
  1316. libtool: link: `/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs:/home/daniel/libaacs/build-64/lib'
  1317. libtool: link: Continuing, but uninstalled executables may not work.
  1318. libtool: link: Could not determine the host path corresponding to
  1319. libtool: link: `/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin:/home/daniel/libaacs/libgcrypt-1.7.3/src/.libs'
  1320. libtool: link: Continuing, but uninstalled executables may not work.
  1321. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  1322. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1323. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1324. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1325. daniel@Daniel-college-laptop:~/libaacs/libgcrypt-1.7.3$ make install
  1326. Making install in compat
  1327. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  1328. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  1329. make[2]: Nothing to be done for 'install-exec-am'.
  1330. make[2]: Nothing to be done for 'install-data-am'.
  1331. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  1332. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/compat'
  1333. Making install in mpi
  1334. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  1335. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  1336. make[2]: Nothing to be done for 'install-exec-am'.
  1337. make[2]: Nothing to be done for 'install-data-am'.
  1338. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  1339. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/mpi'
  1340. Making install in cipher
  1341. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  1342. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  1343. make[2]: Nothing to be done for 'install-exec-am'.
  1344. make[2]: Nothing to be done for 'install-data-am'.
  1345. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  1346. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/cipher'
  1347. Making install in random
  1348. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  1349. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  1350. make[2]: Nothing to be done for 'install-exec-am'.
  1351. make[2]: Nothing to be done for 'install-data-am'.
  1352. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  1353. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/random'
  1354. Making install in src
  1355. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  1356. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  1357. /bin/mkdir -p '/home/daniel/libaacs/build-64/lib'
  1358. /bin/bash ../libtool --mode=install /usr/bin/install -c libgcrypt.la '/home/daniel/libaacs/build-64/lib'
  1359. libtool: install: /usr/bin/install -c .libs/libgcrypt.dll.a /home/daniel/libaacs/build-64/lib/libgcrypt.dll.a
  1360. libtool: install: base_file=`basename libgcrypt.la`
  1361. libtool: install: dlpath=`/bin/bash 2>&1 -c '. .libs/'libgcrypt.la'i; echo libgcrypt-20.dll'`
  1362. libtool: install: dldir=/home/daniel/libaacs/build-64/lib/`dirname ../bin/libgcrypt-20.dll`
  1363. libtool: install: test -d /home/daniel/libaacs/build-64/lib/../bin || mkdir -p /home/daniel/libaacs/build-64/lib/../bin
  1364. libtool: install: /usr/bin/install -c .libs/libgcrypt-20.dll /home/daniel/libaacs/build-64/lib/../bin/libgcrypt-20.dll
  1365. libtool: install: chmod a+x /home/daniel/libaacs/build-64/lib/../bin/libgcrypt-20.dll
  1366. libtool: install: if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /home/daniel/libaacs/build-64/lib/../bin/libgcrypt-20.dll' || exit 0; fi
  1367. libtool: install: /usr/bin/install -c .libs/libgcrypt.lai /home/daniel/libaacs/build-64/lib/libgcrypt.la
  1368. /bin/mkdir -p '/home/daniel/libaacs/build-64/bin'
  1369. /bin/bash ../libtool --mode=install /usr/bin/install -c dumpsexp.exe hmac256.exe mpicalc.exe '/home/daniel/libaacs/build-64/bin'
  1370. libtool: install: /usr/bin/install -c .libs/dumpsexp.exe /home/daniel/libaacs/build-64/bin/dumpsexp.exe
  1371. libtool: install: /usr/bin/install -c .libs/hmac256.exe /home/daniel/libaacs/build-64/bin/hmac256.exe
  1372. libtool: install: /usr/bin/install -c .libs/mpicalc.exe /home/daniel/libaacs/build-64/bin/mpicalc.exe
  1373. /bin/mkdir -p '/home/daniel/libaacs/build-64/bin'
  1374. /usr/bin/install -c libgcrypt-config '/home/daniel/libaacs/build-64/bin'
  1375. /usr/bin/install -c -d /home/daniel/libaacs/build-64/lib
  1376. /usr/bin/install -c ./libgcrypt.def /home/daniel/libaacs/build-64/lib/libgcrypt.def
  1377. /bin/mkdir -p '/home/daniel/libaacs/build-64/share/aclocal'
  1378. /usr/bin/install -c -m 644 libgcrypt.m4 '/home/daniel/libaacs/build-64/share/aclocal'
  1379. /bin/mkdir -p '/home/daniel/libaacs/build-64/include'
  1380. /usr/bin/install -c -m 644 gcrypt.h '/home/daniel/libaacs/build-64/include'
  1381. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  1382. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/src'
  1383. Making install in doc
  1384. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1385. make install-am
  1386. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1387. make[3]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1388. make[3]: Nothing to be done for 'install-exec-am'.
  1389. /bin/mkdir -p '/home/daniel/libaacs/build-64/share/info'
  1390. /usr/bin/install -c -m 644 ./gcrypt.info '/home/daniel/libaacs/build-64/share/info'
  1391. /bin/mkdir -p '/home/daniel/libaacs/build-64/share/man/man1'
  1392. /usr/bin/install -c -m 644 hmac256.1 '/home/daniel/libaacs/build-64/share/man/man1'
  1393. make[3]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1394. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1395. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/doc'
  1396. Making install in tests
  1397. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  1398. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  1399. make[2]: Nothing to be done for 'install-exec-am'.
  1400. make[2]: Nothing to be done for 'install-data-am'.
  1401. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  1402. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3/tests'
  1403. make[1]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1404. make[2]: Entering directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1405. make[2]: Nothing to be done for 'install-exec-am'.
  1406. make[2]: Nothing to be done for 'install-data-am'.
  1407. make[2]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1408. make[1]: Leaving directory '/home/daniel/libaacs/libgcrypt-1.7.3'
  1409. daniel@Daniel-college-laptop:~/libaacs/libgcrypt-1.7.3$ cd ..
  1410. daniel@Daniel-college-laptop:~/libaacs$ wget ftp://ftp.videolan.org/pub/videolan/libaacs/0.9.0/libaacs-0.9.0.tar.bz2
  1411. --2018-06-19 22:10:14-- ftp://ftp.videolan.org/pub/videolan/libaacs/0.9.0/libaacs-0.9.0.tar.bz2
  1412. => ‘libaacs-0.9.0.tar.bz2’
  1413. Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2, 2a01:e0d:1:3:58bf:fa02:c0de:20
  1414. Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... connected.
  1415. Logging in as anonymous ... Logged in!
  1416. ==> SYST ... done. ==> PWD ... done.
  1417. ==> TYPE I ... done. ==> CWD (1) /pub/videolan/libaacs/0.9.0 ... done.
  1418. ==> SIZE libaacs-0.9.0.tar.bz2 ... 316323
  1419. ==> PASV ... done. ==> RETR libaacs-0.9.0.tar.bz2 ... done.
  1420. Length: 316323 (309K) (unauthoritative)
  1421.  
  1422. libaacs-0.9.0.tar.bz2 100%[========================================================================================================================================>] 308.91K --.-KB/s in 0.08s
  1423.  
  1424. 2018-06-19 22:10:15 (3.62 MB/s) - ‘libaacs-0.9.0.tar.bz2’ saved [316323]
  1425.  
  1426. daniel@Daniel-college-laptop:~/libaacs$ tar xvfj libaacs-0.9.0.tar.bz2
  1427. libaacs-0.9.0/
  1428. libaacs-0.9.0/COPYING
  1429. libaacs-0.9.0/ChangeLog
  1430. libaacs-0.9.0/m4/
  1431. libaacs-0.9.0/m4/ltversion.m4
  1432. libaacs-0.9.0/m4/ltoptions.m4
  1433. libaacs-0.9.0/m4/attributes.m4
  1434. libaacs-0.9.0/m4/ltsugar.m4
  1435. libaacs-0.9.0/m4/lt~obsolete.m4
  1436. libaacs-0.9.0/m4/gpg-error.m4
  1437. libaacs-0.9.0/m4/libgcrypt.m4
  1438. libaacs-0.9.0/m4/libtool.m4
  1439. libaacs-0.9.0/config.h.in
  1440. libaacs-0.9.0/KEYDB.cfg
  1441. libaacs-0.9.0/README.txt
  1442. libaacs-0.9.0/Makefile.am
  1443. libaacs-0.9.0/configure
  1444. libaacs-0.9.0/configure.ac
  1445. libaacs-0.9.0/aclocal.m4
  1446. libaacs-0.9.0/bootstrap
  1447. libaacs-0.9.0/build-aux/
  1448. libaacs-0.9.0/build-aux/missing
  1449. libaacs-0.9.0/build-aux/ltmain.sh
  1450. libaacs-0.9.0/build-aux/config.guess
  1451. libaacs-0.9.0/build-aux/compile
  1452. libaacs-0.9.0/build-aux/config.sub
  1453. libaacs-0.9.0/build-aux/install-sh
  1454. libaacs-0.9.0/build-aux/depcomp
  1455. libaacs-0.9.0/build-aux/ylwrap
  1456. libaacs-0.9.0/Makefile.in
  1457. libaacs-0.9.0/src/
  1458. libaacs-0.9.0/src/examples/
  1459. libaacs-0.9.0/src/examples/aacs_info.c
  1460. libaacs-0.9.0/src/examples/parser_test.c
  1461. libaacs-0.9.0/src/libaacs/
  1462. libaacs-0.9.0/src/libaacs/unit_key.h
  1463. libaacs-0.9.0/src/libaacs/content_cert.c
  1464. libaacs-0.9.0/src/libaacs/unit_key.c
  1465. libaacs-0.9.0/src/libaacs/content_cert.h
  1466. libaacs-0.9.0/src/libaacs/cci_data.h
  1467. libaacs-0.9.0/src/libaacs/aacs.h
  1468. libaacs-0.9.0/src/libaacs/crypto.h
  1469. libaacs-0.9.0/src/libaacs/mmc.c
  1470. libaacs-0.9.0/src/libaacs/crypto.c
  1471. libaacs-0.9.0/src/libaacs/aacs-version.h.in
  1472. libaacs-0.9.0/src/libaacs/ec.c
  1473. libaacs-0.9.0/src/libaacs/mkb.c
  1474. libaacs-0.9.0/src/libaacs/mkb.h
  1475. libaacs-0.9.0/src/libaacs/mmc.h
  1476. libaacs-0.9.0/src/libaacs/cci.h
  1477. libaacs-0.9.0/src/libaacs/aacs.c
  1478. libaacs-0.9.0/src/libaacs/cci.c
  1479. libaacs-0.9.0/src/file/
  1480. libaacs-0.9.0/src/file/file_posix.c
  1481. libaacs-0.9.0/src/file/file.h
  1482. libaacs-0.9.0/src/file/keydbcfg.c
  1483. libaacs-0.9.0/src/file/dirs_darwin.c
  1484. libaacs-0.9.0/src/file/mmc_device_darwin.c
  1485. libaacs-0.9.0/src/file/file_win32.c
  1486. libaacs-0.9.0/src/file/path.h
  1487. libaacs-0.9.0/src/file/dirs_win32.c
  1488. libaacs-0.9.0/src/file/mmc_device_linux.c
  1489. libaacs-0.9.0/src/file/filesystem.h
  1490. libaacs-0.9.0/src/file/path.c
  1491. libaacs-0.9.0/src/file/filesystem.c
  1492. libaacs-0.9.0/src/file/keydbcfg-lexer.l
  1493. libaacs-0.9.0/src/file/file.c
  1494. libaacs-0.9.0/src/file/mmc_device_win32.c
  1495. libaacs-0.9.0/src/file/keydb.h
  1496. libaacs-0.9.0/src/file/keydbcfg-parser.y
  1497. libaacs-0.9.0/src/file/mmc_device.h
  1498. libaacs-0.9.0/src/file/keydbcfg.h
  1499. libaacs-0.9.0/src/file/dirs.h
  1500. libaacs-0.9.0/src/file/dirs_xdg.c
  1501. libaacs-0.9.0/src/libaacs.pc.in
  1502. libaacs-0.9.0/src/util/
  1503. libaacs-0.9.0/src/util/logging.h
  1504. libaacs-0.9.0/src/util/strutl.c
  1505. libaacs-0.9.0/src/util/attributes.h
  1506. libaacs-0.9.0/src/util/strutl.h
  1507. libaacs-0.9.0/src/util/logging.c
  1508. libaacs-0.9.0/src/util/macro.h
  1509. daniel@Daniel-college-laptop:~/libaacs$ cd libaacs-0.9.0/
  1510. daniel@Daniel-college-laptop:~/libaacs/libaacs-0.9.0$ ./configure --host=x86_64-w64-mingw32 --with-gpg-error-prefix=/home/daniel/libaacs/build-64 --with-libgcrypt-prefix=/home/daniel/libaacs/build-64 --prefix=/home/daniel/libaacs/build-64
  1511. checking build system type... x86_64-pc-linux-gnu
  1512. checking host system type... x86_64-w64-mingw32
  1513. checking target system type... x86_64-w64-mingw32
  1514. checking for a BSD-compatible install... /usr/bin/install -c
  1515. checking whether build environment is sane... yes
  1516. checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
  1517. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1518. checking for gawk... no
  1519. checking for mawk... mawk
  1520. checking whether make sets $(MAKE)... yes
  1521. checking whether make supports nested variables... yes
  1522. checking whether UID '1000' is supported by ustar format... yes
  1523. checking whether GID '1000' is supported by ustar format... yes
  1524. checking how to create a ustar tar archive... gnutar
  1525. checking whether to enable maintainer-specific portions of Makefiles... no
  1526. checking whether make supports nested variables... (cached) yes
  1527. checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
  1528. checking whether the C compiler works... yes
  1529. checking for C compiler default output file name... a.exe
  1530. checking for suffix of executables... .exe
  1531. checking whether we are cross compiling... yes
  1532. checking for suffix of object files... o
  1533. checking whether we are using the GNU C compiler... yes
  1534. checking whether x86_64-w64-mingw32-gcc accepts -g... yes
  1535. checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
  1536. checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
  1537. checking for style of include used by make... GNU
  1538. checking dependency style of x86_64-w64-mingw32-gcc... gcc3
  1539. checking how to print strings... printf
  1540. checking for a sed that does not truncate output... /bin/sed
  1541. checking for grep that handles long lines and -e... /bin/grep
  1542. checking for egrep... /bin/grep -E
  1543. checking for fgrep... /bin/grep -F
  1544. checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
  1545. checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
  1546. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
  1547. checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
  1548. checking whether ln -s works... yes
  1549. checking the maximum length of command line arguments... 1572864
  1550. checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
  1551. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1552. checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
  1553. checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
  1554. checking how to recognize dependent libraries... (cached) pass_all
  1555. checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
  1556. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  1557. checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
  1558. checking for archiver @FILE support... @
  1559. checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
  1560. checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
  1561. checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
  1562. checking for sysroot... no
  1563. checking for a working dd... /bin/dd
  1564. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  1565. checking for x86_64-w64-mingw32-mt... no
  1566. checking for mt... mt
  1567. configure: WARNING: using cross tools not prefixed with host triplet
  1568. checking if mt is a manifest tool... no
  1569. checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
  1570. checking for ANSI C header files... yes
  1571. checking for sys/types.h... yes
  1572. checking for sys/stat.h... yes
  1573. checking for stdlib.h... yes
  1574. checking for string.h... yes
  1575. checking for memory.h... yes
  1576. checking for strings.h... yes
  1577. checking for inttypes.h... yes
  1578. checking for stdint.h... yes
  1579. checking for unistd.h... yes
  1580. checking for dlfcn.h... no
  1581. checking for objdir... .libs
  1582. checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
  1583. checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  1584. checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  1585. checking if x86_64-w64-mingw32-gcc static flag -static works... yes
  1586. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
  1587. checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
  1588. checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
  1589. checking whether -lc should be explicitly linked in... yes
  1590. checking dynamic linker characteristics... Win32 ld.exe
  1591. checking how to hardcode library paths into programs... immediate
  1592. checking whether stripping libraries is possible... yes
  1593. checking if libtool supports shared libraries... yes
  1594. checking whether to build shared libraries... yes
  1595. checking whether to build static libraries... yes
  1596. checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
  1597. checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
  1598. checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
  1599. checking for flex... flex
  1600. checking lex output file root... lex.yy
  1601. checking lex library... none needed
  1602. checking whether yytext is a pointer... no
  1603. checking for bison... bison -y
  1604. checking return type of signal handlers... void
  1605. checking stdarg.h usability... yes
  1606. checking stdarg.h presence... yes
  1607. checking for stdarg.h... yes
  1608. checking for sys/types.h... (cached) yes
  1609. checking dirent.h usability... yes
  1610. checking dirent.h presence... yes
  1611. checking for dirent.h... yes
  1612. checking errno.h usability... yes
  1613. checking errno.h presence... yes
  1614. checking for errno.h... yes
  1615. checking libgen.h usability... yes
  1616. checking libgen.h presence... yes
  1617. checking for libgen.h... yes
  1618. checking malloc.h usability... yes
  1619. checking malloc.h presence... yes
  1620. checking for malloc.h... yes
  1621. checking for stdlib.h... (cached) yes
  1622. checking mntent.h usability... no
  1623. checking mntent.h presence... no
  1624. checking for mntent.h... no
  1625. checking linux/cdrom.h usability... no
  1626. checking linux/cdrom.h presence... no
  1627. checking for linux/cdrom.h... no
  1628. checking for inttypes.h... (cached) yes
  1629. checking sys/time.h usability... yes
  1630. checking sys/time.h presence... yes
  1631. checking for sys/time.h... yes
  1632. checking time.h usability... yes
  1633. checking time.h presence... yes
  1634. checking for time.h... yes
  1635. checking sys/select.h usability... no
  1636. checking sys/select.h presence... no
  1637. checking for sys/select.h... no
  1638. checking limits.h usability... yes
  1639. checking limits.h presence... yes
  1640. checking for limits.h... yes
  1641. checking sys/param.h usability... yes
  1642. checking sys/param.h presence... yes
  1643. checking for sys/param.h... yes
  1644. checking sys/mount.h usability... no
  1645. checking sys/mount.h presence... no
  1646. checking for sys/mount.h... no
  1647. checking for dirent.h that defines DIR... yes
  1648. checking for library containing opendir... none required
  1649. checking for struct dirent.d_type... no
  1650. checking for special C compiler options needed for large files... no
  1651. checking for _FILE_OFFSET_BITS value needed for large files... 64
  1652. checking for snprintf... yes
  1653. checking for x86_64-w64-mingw32-libgcrypt-config... /home/daniel/libaacs/build-64/bin/libgcrypt-config
  1654. checking for LIBGCRYPT - version >= 1.6.0... yes (1.7.3)
  1655. checking whether strerror_r is declared... no
  1656. checking for strerror_r... no
  1657. checking whether strerror_r returns char *... no
  1658. checking for x86_64-w64-mingw32-gpg-error-config... /home/daniel/libaacs/build-64/bin/gpg-error-config
  1659. checking for GPG Error - version >= 0.5... yes (1.25)
  1660. checking if x86_64-w64-mingw32-gcc supports -Wall flag... yes
  1661. checking if x86_64-w64-mingw32-gcc supports -Wdisabled-optimization flag... yes
  1662. checking if x86_64-w64-mingw32-gcc supports -Wpointer-arith flag... yes
  1663. checking if x86_64-w64-mingw32-gcc supports -Wredundant-decls flag... yes
  1664. checking if x86_64-w64-mingw32-gcc supports -Wcast-qual flag... yes
  1665. checking if x86_64-w64-mingw32-gcc supports -Wwrite-strings flag... yes
  1666. checking if x86_64-w64-mingw32-gcc supports -Wtype-limits flag... yes
  1667. checking if x86_64-w64-mingw32-gcc supports -Wundef flag... yes
  1668. checking if x86_64-w64-mingw32-gcc supports -Wmissing-prototypes flag... yes
  1669. checking if x86_64-w64-mingw32-gcc supports -Wshadow flag... yes
  1670. checking if x86_64-w64-mingw32-gcc supports -Werror=implicit-function-declaration flag... yes
  1671. checking for x86_64-w64-mingw32-gcc way to treat warnings as errors... -Werror
  1672. checking if x86_64-w64-mingw32-gcc supports -Wextra flag... yes
  1673. checking if x86_64-w64-mingw32-gcc supports -Winline flag... yes
  1674. checking if x86_64-w64-mingw32-gcc supports -O3 flag... yes
  1675. checking if x86_64-w64-mingw32-gcc supports -fomit-frame-pointer flag... yes
  1676. checking that generated files are newer than configure... done
  1677. configure: creating ./config.status
  1678. config.status: creating Makefile
  1679. config.status: creating src/libaacs.pc
  1680. config.status: creating src/libaacs/aacs-version.h
  1681. config.status: creating config.h
  1682. config.status: executing depfiles commands
  1683. config.status: executing libtool commands
  1684. daniel@Daniel-college-laptop:~/libaacs/libaacs-0.9.0$ make
  1685. YACC src/file/keydbcfg-parser.c
  1686. updating src/file/keydbcfg-parser.h
  1687. LEX src/file/keydbcfg-lexer.c
  1688. make all-am
  1689. make[1]: Entering directory '/home/daniel/libaacs/libaacs-0.9.0'
  1690. CC src/libaacs/aacs.lo
  1691. CC src/libaacs/cci.lo
  1692. CC src/libaacs/content_cert.lo
  1693. CC src/libaacs/crypto.lo
  1694. CC src/libaacs/mkb.lo
  1695. CC src/libaacs/mmc.lo
  1696. CC src/libaacs/unit_key.lo
  1697. CC src/file/file.lo
  1698. CC src/file/filesystem.lo
  1699. CC src/file/keydbcfg.lo
  1700. CC src/file/keydbcfg-parser.lo
  1701. CC src/file/keydbcfg-lexer.lo
  1702. src/file/keydbcfg-lexer.c: In function ‘yy_get_next_buffer’:
  1703. src/file/keydbcfg-lexer.c:798:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1704. for ( n = 0; n < max_size && \
  1705. ^
  1706. src/file/keydbcfg-lexer.c:1394:3: note: in expansion of macro ‘YY_INPUT’
  1707. YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1708. ^~~~~~~~
  1709. CC src/util/logging.lo
  1710. CC src/util/strutl.lo
  1711. CC src/file/dirs_win32.lo
  1712. CC src/file/file_win32.lo
  1713. CC src/file/mmc_device_win32.lo
  1714. CCLD libaacs.la
  1715. x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  1716. CC src/examples/aacs_info-aacs_info.o
  1717. CCLD aacs_info.exe
  1718. libtool: error: Could not determine the host path corresponding to
  1719. libtool: error: '/home/daniel/libaacs/libaacs-0.9.0/.libs:/home/daniel/libaacs/build-64/lib'
  1720. libtool: error: Continuing, but uninstalled executables may not work.
  1721. libtool: error: Could not determine the host path corresponding to
  1722. libtool: error: '/home/daniel/libaacs/libaacs-0.9.0/.libs:/home/daniel/libaacs/build-64/lib:/home/daniel/libaacs/build-64/bin'
  1723. libtool: error: Continuing, but uninstalled executables may not work.
  1724. ./.libs/lt-aacs_info.c: In function 'prepare_spawn':
  1725. ./.libs/lt-aacs_info.c:827:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
  1726. new_argv[i] = (char *) string;
  1727. ^
  1728. CC src/examples/parser_test-parser_test.o
  1729. CC src/file/parser_test-keydbcfg-parser.o
  1730. CC src/file/parser_test-keydbcfg-lexer.o
  1731. src/file/keydbcfg-lexer.c: In function ‘yy_get_next_buffer’:
  1732. src/file/keydbcfg-lexer.c:798:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1733. for ( n = 0; n < max_size && \
  1734. ^
  1735. src/file/keydbcfg-lexer.c:1394:3: note: in expansion of macro ‘YY_INPUT’
  1736. YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1737. ^~~~~~~~
  1738. CC src/util/parser_test-strutl.o
  1739. CC src/util/parser_test-logging.o
  1740. CCLD parser_test.exe
  1741. ./.libs/lt-parser_test.c: In function 'prepare_spawn':
  1742. ./.libs/lt-parser_test.c:827:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
  1743. new_argv[i] = (char *) string;
  1744. ^
  1745. make[1]: Leaving directory '/home/daniel/libaacs/libaacs-0.9.0'
  1746. daniel@Daniel-college-laptop:~/libaacs/libaacs-0.9.0$ make install
  1747. make install-am
  1748. make[1]: Entering directory '/home/daniel/libaacs/libaacs-0.9.0'
  1749. make[2]: Entering directory '/home/daniel/libaacs/libaacs-0.9.0'
  1750. /bin/mkdir -p '/home/daniel/libaacs/build-64/lib'
  1751. /bin/bash ./libtool --mode=install /usr/bin/install -c libaacs.la '/home/daniel/libaacs/build-64/lib'
  1752. libtool: install: /usr/bin/install -c .libs/libaacs.dll.a /home/daniel/libaacs/build-64/lib/libaacs.dll.a
  1753. libtool: install: base_file=`basename libaacs.la`
  1754. libtool: install: dlpath=`/bin/bash 2>&1 -c '. .libs/'libaacs.la'i; echo libaacs-0.dll'`
  1755. libtool: install: dldir=/home/daniel/libaacs/build-64/lib/`dirname ../bin/libaacs-0.dll`
  1756. libtool: install: test -d /home/daniel/libaacs/build-64/lib/../bin || mkdir -p /home/daniel/libaacs/build-64/lib/../bin
  1757. libtool: install: /usr/bin/install -c .libs/libaacs-0.dll /home/daniel/libaacs/build-64/lib/../bin/libaacs-0.dll
  1758. libtool: install: chmod a+x /home/daniel/libaacs/build-64/lib/../bin/libaacs-0.dll
  1759. libtool: install: if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /home/daniel/libaacs/build-64/lib/../bin/libaacs-0.dll' || exit 0; fi
  1760. libtool: install: /usr/bin/install -c .libs/libaacs.lai /home/daniel/libaacs/build-64/lib/libaacs.la
  1761. libtool: install: /usr/bin/install -c .libs/libaacs.a /home/daniel/libaacs/build-64/lib/libaacs.a
  1762. libtool: install: chmod 644 /home/daniel/libaacs/build-64/lib/libaacs.a
  1763. libtool: install: x86_64-w64-mingw32-ranlib /home/daniel/libaacs/build-64/lib/libaacs.a
  1764. /bin/mkdir -p '/home/daniel/libaacs/build-64/bin'
  1765. /bin/bash ./libtool --mode=install /usr/bin/install -c aacs_info.exe '/home/daniel/libaacs/build-64/bin'
  1766. libtool: install: /usr/bin/install -c .libs/aacs_info.exe /home/daniel/libaacs/build-64/bin/aacs_info.exe
  1767. /bin/mkdir -p '/home/daniel/libaacs/build-64/lib/pkgconfig'
  1768. /usr/bin/install -c -m 644 src/libaacs.pc '/home/daniel/libaacs/build-64/lib/pkgconfig'
  1769. /bin/mkdir -p '/home/daniel/libaacs/build-64/include/libaacs'
  1770. /usr/bin/install -c -m 644 src/libaacs/aacs.h src/file/filesystem.h src/libaacs/aacs-version.h '/home/daniel/libaacs/build-64/include/libaacs'
  1771. make[2]: Leaving directory '/home/daniel/libaacs/libaacs-0.9.0'
  1772. make[1]: Leaving directory '/home/daniel/libaacs/libaacs-0.9.0'
  1773. daniel@Daniel-college-laptop:~/libaacs/libaacs-0.9.0$ cd ..
  1774. daniel@Daniel-college-laptop:~/libaacs$ ls
  1775. build-64 libaacs-0.9.0 libaacs-0.9.0.tar.bz2 libgcrypt-1.7.3 libgcrypt-1.7.3.tar.bz2 libgpg-error-1.25 libgpg-error-1.25.tar.bz2
  1776. daniel@Daniel-college-laptop:~/libaacs$ tar cf libaacs build-64/
  1777. daniel@Daniel-college-laptop:~/libaacs$ ls
  1778. build-64 libaacs libaacs-0.9.0 libaacs-0.9.0.tar.bz2 libgcrypt-1.7.3 libgcrypt-1.7.3.tar.bz2 libgpg-error-1.25 libgpg-error-1.25.tar.bz2
  1779. daniel@Daniel-college-laptop:~/libaacs$ tar cf libaacs.tar build-64/
  1780. daniel@Daniel-college-laptop:~/libaacs$ rm libaacs
  1781. daniel@Daniel-college-laptop:~/libaacs$ ls
  1782. build-64 libaacs-0.9.0 libaacs-0.9.0.tar.bz2 libaacs.tar libgcrypt-1.7.3 libgcrypt-1.7.3.tar.bz2 libgpg-error-1.25 libgpg-error-1.25.tar.bz2
  1783. daniel@Daniel-college-laptop:~/libaacs$ tar cf libaacs.tar build-64/
  1784. daniel@Daniel-college-laptop:~/libaacs$ ls
  1785. build-64 libaacs-0.9.0 libaacs-0.9.0.tar.bz2 libaacs.tar libgcrypt-1.7.3 libgcrypt-1.7.3.tar.bz2 libgpg-error-1.25 libgpg-error-1.25.tar.bz2
  1786. daniel@Daniel-college-laptop:~/libaacs$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement