Guest User

bdw-gc build failure

a guest
May 23rd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.99 KB | None | 0 0
  1. *** Checking out bdw-gc *** [11/16]
  2. rm -rf /c/gcdev64/gnucash/master/src/bdwgc
  3. git clone git://github.com/ivmai/bdwgc -b gc7_6_0
  4. Cloning into 'bdwgc'...
  5. remote: Enumerating objects: 108, done.
  6. remote: Counting objects: 100% (108/108), done.
  7. remote: Compressing objects: 100% (67/67), done.
  8. remote: Total 34787 (delta 59), reused 80 (delta 41), pack-reused 34679
  9. Receiving objects: 100% (34787/34787), 20.97 MiB | 8.11 MiB/s, done.
  10. Resolving deltas: 100% (27117/27117), done.
  11. Note: switching to '8ac1d84a40eb7a431fec1b8097e3f24b48fb23fa'.
  12.  
  13. You are in 'detached HEAD' state. You can look around, make experimental
  14. changes and commit them, and you can discard any commits you make in this
  15. state without impacting any branches by switching back to a branch.
  16.  
  17. If you want to create a new branch to retain commits you create, you may
  18. do so (now or later) by using -c with the switch command. Example:
  19.  
  20. git switch -c <new-branch-name>
  21.  
  22. Or undo this operation with:
  23.  
  24. git switch -
  25.  
  26. Turn off this advice by setting config variable advice.detachedHead to false
  27.  
  28. git remote set-url origin git://github.com/ivmai/bdwgc
  29. git remote update origin
  30. Fetching origin
  31. git checkout gc7_6_0
  32. HEAD is now at 8ac1d84a [7.6.0]
  33. *** Configuring bdw-gc *** [11/16]
  34. /bin/bash -c 'pushd /c/gcdev64/gnucash/master/src/bdwgc && ./autogen.sh && automake -ac && popd && /c/gcdev64/gnucash/master/src/bdwgc/configure --prefix /c/gcdev64/gnucash/master/inst --disable-Werror --enable-threads=no --disable-parallel-mark --enable-shared --disable-static --build=i686-w64-mingw32'
  35. /c/gcdev64/gnucash/master/src/bdwgc /c/gcdev64/gnucash/master/build/bdwgc
  36. libtoolize: putting auxiliary files in '.'.
  37. libtoolize: copying file './ltmain.sh'
  38. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  39. libtoolize: copying file 'm4/libtool.m4'
  40. libtoolize: copying file 'm4/ltoptions.m4'
  41. libtoolize: copying file 'm4/ltsugar.m4'
  42. libtoolize: copying file 'm4/ltversion.m4'
  43. libtoolize: copying file 'm4/lt~obsolete.m4'
  44. configure.ac:29: installing './compile'
  45. configure.ac:19: installing './config.guess'
  46. configure.ac:19: installing './config.sub'
  47. configure.ac:22: installing './install-sh'
  48. configure.ac:22: installing './missing'
  49. Makefile.am: installing './depcomp'
  50. parallel-tests: installing './test-driver'
  51.  
  52. Ready to run './configure'.
  53. /c/gcdev64/gnucash/master/build/bdwgc
  54. checking build system type... i686-w64-mingw32
  55. checking host system type... i686-w64-mingw32
  56. checking target system type... i686-w64-mingw32
  57. checking GC version numbers... major=7 minor=6 micro=0
  58. checking for a BSD-compatible install... /usr/bin/install -c
  59. checking whether build environment is sane... yes
  60. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  61. checking for gawk... gawk
  62. checking whether make sets $(MAKE)... yes
  63. checking whether make supports nested variables... yes
  64. checking whether to enable maintainer-specific portions of Makefiles... no
  65. checking whether make supports the include directive... yes (GNU style)
  66. checking for gcc... gcc
  67. checking whether the C compiler works... yes
  68. checking for C compiler default output file name... a.exe
  69. checking for suffix of executables... .exe
  70. checking whether we are cross compiling... no
  71. checking for suffix of object files... o
  72. checking whether we are using the GNU C compiler... yes
  73. checking whether gcc accepts -g... yes
  74. checking for gcc option to accept ISO C89... none needed
  75. checking whether gcc understands -c and -o together... yes
  76. checking dependency style of gcc... gcc3
  77. checking for g++... g++
  78. checking whether we are using the GNU C++ compiler... yes
  79. checking whether g++ accepts -g... yes
  80. checking dependency style of g++... gcc3
  81. checking dependency style of gcc... gcc3
  82. checking how to print strings... printf
  83. checking for a sed that does not truncate output... /usr/bin/sed
  84. checking for grep that handles long lines and -e... /usr/bin/grep
  85. checking for egrep... /usr/bin/grep -E
  86. checking for fgrep... /usr/bin/grep -F
  87. checking for ld used by gcc... C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe
  88. checking if the linker (C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes
  89. checking for BSD- or MS-compatible name lister (nm)... /mingw32/bin/nm -B
  90. checking the name lister (/mingw32/bin/nm -B) interface... BSD nm
  91. checking whether ln -s works... no, using cp -pR
  92. checking the maximum length of command line arguments... 8192
  93. checking how to convert i686-w64-mingw32 file names to i686-w64-mingw32 format... func_convert_file_msys_to_w32
  94. checking how to convert i686-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  95. checking for C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe option to reload object files... -r
  96. checking for objdump... objdump
  97. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  98. checking for dlltool... dlltool
  99. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  100. checking for ar... ar
  101. checking for archiver @FILE support... @
  102. checking for strip... strip
  103. checking for ranlib... ranlib
  104. checking command to parse /mingw32/bin/nm -B output from gcc object... ok
  105. checking for sysroot... no
  106. checking for a working dd... /usr/bin/dd
  107. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  108. checking for mt... no
  109. checking if : is a manifest tool... no
  110. checking how to run the C preprocessor... gcc -E
  111. checking for ANSI C header files... yes
  112. checking for sys/types.h... yes
  113. checking for sys/stat.h... yes
  114. checking for stdlib.h... yes
  115. checking for string.h... yes
  116. checking for memory.h... yes
  117. checking for strings.h... yes
  118. checking for inttypes.h... yes
  119. checking for stdint.h... yes
  120. checking for unistd.h... yes
  121. checking for dlfcn.h... no
  122. checking for objdir... .libs
  123. checking if gcc supports -fno-rtti -fno-exceptions... no
  124. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  125. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  126. checking if gcc static flag -static works... yes
  127. checking if gcc supports -c -o file.o... yes
  128. checking if gcc supports -c -o file.o... (cached) yes
  129. checking whether the gcc linker (C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  130. checking whether -lc should be explicitly linked in... yes
  131. checking dynamic linker characteristics... Win32 ld.exe
  132. checking how to hardcode library paths into programs... immediate
  133. checking whether stripping libraries is possible... yes
  134. checking if libtool supports shared libraries... yes
  135. checking whether to build shared libraries... yes
  136. checking whether to build static libraries... no
  137. checking how to run the C++ preprocessor... g++ -E
  138. checking for ld used by g++... C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe
  139. checking if the linker (C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes
  140. checking whether the g++ linker (C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  141. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  142. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  143. checking if g++ static flag -static works... yes
  144. checking if g++ supports -c -o file.o... yes
  145. checking if g++ supports -c -o file.o... (cached) yes
  146. checking whether the g++ linker (C:/gcdev64/msys2/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  147. checking dynamic linker characteristics... Win32 ld.exe
  148. checking how to hardcode library paths into programs... immediate
  149. checking for inline... inline
  150. checking for gcc -Wextra... yes
  151. checking for xlc... no
  152. checking whether gcc supports -fno-strict-aliasing... yes
  153. checking for dlopen in -ldl... no
  154. checking execinfo.h usability... no
  155. checking execinfo.h presence... no
  156. checking for execinfo.h... no
  157. checking whether to build shared libraries... yes
  158. checking whether gcc supports -fvisibility... yes
  159. checking which machine-dependent code should be used...
  160. checking whether Solaris gcc optimization fix is necessary... no
  161. checking for dladdr... no
  162. checking sys/dg_sys_info.h usability... no
  163. checking sys/dg_sys_info.h presence... no
  164. checking for sys/dg_sys_info.h... no
  165. checking for pkg-config... /mingw32/bin/pkg-config
  166. checking pkg-config is at least version 0.9.0... yes
  167. checking for atomic_ops... yes
  168. checking which libatomic_ops to use... external
  169. checking that generated files are newer than configure... done
  170. configure: creating ./config.status
  171. config.status: creating Makefile
  172. config.status: creating bdw-gc.pc
  173. config.status: creating include/config.h
  174. config.status: executing depfiles commands
  175. config.status: executing libtool commands
  176. config.status: executing default commands
  177. *** Building bdw-gc *** [11/16]
  178. make -j 3
  179. make[1]: Entering directory '/c/gcdev64/gnucash/master/build/bdwgc'
  180. depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  181. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF $depbase.Tpo -c -o allchblk.lo /c/gcdev64/gnucash/master/src/bdwgc/allchblk.c &&\
  182. mv -f $depbase.Tpo $depbase.Plo
  183. depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  184. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo /c/gcdev64/gnucash/master/src/bdwgc/alloc.c &&\
  185. mv -f $depbase.Tpo $depbase.Plo
  186. depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  187. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF $depbase.Tpo -c -o blacklst.lo /c/gcdev64/gnucash/master/src/bdwgc/blacklst.c &&\
  188. mv -f $depbase.Tpo $depbase.Plo
  189. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/alloc.c -DDLL_EXPORT -DPIC -o .libs/alloc.o
  190. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/allchblk.c -DDLL_EXPORT -DPIC -o .libs/allchblk.o
  191. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/blacklst.c -DDLL_EXPORT -DPIC -o .libs/blacklst.o
  192. depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  193. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF $depbase.Tpo -c -o checksums.lo /c/gcdev64/gnucash/master/src/bdwgc/checksums.c &&\
  194. mv -f $depbase.Tpo $depbase.Plo
  195. depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  196. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF $depbase.Tpo -c -o dbg_mlc.lo /c/gcdev64/gnucash/master/src/bdwgc/dbg_mlc.c &&\
  197. mv -f $depbase.Tpo $depbase.Plo
  198. depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  199. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo /c/gcdev64/gnucash/master/src/bdwgc/dyn_load.c &&\
  200. mv -f $depbase.Tpo $depbase.Plo
  201. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/checksums.c -DDLL_EXPORT -DPIC -o .libs/checksums.o
  202. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/dbg_mlc.c -DDLL_EXPORT -DPIC -o .libs/dbg_mlc.o
  203. depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  204. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF $depbase.Tpo -c -o finalize.lo /c/gcdev64/gnucash/master/src/bdwgc/finalize.c &&\
  205. mv -f $depbase.Tpo $depbase.Plo
  206. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/dyn_load.c -DDLL_EXPORT -DPIC -o .libs/dyn_load.o
  207. depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  208. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo /c/gcdev64/gnucash/master/src/bdwgc/gc_dlopen.c &&\
  209. mv -f $depbase.Tpo $depbase.Plo
  210. depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  211. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF $depbase.Tpo -c -o gcj_mlc.lo /c/gcdev64/gnucash/master/src/bdwgc/gcj_mlc.c &&\
  212. mv -f $depbase.Tpo $depbase.Plo
  213. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/finalize.c -DDLL_EXPORT -DPIC -o .libs/finalize.o
  214. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/gc_dlopen.c -DDLL_EXPORT -DPIC -o .libs/gc_dlopen.o
  215. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/gcj_mlc.c -DDLL_EXPORT -DPIC -o .libs/gcj_mlc.o
  216. depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  217. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo /c/gcdev64/gnucash/master/src/bdwgc/headers.c &&\
  218. mv -f $depbase.Tpo $depbase.Plo
  219. depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  220. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF $depbase.Tpo -c -o mach_dep.lo /c/gcdev64/gnucash/master/src/bdwgc/mach_dep.c &&\
  221. mv -f $depbase.Tpo $depbase.Plo
  222. depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  223. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF $depbase.Tpo -c -o malloc.lo /c/gcdev64/gnucash/master/src/bdwgc/malloc.c &&\
  224. mv -f $depbase.Tpo $depbase.Plo
  225. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/headers.c -DDLL_EXPORT -DPIC -o .libs/headers.o
  226. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/mach_dep.c -DDLL_EXPORT -DPIC -o .libs/mach_dep.o
  227. depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  228. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF $depbase.Tpo -c -o mallocx.lo /c/gcdev64/gnucash/master/src/bdwgc/mallocx.c &&\
  229. mv -f $depbase.Tpo $depbase.Plo
  230. depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  231. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo /c/gcdev64/gnucash/master/src/bdwgc/mark.c &&\
  232. mv -f $depbase.Tpo $depbase.Plo
  233. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/malloc.c -DDLL_EXPORT -DPIC -o .libs/malloc.o
  234. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/mallocx.c -DDLL_EXPORT -DPIC -o .libs/mallocx.o
  235. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/mark.c -DDLL_EXPORT -DPIC -o .libs/mark.o
  236. depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  237. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF $depbase.Tpo -c -o mark_rts.lo /c/gcdev64/gnucash/master/src/bdwgc/mark_rts.c &&\
  238. mv -f $depbase.Tpo $depbase.Plo
  239. C:/gcdev64/gnucash/master/src/bdwgc/mark.c: In function 'GC_mark_some':
  240. C:/gcdev64/gnucash/master/src/bdwgc/mark.c:514:25: warning: assignment to 'PEXCEPTION_ROUTINE' {aka 'int (__attribute__((stdcall)) *)(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void *)'} from incompatible pointer type 'int (*)(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void *)' [-Wincompatible-pointer-types]
  241. 514 | er.ex_reg.handler = mark_ex_handler;
  242. | ^
  243. depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  244. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo /c/gcdev64/gnucash/master/src/bdwgc/misc.c &&\
  245. mv -f $depbase.Tpo $depbase.Plo
  246. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/mark_rts.c -DDLL_EXPORT -DPIC -o .libs/mark_rts.o
  247. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/misc.c -DDLL_EXPORT -DPIC -o .libs/misc.o
  248. depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  249. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF $depbase.Tpo -c -o new_hblk.lo /c/gcdev64/gnucash/master/src/bdwgc/new_hblk.c &&\
  250. mv -f $depbase.Tpo $depbase.Plo
  251. depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  252. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF $depbase.Tpo -c -o obj_map.lo /c/gcdev64/gnucash/master/src/bdwgc/obj_map.c &&\
  253. mv -f $depbase.Tpo $depbase.Plo
  254. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/new_hblk.c -DDLL_EXPORT -DPIC -o .libs/new_hblk.o
  255. depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  256. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF $depbase.Tpo -c -o os_dep.lo /c/gcdev64/gnucash/master/src/bdwgc/os_dep.c &&\
  257. mv -f $depbase.Tpo $depbase.Plo
  258. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/obj_map.c -DDLL_EXPORT -DPIC -o .libs/obj_map.o
  259. depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  260. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo /c/gcdev64/gnucash/master/src/bdwgc/pcr_interface.c &&\
  261. mv -f $depbase.Tpo $depbase.Plo
  262. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/os_dep.c -DDLL_EXPORT -DPIC -o .libs/os_dep.o
  263. depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  264. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF $depbase.Tpo -c -o ptr_chck.lo /c/gcdev64/gnucash/master/src/bdwgc/ptr_chck.c &&\
  265. mv -f $depbase.Tpo $depbase.Plo
  266. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/pcr_interface.c -DDLL_EXPORT -DPIC -o .libs/pcr_interface.o
  267. depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  268. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo /c/gcdev64/gnucash/master/src/bdwgc/real_malloc.c &&\
  269. mv -f $depbase.Tpo $depbase.Plo
  270. depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  271. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF $depbase.Tpo -c -o reclaim.lo /c/gcdev64/gnucash/master/src/bdwgc/reclaim.c &&\
  272. mv -f $depbase.Tpo $depbase.Plo
  273. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/ptr_chck.c -DDLL_EXPORT -DPIC -o .libs/ptr_chck.o
  274. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/reclaim.c -DDLL_EXPORT -DPIC -o .libs/reclaim.o
  275. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/real_malloc.c -DDLL_EXPORT -DPIC -o .libs/real_malloc.o
  276. depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  277. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF $depbase.Tpo -c -o specific.lo /c/gcdev64/gnucash/master/src/bdwgc/specific.c &&\
  278. mv -f $depbase.Tpo $depbase.Plo
  279. depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  280. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF $depbase.Tpo -c -o stubborn.lo /c/gcdev64/gnucash/master/src/bdwgc/stubborn.c &&\
  281. mv -f $depbase.Tpo $depbase.Plo
  282. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/specific.c -DDLL_EXPORT -DPIC -o .libs/specific.o
  283. depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  284. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo /c/gcdev64/gnucash/master/src/bdwgc/thread_local_alloc.c &&\
  285. mv -f $depbase.Tpo $depbase.Plo
  286. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/stubborn.c -DDLL_EXPORT -DPIC -o .libs/stubborn.o
  287. depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  288. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF $depbase.Tpo -c -o typd_mlc.lo /c/gcdev64/gnucash/master/src/bdwgc/typd_mlc.c &&\
  289. mv -f $depbase.Tpo $depbase.Plo
  290. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/thread_local_alloc.c -DDLL_EXPORT -DPIC -o .libs/thread_local_alloc.o
  291. depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  292. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo /c/gcdev64/gnucash/master/src/bdwgc/fnlz_mlc.c &&\
  293. mv -f $depbase.Tpo $depbase.Plo
  294. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/typd_mlc.c -DDLL_EXPORT -DPIC -o .libs/typd_mlc.o
  295. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/fnlz_mlc.c -DDLL_EXPORT -DPIC -o .libs/fnlz_mlc.o
  296. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '/c/gcdev64/gnucash/master/src/bdwgc/'`cord/cordbscs.c
  297. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '/c/gcdev64/gnucash/master/src/bdwgc/'`cord/cordprnt.c
  298. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '/c/gcdev64/gnucash/master/src/bdwgc/'`cord/cordxtra.c
  299. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/cord/cordbscs.c -DDLL_EXPORT -DPIC -o cord/.libs/libcord_la-cordbscs.o
  300. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/cord/cordprnt.c -DDLL_EXPORT -DPIC -o cord/.libs/libcord_la-cordprnt.o
  301. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/c/gcdev64/gnucash/master/src/bdwgc/include -I/c/gcdev64/msys2/mingw32/include -I/usr/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c /c/gcdev64/gnucash/master/src/bdwgc/cord/cordxtra.c -DDLL_EXPORT -DPIC -o cord/.libs/libcord_la-cordxtra.o
  302. C:/gcdev64/gnucash/master/src/bdwgc/cord/cordprnt.c: In function 'extract_conv_spec':
  303. C:/gcdev64/gnucash/master/src/bdwgc/cord/cordprnt.c:92:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  304. 92 | if (!saw_number) {
  305. | ^
  306. C:/gcdev64/gnucash/master/src/bdwgc/cord/cordprnt.c:96:11: note: here
  307. 96 | case '1':
  308. | ^~~~
  309. C:/gcdev64/gnucash/master/src/bdwgc/cord/cordxtra.c: In function 'CORD_lf_func':
  310. C:/gcdev64/gnucash/master/src/bdwgc/cord/cordxtra.c:565:39: warning: cast between incompatible function types from 'char (*)(refill_data *)' to 'void * (*)(void *)' [-Wcast-function-type]
  311. 565 | GC_call_with_alloc_lock((GC_fn_type) refill_cache, &rd));
  312. | ^
  313. mv -f cord/.deps/libcord_la-cordbscs.Tpo cord/.deps/libcord_la-cordbscs.Plo
  314. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -L/c/gcdev64/gnucash/master/inst/lib -L/c/gcdev64/msys2/mingw32/lib -L/usr/lib -o libgc.la -rpath /c/gcdev64/gnucash/master/inst/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo fnlz_mlc.lo -LC:/gcdev64/gnucash/master/inst/lib -latomic_ops
  315. mv -f cord/.deps/libcord_la-cordprnt.Tpo cord/.deps/libcord_la-cordprnt.Plo
  316. mv -f cord/.deps/libcord_la-cordxtra.Tpo cord/.deps/libcord_la-cordxtra.Plo
  317. libtool: link: gcc -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/fnlz_mlc.o -L/c/gcdev64/gnucash/master/inst/lib -L/c/gcdev64/msys2/mingw32/lib -L/usr/lib -LC:/gcdev64/gnucash/master/inst/lib -latomic_ops -g -O2 -o .libs/libgc-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgc.dll.a
  318. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25dec): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  319. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x60): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  320. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.data+0x10): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  321. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.data+0xc): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  322. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25df8): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  323. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e24): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  324. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e18): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  325. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.data+0x14): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  326. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e04): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  327. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25dd0): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  328. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.data+0x8): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  329. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25dd8): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  330. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e1c): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  331. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e00): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  332. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25df0): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  333. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x44): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  334. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25dd4): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  335. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25ddc): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  336. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25de0): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  337. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25de4): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  338. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25de8): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  339. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25df4): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  340. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25dfc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  341. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e08): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  342. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e0c): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  343. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e10): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  344. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e14): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  345. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/alloc.o:alloc.c:(.bss+0x25e20): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  346. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  347. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  348. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  349. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x14): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  350. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  351. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  352. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  353. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  354. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  355. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  356. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  357. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  358. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  359. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  360. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  361. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  362. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  363. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  364. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  365. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  366. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  367. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  368. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  369. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  370. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  371. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  372. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  373. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/blacklst.o:blacklst.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  374. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  375. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  376. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  377. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  378. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  379. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  380. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  381. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  382. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  383. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  384. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  385. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  386. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  387. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  388. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  389. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  390. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  391. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  392. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  393. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  394. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  395. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  396. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  397. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  398. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  399. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  400. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  401. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/checksums.o:checksums.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  402. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25ea0): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  403. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0xe0): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  404. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25ea4): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  405. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e50): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  406. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0xc0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  407. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.data+0x0): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  408. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e54): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  409. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e58): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  410. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e5c): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  411. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e60): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  412. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e64): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  413. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e68): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  414. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e6c): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  415. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e70): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  416. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e74): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  417. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e78): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  418. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e7c): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  419. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e80): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  420. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e84): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  421. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e88): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  422. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e8c): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  423. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e90): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  424. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e94): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  425. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e98): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  426. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25e9c): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  427. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25ea8): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  428. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25eac): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  429. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dbg_mlc.o:dbg_mlc.c:(.bss+0x25eb0): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  430. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  431. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  432. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x4): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  433. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  434. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  435. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  436. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  437. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  438. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  439. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  440. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  441. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  442. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  443. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  444. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  445. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  446. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  447. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  448. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  449. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  450. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  451. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  452. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  453. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  454. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  455. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  456. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  457. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/dyn_load.o:dyn_load.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  458. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x40): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  459. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dbc): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  460. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25db8): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  461. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25db0): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  462. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e10): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  463. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dfc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  464. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e00): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  465. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e14): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  466. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25df8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  467. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x2c): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  468. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25db4): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  469. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dc0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  470. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dc4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  471. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dc8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  472. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dcc): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  473. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dd0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  474. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dd4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  475. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dd8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  476. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25ddc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  477. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25de0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  478. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25de4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  479. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25de8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  480. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25dec): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  481. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25df0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  482. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25df4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  483. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e04): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  484. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e08): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  485. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/finalize.o:finalize.c:(.bss+0x25e0c): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  486. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  487. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  488. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  489. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  490. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  491. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  492. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  493. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  494. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  495. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  496. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  497. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  498. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  499. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  500. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  501. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  502. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  503. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  504. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  505. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  506. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  507. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  508. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  509. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  510. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  511. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  512. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  513. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gc_dlopen.o:gc_dlopen.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  514. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  515. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  516. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  517. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  518. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  519. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x10): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  520. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  521. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  522. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  523. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  524. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  525. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  526. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  527. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  528. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  529. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  530. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  531. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  532. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  533. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  534. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  535. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  536. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  537. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  538. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  539. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  540. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  541. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/gcj_mlc.o:gcj_mlc.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  542. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  543. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  544. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  545. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x8): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  546. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  547. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  548. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  549. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  550. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  551. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  552. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  553. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  554. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  555. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  556. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  557. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  558. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  559. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  560. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  561. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  562. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  563. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  564. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  565. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  566. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  567. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  568. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  569. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/headers.o:headers.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  570. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  571. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  572. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  573. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  574. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  575. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  576. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  577. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  578. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  579. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  580. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  581. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  582. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  583. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  584. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  585. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  586. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  587. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  588. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  589. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  590. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  591. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  592. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  593. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  594. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  595. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  596. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  597. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mach_dep.o:mach_dep.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  598. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  599. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  600. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  601. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  602. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  603. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  604. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  605. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  606. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  607. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  608. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  609. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  610. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  611. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  612. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  613. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  614. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  615. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  616. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  617. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  618. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  619. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  620. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  621. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  622. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  623. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  624. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  625. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/malloc.o:malloc.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  626. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  627. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  628. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  629. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  630. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  631. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  632. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  633. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  634. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  635. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  636. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  637. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  638. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  639. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  640. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  641. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  642. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  643. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  644. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  645. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  646. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  647. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  648. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  649. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  650. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  651. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  652. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  653. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mallocx.o:mallocx.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  654. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  655. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  656. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  657. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  658. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  659. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x18): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  660. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  661. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  662. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  663. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  664. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  665. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  666. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  667. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  668. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  669. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  670. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  671. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  672. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  673. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  674. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  675. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  676. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  677. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  678. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  679. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  680. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  681. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark.o:mark.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  682. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  683. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  684. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  685. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  686. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  687. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0xc): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  688. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  689. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  690. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  691. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  692. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  693. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  694. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  695. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  696. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  697. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  698. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  699. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  700. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  701. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  702. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  703. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  704. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  705. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  706. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  707. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  708. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  709. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/mark_rts.o:mark_rts.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  710. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x60): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  711. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e1c): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  712. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.data+0x10): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  713. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e24): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  714. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25df0): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  715. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e00): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  716. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.data+0x8): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  717. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e10): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  718. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e04): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  719. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25df8): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  720. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25df4): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  721. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25dec): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  722. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25de8): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  723. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.data+0x14): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  724. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e20): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  725. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e14): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  726. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e18): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  727. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.data+0xc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  728. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e0c): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  729. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25dfc): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  730. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x40): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  731. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25dd0): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  732. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25dd4): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  733. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25dd8): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  734. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25ddc): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  735. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25de0): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  736. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25de4): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  737. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/misc.o:misc.c:(.bss+0x25e08): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  738. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  739. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  740. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  741. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  742. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  743. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  744. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  745. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  746. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  747. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  748. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  749. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  750. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  751. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  752. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  753. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  754. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  755. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  756. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  757. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  758. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  759. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  760. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  761. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  762. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  763. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  764. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  765. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/new_hblk.o:new_hblk.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  766. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  767. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  768. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  769. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  770. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  771. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  772. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  773. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  774. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  775. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  776. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  777. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  778. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  779. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  780. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  781. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  782. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  783. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  784. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  785. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  786. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  787. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  788. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  789. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  790. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  791. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  792. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  793. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/obj_map.o:obj_map.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  794. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x60): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  795. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25dd0): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  796. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x4c): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  797. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25dd4): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  798. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25dd8): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  799. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25ddc): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  800. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25de0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  801. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25de4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  802. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25de8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  803. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25dec): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  804. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25df0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  805. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25df4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  806. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25df8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  807. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25dfc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  808. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e00): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  809. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e04): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  810. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e08): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  811. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e0c): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  812. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e10): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  813. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e14): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  814. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e18): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  815. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e1c): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  816. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e20): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  817. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e24): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  818. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e28): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  819. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e2c): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  820. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e30): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  821. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/os_dep.o:os_dep.c:(.bss+0x25e34): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  822. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  823. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  824. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  825. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  826. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  827. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  828. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  829. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  830. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  831. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  832. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  833. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  834. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  835. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  836. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  837. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  838. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  839. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  840. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  841. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  842. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  843. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  844. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  845. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  846. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  847. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  848. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  849. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/pcr_interface.o:pcr_interface.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  850. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  851. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  852. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.data+0x8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  853. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dd8): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  854. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.data+0x4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  855. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25da8): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  856. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.data+0x0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  857. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  858. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  859. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  860. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  861. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25da0): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  862. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25da4): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  863. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dac): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  864. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25db0): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  865. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25db4): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  866. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25db8): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  867. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dbc): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  868. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dc0): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  869. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dc4): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  870. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dc8): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  871. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dcc): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  872. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dd0): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  873. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25dd4): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  874. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25ddc): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  875. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25de0): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  876. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25de4): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  877. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/ptr_chck.o:ptr_chck.c:(.bss+0x25de8): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  878. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0xe0): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  879. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e50): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  880. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25eb4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  881. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25ea8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  882. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0xc4): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  883. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e54): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  884. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e58): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  885. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e5c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  886. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e60): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  887. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e64): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  888. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e68): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  889. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e6c): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  890. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e70): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  891. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e74): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  892. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e78): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  893. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e7c): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  894. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e80): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  895. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e84): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  896. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e88): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  897. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e8c): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  898. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e90): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  899. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e94): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  900. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e98): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  901. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25e9c): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  902. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25ea0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  903. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25ea4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  904. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25eac): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  905. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/reclaim.o:reclaim.c:(.bss+0x25eb0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  906. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  907. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  908. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  909. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  910. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  911. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  912. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  913. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  914. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  915. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  916. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  917. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  918. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  919. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  920. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  921. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  922. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  923. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  924. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  925. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  926. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  927. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  928. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  929. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  930. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  931. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  932. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  933. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/specific.o:specific.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  934. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  935. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  936. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  937. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  938. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  939. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  940. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  941. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  942. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  943. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  944. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  945. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  946. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  947. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  948. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  949. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  950. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  951. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  952. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  953. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  954. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  955. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  956. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  957. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  958. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  959. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  960. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  961. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/stubborn.o:stubborn.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  962. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x0): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  963. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  964. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  965. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  966. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  967. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  968. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  969. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  970. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  971. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  972. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  973. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  974. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  975. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  976. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  977. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  978. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  979. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  980. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  981. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  982. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  983. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  984. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  985. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  986. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  987. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  988. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  989. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/thread_local_alloc.o:thread_local_alloc.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  990. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e18): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  991. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e1c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  992. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0xa0): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  993. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e64): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  994. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e10): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  995. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x80): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  996. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e14): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  997. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e20): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  998. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e24): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  999. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e28): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  1000. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e2c): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  1001. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e30): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  1002. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e34): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  1003. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e38): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  1004. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e3c): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  1005. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e40): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  1006. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e44): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  1007. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e48): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  1008. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e4c): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  1009. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e50): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  1010. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e54): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  1011. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e58): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  1012. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e5c): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  1013. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e60): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  1014. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e68): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  1015. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e6c): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  1016. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e70): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  1017. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/typd_mlc.o:typd_mlc.c:(.bss+0x25e74): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  1018. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x4): multiple definition of `GC_push_other_roots'; .libs/allchblk.o:allchblk.c:(.bss+0x214): first defined here
  1019. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x20): multiple definition of `GC_arrays'; .libs/allchblk.o:allchblk.c:(.bss+0x220): first defined here
  1020. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25d90): multiple definition of `GC_on_abort'; .libs/allchblk.o:allchblk.c:(.bss+0x25f90): first defined here
  1021. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25d94): multiple definition of `GC_debug_header_size'; .libs/allchblk.o:allchblk.c:(.bss+0x25f94): first defined here
  1022. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25d98): multiple definition of `GC_greatest_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f98): first defined here
  1023. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25d9c): multiple definition of `GC_least_plausible_heap_addr'; .libs/allchblk.o:allchblk.c:(.bss+0x25f9c): first defined here
  1024. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25da0): multiple definition of `GC_is_visible_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa0): first defined here
  1025. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25da4): multiple definition of `GC_is_valid_displacement_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa4): first defined here
  1026. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25da8): multiple definition of `GC_same_obj_print_proc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fa8): first defined here
  1027. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dac): multiple definition of `GC_time_limit'; .libs/allchblk.o:allchblk.c:(.bss+0x25fac): first defined here
  1028. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25db0): multiple definition of `GC_dont_precollect'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb0): first defined here
  1029. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25db4): multiple definition of `GC_stackbottom'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb4): first defined here
  1030. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25db8): multiple definition of `GC_max_retries'; .libs/allchblk.o:allchblk.c:(.bss+0x25fb8): first defined here
  1031. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dbc): multiple definition of `GC_free_space_divisor'; .libs/allchblk.o:allchblk.c:(.bss+0x25fbc): first defined here
  1032. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dc0): multiple definition of `GC_no_dls'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc0): first defined here
  1033. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dc4): multiple definition of `GC_non_gc_bytes'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc4): first defined here
  1034. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dc8): multiple definition of `GC_full_freq'; .libs/allchblk.o:allchblk.c:(.bss+0x25fc8): first defined here
  1035. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dcc): multiple definition of `GC_use_entire_heap'; .libs/allchblk.o:allchblk.c:(.bss+0x25fcc): first defined here
  1036. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dd0): multiple definition of `GC_dont_expand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd0): first defined here
  1037. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dd4): multiple definition of `GC_dont_gc'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd4): first defined here
  1038. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dd8): multiple definition of `GC_finalizer_notifier'; .libs/allchblk.o:allchblk.c:(.bss+0x25fd8): first defined here
  1039. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25ddc): multiple definition of `GC_java_finalization'; .libs/allchblk.o:allchblk.c:(.bss+0x25fdc): first defined here
  1040. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25de0): multiple definition of `GC_finalize_on_demand'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe0): first defined here
  1041. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25de4): multiple definition of `GC_all_interior_pointers'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe4): first defined here
  1042. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25de8): multiple definition of `GC_find_leak'; .libs/allchblk.o:allchblk.c:(.bss+0x25fe8): first defined here
  1043. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25dec): multiple definition of `GC_on_heap_resize'; .libs/allchblk.o:allchblk.c:(.bss+0x25fec): first defined here
  1044. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25df0): multiple definition of `GC_oom_fn'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff0): first defined here
  1045. C:/gcdev64/msys2/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: .libs/fnlz_mlc.o:fnlz_mlc.c:(.bss+0x25df4): multiple definition of `GC_gc_no'; .libs/allchblk.o:allchblk.c:(.bss+0x25ff4): first defined here
  1046. collect2.exe: error: ld returned 1 exit status
  1047. make[1]: *** [Makefile:1336: libgc.la] Error 1
  1048. make[1]: Leaving directory '/c/gcdev64/gnucash/master/build/bdwgc'
  1049. make: *** [Makefile:1757: all-recursive] Error 1
Add Comment
Please, Sign In to add comment