openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 05:58
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20mkdir -p derived/3rdparty
21python3 build/3rdparty_packages2make.py > derived/3rdparty/packages.mk
22mkdir -p derived/3rdparty/download
23mkdir -p derived/3rdparty/download
24python3 build/download.py http://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.gz derived/3rdparty/download
25python3 build/download.py http://downloads.sourceforge.net/tcl/tcl8.6.10-src.tar.gz derived/3rdparty/download
26Downloading libpng-1.6.37.tar.gz: contacting server...
27Downloading libpng-1.6.37.tar.gz: done.
28
29python3 build/checksum.py derived/3rdparty/download/libpng-1.6.37.tar.gz 1495748 sha256=daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
30Validating: derived/3rdparty/download/libpng-1.6.37.tar.gz
31Validation passed
32touch derived/3rdparty/download/libpng-1.6.37.tar.gz.verified
33rm -rf derived/3rdparty/src/libpng-1.6.37
34mkdir -p derived/3rdparty/src
35python3 build/extract.py derived/3rdparty/download/libpng-1.6.37.tar.gz derived/3rdparty/src libpng-1.6.37
36test ! -e build/3rdparty/libpng-1.6.37.diff || python3 build/patch.py build/3rdparty/libpng-1.6.37.diff derived/3rdparty/src
37touch derived/3rdparty/src/libpng-1.6.37/.extracted
38mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37
39cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37 && /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/configure \
40 --disable-shared \
41 --host=x86_64-w64-mingw32 \
42 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
43 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
44 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
45 CPPFLAGS="-I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include" \
46 LDFLAGS="-m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib"
47configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
48checking for a BSD-compatible install... /usr/bin/install -c
49checking whether build environment is sane... yes
50checking for x86_64-w64-mingw32-strip... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/strip
51checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
52checking for gawk... gawk
53checking whether make sets $(MAKE)... yes
54checking whether make supports nested variables... yes
55checking whether to enable maintainer-specific portions of Makefiles... no
56checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
57checking whether the C compiler works... yes
58checking for C compiler default output file name... a.exe
59checking for suffix of executables... .exe
60checking whether we are cross compiling... yes
61checking for suffix of object files... o
62checking whether we are using the GNU C compiler... yes
63checking whether x86_64-w64-mingw32-gcc accepts -g... yes
64checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
65checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
66checking whether make supports the include directive... yes (GNU style)
67checking dependency style of x86_64-w64-mingw32-gcc... gcc3
68checking dependency style of x86_64-w64-mingw32-gcc... gcc3
69checking build system type... x86_64-pc-linux-gnu
70checking host system type... x86_64-w64-mingw32
71checking for a sed that does not truncate output... /usr/bin/sed
72checking for grep that handles long lines and -e... /usr/bin/grep
73checking for egrep... /usr/bin/grep -E
74checking for fgrep... /usr/bin/grep -F
75checking how to print strings... printf
76checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld
77checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
78checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
79checking for gawk... (cached) gawk
80checking whether ln -s works... yes
81checking whether make sets $(MAKE)... (cached) yes
82checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
83checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
84checking the maximum length of command line arguments... 1572864
85checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
86checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
87checking for /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
88checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
89checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
90checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
91checking how to associate runtime and link libraries... func_cygming_dll_for_implib
92checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar
93checking for archiver @FILE support... @
94checking for x86_64-w64-mingw32-strip... (cached) /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/strip
95checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
96checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... Downloading tcl8.6.10-src.tar.gz: contacting server...
97Downloading tcl8.6.10-src.tar.gz: done.
98
99python3 build/checksum.py derived/3rdparty/download/tcl8.6.10-src.tar.gz 10144235 sha256=5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed
100ok
101checking for sysroot... no
102checking for a working dd... /usr/bin/dd
103checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
104checking for x86_64-w64-mingw32-mt... no
105checking for mt... mt
106configure: WARNING: using cross tools not prefixed with host triplet
107checking if mt is a manifest tool... no
108checking for ANSI C header files... Validating: derived/3rdparty/download/tcl8.6.10-src.tar.gz
109Validation passed
110touch derived/3rdparty/download/tcl8.6.10-src.tar.gz.verified
111rm -rf derived/3rdparty/src/tcl8.6.10
112mkdir -p derived/3rdparty/src
113python3 build/extract.py derived/3rdparty/download/tcl8.6.10-src.tar.gz derived/3rdparty/src tcl8.6.10
114yes
115checking for sys/types.h... yes
116checking for sys/stat.h... yes
117checking for stdlib.h... yes
118checking for string.h... yes
119checking for memory.h... yes
120checking for strings.h... yes
121checking for inttypes.h... yes
122checking for stdint.h... yes
123checking for unistd.h... yes
124checking for dlfcn.h... no
125checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
126checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
127checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
128checking for objdir... .libs
129checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
130checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
131checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
132checking if x86_64-w64-mingw32-gcc static flag -static works... yes
133checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
134checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
135checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
136checking dynamic linker characteristics... Win32 ld.exe
137checking how to hardcode library paths into programs... immediate
138checking whether stripping libraries is possible... yes
139checking if libtool supports shared libraries... yes
140checking whether to build shared libraries... no
141checking whether to build static libraries... yes
142checking that AWK works... ok
143checking if we need to force back C standard to C89... no
144checking for ANSI C header files... (cached) yes
145checking for an ANSI C-conforming const... yes
146checking for size_t... yes
147checking whether struct tm is in sys/time.h or time.h... time.h
148checking for C/C++ restrict keyword... __restrict
149checking for working strtod... no
150checking for pow... yes
151checking for pow... (cached) yes
152checking for clock_gettime... test ! -e build/3rdparty/tcl8.6.10.diff || python3 build/patch.py build/3rdparty/tcl8.6.10.diff derived/3rdparty/src
153touch derived/3rdparty/src/tcl8.6.10/.extracted
154mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10
155rm -rf derived/3rdparty/src/tcl8.6.10/pkgs/
156cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10 && /home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/configure \
157 --host=x86_64-w64-mingw32 \
158 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
159 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
160 --disable-shared \
161 --disable-threads \
162 --without-tzdata \
163 \
164 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
165 LDFLAGS="-m64"
166yes
167checking for zlibVersion in -lz... yes
168checking for feenableexcept in -lm... configure: WARNING: If you wanted to set the --build type, don't use --host.
169 If a cross compiler is detected then cross compile mode will be used.
170configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
171checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
172no
173checking for feenableexcept... checking for C compiler default output file name... no
174checking if using Solaris linker... no
175checking if libraries can be versioned... no
176configure: pkgconfig directory is ${libdir}/pkgconfig
177configure: Extra options for compiler:
178a.exe
179checking whether the C compiler works... yes
180checking whether we are cross compiling... yes
181checking for suffix of executables... checking that generated files are newer than configure... done
182configure: creating ./config.status
183.exe
184checking for suffix of object files... o
185checking whether we are using the GNU C compiler... yes
186checking whether x86_64-w64-mingw32-gcc accepts -g... yes
187checking for x86_64-w64-mingw32-gcc option to accept ANSI C... none needed
188checking for inline... inline
189checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
190checking for egrep... grep -E
191checking for ANSI C header files... yes
192checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar
193checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
194checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
195checking whether make sets $(MAKE)... yes
196checking for building with threads... no
197checking how to build libraries... static
198checking force of 64-bit time_t... "no"
199checking for sys/types.h... yes
200checking for sys/stat.h... yes
201checking for stdlib.h... config.status: creating Makefile
202config.status: creating libpng.pc
203config.status: creating libpng-config
204yes
205config.status: creating config.h
206checking for string.h... config.status: executing depfiles commands
207yes
208checking for memory.h... yes
209checking for strings.h... yes
210config.status: executing libtool commands
211checking for inttypes.h... make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37
212yes
213make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
214rm -f pnglibconf.c pnglibconf.tf[45]
215gawk -f /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/options.awk out=pnglibconf.tf4 version=search\
216 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngconf.h /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/pnglibconf.dfa\
217 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngusr.dfa 1>&2
218checking for stdint.h... gawk -f /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
219rm pnglibconf.tf4
220mv pnglibconf.tf5 pnglibconf.c
221rm -f pnglibconf.out pnglibconf.tf[12]
222test -d scripts || mkdir scripts || test -d scripts
223x86_64-w64-mingw32-gcc -E -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 \
224 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
225gawk -f "/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
226yes
227checking for unistd.h... rm -f pnglibconf.tf1
228mv pnglibconf.tf2 pnglibconf.out
229rm -f pnglibconf.h
230cp pnglibconf.out pnglibconf.h
231make all-am
232make[4]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
233:>pngprefix.h
234rm -f scripts/sym.out scripts/sym.tf[12]
235depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
236x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/tools/png-fix-itxt.c &&\
237mv -f $depbase.Tpo $depbase.Po
238cp libpng-config libpng16-config
239cp libpng.pc libpng16.pc
240test -d scripts || mkdir scripts || test -d scripts
241depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
242x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngtest.c &&\
243mv -f $depbase.Tpo $depbase.Po
244x86_64-w64-mingw32-gcc -E -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 \
245 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/sym.c > scripts/sym.tf1
246yes
247gawk -f "/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/scripts/dfn.awk" out="scripts/sym.tf2" scripts/sym.tf1 1>&2
248checking if 64bit support is requested... no
249checking if Windows/CE build is requested... no
250checking for Windows/CE celib directory... NO_CELIB
251checking for cygpath... echo
252checking for cross-compile version of gcc... rm -f scripts/sym.tf1
253mv scripts/sym.tf2 scripts/sym.out
254depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
255x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/tools/pngcp.c &&\
256mv -f $depbase.Tpo $depbase.Po
257no
258checking for mingw32 version of gcc... yes
259checking for working -municode linker flag... depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
260x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/libtests/timepng.c &&\
261mv -f $depbase.Tpo $depbase.Po
262depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
263x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/tools/pngfix.c &&\
264mv -f $depbase.Tpo $depbase.Po
265depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
266/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/png.c &&\
267mv -f $depbase.Tpo $depbase.Plo
268libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT png.lo -MD -MP -MF .deps/png.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/png.c -o png.o
269depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
270/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngerror.c &&\
271mv -f $depbase.Tpo $depbase.Plo
272libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngerror.c -o pngerror.o
273yes
274checking compiler flags... using static flags
275 Using 64-bit AMD64 mode
276checking for SEH support in compiler... no
277checking for EXCEPTION_DISPOSITION support in include files... depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
278/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngget.c &&\
279mv -f $depbase.Tpo $depbase.Plo
280libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngget.c -o pngget.o
281yes
282checking for winnt.h that ignores VOID define... depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
283/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngmem.c &&\
284mv -f $depbase.Tpo $depbase.Plo
285libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngmem.c -o pngmem.o
286no
287checking for cast to union support... yes
288checking for intptr_t... yes
289checking for uintptr_t... yes
290checking for FINDEX_INFO_LEVELS in winbase.h... depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
291/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngpread.c &&\
292mv -f $depbase.Tpo $depbase.Plo
293depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
294/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngread.c &&\
295mv -f $depbase.Tpo $depbase.Plo
296libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngpread.c -o pngpread.o
297libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngread.c -o pngread.o
298yes
299checking for intrinsics support in compiler... depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
300/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrio.c &&\
301mv -f $depbase.Tpo $depbase.Plo
302libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrio.c -o pngrio.o
303yes
304checking for wspiapi.h... depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
305/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrtran.c &&\
306mv -f $depbase.Tpo $depbase.Plo
307libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrtran.c -o pngrtran.o
308depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
309/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrutil.c &&\
310mv -f $depbase.Tpo $depbase.Plo
311libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngrutil.c -o pngrutil.o
312yes
313checking for FINDEX_INFO_LEVELS in winbase.h... (cached) yes
314checking for build with symbols... no
315checking whether to embed manifest... no
316configure: creating ./config.status
317config.status: creating Makefile
318config.status: creating tclConfig.sh
319config.status: creating tcl.hpj
320config.status: creating tclsh.exe.manifest
321depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
322/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngset.c &&\
323mv -f $depbase.Tpo $depbase.Plo
324libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngset.c -o pngset.o
325make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10
326make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10'
327x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DSTATIC_BUILD "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclStubLib.c" -o tclStubLib.o
328x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DSTATIC_BUILD "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclTomMathStubLib.c" -o tclTomMathStubLib.o
329x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DSTATIC_BUILD "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOStubLib.c" -o tclOOStubLib.o
330depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
331/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngtrans.c &&\
332mv -f $depbase.Tpo $depbase.Plo
333libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngtrans.c -o pngtrans.o
334x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/regcomp.c" -o regcomp.o
335depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
336/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwio.c &&\
337mv -f $depbase.Tpo $depbase.Plo
338libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwio.c -o pngwio.o
339x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/regexec.c" -o regexec.o
340x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/regfree.c" -o regfree.o
341depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
342/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwrite.c &&\
343mv -f $depbase.Tpo $depbase.Plo
344x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/regerror.c" -o regerror.o
345libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwrite.c -o pngwrite.o
346depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
347/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwtran.c &&\
348mv -f $depbase.Tpo $depbase.Plo
349libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwtran.c -o pngwtran.o
350x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclAlloc.c" -o tclAlloc.o
351x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclAssembly.c" -o tclAssembly.o
352depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
353/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwutil.c &&\
354mv -f $depbase.Tpo $depbase.Plo
355libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngwutil.c -o pngwutil.o
356x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclAsync.c" -o tclAsync.o
357x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclBasic.c" -o tclBasic.o
358depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
359/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/mips/mips_init.c &&\
360mv -f $depbase.Tpo $depbase.Plo
361depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
362/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/mips/filter_msa_intrinsics.c &&\
363mv -f $depbase.Tpo $depbase.Plo
364libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/mips/mips_init.c -o mips/mips_init.o
365libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o
366x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclBinary.c" -o tclBinary.o
367x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCkalloc.c" -o tclCkalloc.o
368depbase=`echo intel/intel_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
369/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT intel/intel_init.lo -MD -MP -MF $depbase.Tpo -c -o intel/intel_init.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/intel/intel_init.c &&\
370mv -f $depbase.Tpo $depbase.Plo
371libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/intel/intel_init.c -o intel/intel_init.o
372depbase=`echo intel/filter_sse2_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
373/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o intel/filter_sse2_intrinsics.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/intel/filter_sse2_intrinsics.c &&\
374mv -f $depbase.Tpo $depbase.Plo
375libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/intel/filter_sse2_intrinsics.c -o intel/filter_sse2_intrinsics.o
376depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
377/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/powerpc/powerpc_init.c &&\
378mv -f $depbase.Tpo $depbase.Plo
379libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/powerpc/powerpc_init.c -o powerpc/powerpc_init.o
380x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclClock.c" -o tclClock.o
381depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
382/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/powerpc/filter_vsx_intrinsics.c &&\
383mv -f $depbase.Tpo $depbase.Plo
384libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o
385x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCmdAH.c" -o tclCmdAH.o
386rm -f libpng.sym
387cp scripts/sym.out libpng.sym
388/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o png-fix-itxt.exe contrib/tools/png-fix-itxt.o -lz
389libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o png-fix-itxt.exe contrib/tools/png-fix-itxt.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -lz
390x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCmdIL.c" -o tclCmdIL.o
391depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
392x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/libtests/pngunknown.c &&\
393mv -f $depbase.Tpo $depbase.Po
394x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCmdMZ.c" -o tclCmdMZ.o
395depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
396x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/libtests/pngstest.c &&\
397mv -f $depbase.Tpo $depbase.Po
398depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
399x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/libtests/pngvalid.c &&\
400mv -f $depbase.Tpo $depbase.Po
401x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCompCmds.c" -o tclCompCmds.o
402depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
403x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/contrib/libtests/pngimage.c &&\
404mv -f $depbase.Tpo $depbase.Po
405x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCompCmdsGR.c" -o tclCompCmdsGR.o
406/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -no-undefined -export-dynamic -version-number 16:37:0 -export-symbols libpng.sym -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o libpng16.la -rpath /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo mips/mips_init.lo mips/filter_msa_intrinsics.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo -lz
407libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar cru .libs/libpng16.a png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o mips/mips_init.o mips/filter_msa_intrinsics.o intel/intel_init.o intel/filter_sse2_intrinsics.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
408libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib .libs/libpng16.a
409libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
410x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCompCmdsSZ.c" -o tclCompCmdsSZ.o
411/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngfix.exe contrib/tools/pngfix.o libpng16.la -lz
412libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngfix.exe contrib/tools/pngfix.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
413x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCompExpr.c" -o tclCompExpr.o
414/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngtest.exe pngtest.o libpng16.la -lz
415libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngtest.exe pngtest.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
416x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclCompile.c" -o tclCompile.o
417/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngunknown.exe contrib/libtests/pngunknown.o libpng16.la -lz
418libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngunknown.exe contrib/libtests/pngunknown.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
419/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngstest.exe contrib/libtests/pngstest.o libpng16.la -lz
420libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngstest.exe contrib/libtests/pngstest.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
421/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngvalid.exe contrib/libtests/pngvalid.o libpng16.la -lz
422libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngvalid.exe contrib/libtests/pngvalid.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
423/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngimage.exe contrib/libtests/pngimage.o libpng16.la -lz
424x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclConfig.c" -o tclConfig.o
425libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngimage.exe contrib/libtests/pngimage.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
426/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o pngcp.exe contrib/tools/pngcp.o libpng16.la -lz
427libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o pngcp.exe contrib/tools/pngcp.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
428/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -o timepng.exe contrib/libtests/timepng.o libpng16.la -lz
429libtool: link: x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -m64 -o timepng.exe contrib/libtests/timepng.o -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib ./.libs/libpng16.a -lz
430x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclDate.c" -o tclDate.o
431make[4]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
432make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
433mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
434touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-libpng-1.6.37
435x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclDictObj.c" -o tclDictObj.o
436make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37 install \
437 \
438
439make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
440make install-am
441make[4]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
442make[5]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
443 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
444 /bin/sh ./libtool --mode=install /usr/bin/install -c libpng16.la '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
445libtool: install: /usr/bin/install -c .libs/libpng16.lai /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libpng16.la
446libtool: install: /usr/bin/install -c .libs/libpng16.a /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libpng16.a
447libtool: install: chmod 644 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libpng16.a
448libtool: install: /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libpng16.a
449 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin'
450 /usr/bin/install -c libpng16-config '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin'
451 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/man/man3'
452 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/libpng.3 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/libpngpf.3 '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/man/man3'
453 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/man/man5'
454 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/png.5 '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/man/man5'
455 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16'
456 /usr/bin/install -c -m 644 pnglibconf.h '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16'
457 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
458 /usr/bin/install -c -m 644 libpng16.pc '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
459 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16'
460 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/png.h /home/openmsx/openMSX/derived/3rdparty/src/libpng-1.6.37/pngconf.h '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16'
461 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin'
462 /bin/sh ./libtool --mode=install /usr/bin/install -c pngfix.exe png-fix-itxt.exe '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin'
463libtool: install: /usr/bin/install -c pngfix.exe /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/pngfix.exe
464libtool: install: /usr/bin/install -c png-fix-itxt.exe /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/png-fix-itxt.exe
465make install-data-hook
466make[6]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
467+ cd /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include
468+ for f in pnglibconf.h png.h pngconf.h
469+ rm -f pnglibconf.h
470+ ln -s libpng16/pnglibconf.h pnglibconf.h
471+ for f in pnglibconf.h png.h pngconf.h
472+ rm -f png.h
473+ ln -s libpng16/png.h png.h
474+ for f in pnglibconf.h png.h pngconf.h
475+ rm -f pngconf.h
476+ ln -s libpng16/pngconf.h pngconf.h
477+ cd /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig
478+ rm -f libpng.pc
479+ ln -s libpng16.pc libpng.pc
480make[6]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
481make install-exec-hook
482make[6]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
483+ cd /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib
484+ for ext in a dll.a so so.16.37 la sl dylib
485+ rm -f libpng.a
486+ test -f libpng16.a
487+ ln -s libpng16.a libpng.a
488+ for ext in a dll.a so so.16.37 la sl dylib
489+ rm -f libpng.dll.a
490+ test -f libpng16.dll.a
491+ for ext in a dll.a so so.16.37 la sl dylib
492+ rm -f libpng.so
493+ test -f libpng16.so
494+ for ext in a dll.a so so.16.37 la sl dylib
495+ rm -f libpng.so.16.37
496+ test -f libpng16.so.16.37
497+ for ext in a dll.a so so.16.37 la sl dylib
498+ rm -f libpng.la
499+ test -f libpng16.la
500+ ln -s libpng16.la libpng.la
501+ for ext in a dll.a so so.16.37 la sl dylib
502+ rm -f libpng.sl
503+ test -f libpng16.sl
504+ for ext in a dll.a so so.16.37 la sl dylib
505+ rm -f libpng.dylib
506+ test -f libpng16.dylib
507+ cd /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin
508+ rm -f libpng-config
509+ ln -s libpng16-config libpng-config
510make[6]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
511make[5]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
512make[4]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
513make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/libpng-1.6.37'
514mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
515touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-libpng-1.6.37
516x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclDisassemble.c" -o tclDisassemble.o
517x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclEncoding.c" -o tclEncoding.o
518x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclEnsemble.c" -o tclEnsemble.o
519x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclEnv.c" -o tclEnv.o
520x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclEvent.c" -o tclEvent.o
521x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclExecute.c" -o tclExecute.o
522x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclFCmd.c" -o tclFCmd.o
523x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclFileName.c" -o tclFileName.o
524x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclGet.c" -o tclGet.o
525x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclHash.c" -o tclHash.o
526x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclHistory.c" -o tclHistory.o
527x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIndexObj.c" -o tclIndexObj.o
528x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclInterp.c" -o tclInterp.o
529x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIO.c" -o tclIO.o
530x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIOCmd.c" -o tclIOCmd.o
531x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIOGT.c" -o tclIOGT.o
532x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIORChan.c" -o tclIORChan.o
533x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIORTrans.c" -o tclIORTrans.o
534x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIOSock.c" -o tclIOSock.o
535x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclIOUtil.c" -o tclIOUtil.o
536x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclLink.c" -o tclLink.o
537x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclLiteral.c" -o tclLiteral.o
538x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclListObj.c" -o tclListObj.o
539x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclLoad.c" -o tclLoad.o
540x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl -DUNICODE -D_UNICODE "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclMain.c" -o tclMainW.o
541x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclMain.c" -o tclMain.o
542x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclNamesp.c" -o tclNamesp.o
543x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclNotify.c" -o tclNotify.o
544x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOO.c" -o tclOO.o
545x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOBasic.c" -o tclOOBasic.o
546x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOCall.c" -o tclOOCall.o
547x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOODefineCmds.c" -o tclOODefineCmds.o
548x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOInfo.c" -o tclOOInfo.o
549x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOMethod.c" -o tclOOMethod.o
550x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOOStubInit.c" -o tclOOStubInit.o
551x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclObj.c" -o tclObj.o
552x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclOptimize.c" -o tclOptimize.o
553x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPanic.c" -o tclPanic.o
554x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclParse.c" -o tclParse.o
555x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPathObj.c" -o tclPathObj.o
556x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPipe.c" -o tclPipe.o
557x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPkg.c" -o tclPkg.o
558x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 \
559 -DCFG_INSTALL_LIBDIR="\"\"" \
560 -DCFG_INSTALL_BINDIR="\"\"" \
561 -DCFG_INSTALL_SCRDIR="\"\"" \
562 -DCFG_INSTALL_INCDIR="\"\"" \
563 -DCFG_INSTALL_DOCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/man\"" \
564 \
565 -DCFG_RUNTIME_LIBDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib\"" \
566 -DCFG_RUNTIME_BINDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin\"" \
567 -DCFG_RUNTIME_SCRDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6\"" \
568 -DCFG_RUNTIME_INCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include\"" \
569 -DCFG_RUNTIME_DOCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/man\"" \
570 -DBUILD_tcl \
571 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPkgConfig.c" -o tclPkgConfig.o
572x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPosixStr.c" -o tclPosixStr.o
573x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclPreserve.c" -o tclPreserve.o
574x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclProc.c" -o tclProc.o
575x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclRegexp.c" -o tclRegexp.o
576x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclResolve.c" -o tclResolve.o
577x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclResult.c" -o tclResult.o
578x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclScan.c" -o tclScan.o
579x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclStringObj.c" -o tclStringObj.o
580x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclStrToD.c" -o tclStrToD.o
581x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclStubInit.c" -o tclStubInit.o
582x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclThread.c" -o tclThread.o
583x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclThreadAlloc.c" -o tclThreadAlloc.o
584x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclThreadJoin.c" -o tclThreadJoin.o
585x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclThreadStorage.c" -o tclThreadStorage.o
586x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclTimer.c" -o tclTimer.o
587x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclTomMathInterface.c" -o tclTomMathInterface.o
588x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclTrace.c" -o tclTrace.o
589x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclUtf.c" -o tclUtf.o
590x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclUtil.c" -o tclUtil.o
591x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclVar.c" -o tclVar.o
592x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic/tclZlib.c" -o tclZlib.o
593x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_add.c" -o bn_mp_add.o
594x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_add_d.c" -o bn_mp_add_d.o
595x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_and.c" -o bn_mp_and.o
596x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_clamp.c" -o bn_mp_clamp.o
597x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_clear.c" -o bn_mp_clear.o
598x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_clear_multi.c" -o bn_mp_clear_multi.o
599x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_cmp.c" -o bn_mp_cmp.o
600x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_cmp_d.c" -o bn_mp_cmp_d.o
601x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_cmp_mag.c" -o bn_mp_cmp_mag.o
602x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_cnt_lsb.c" -o bn_mp_cnt_lsb.o
603x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_copy.c" -o bn_mp_copy.o
604x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_count_bits.c" -o bn_mp_count_bits.o
605x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_div.c" -o bn_mp_div.o
606x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_div_d.c" -o bn_mp_div_d.o
607x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_div_2.c" -o bn_mp_div_2.o
608x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_div_2d.c" -o bn_mp_div_2d.o
609x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_div_3.c" -o bn_mp_div_3.o
610x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_exch.c" -o bn_mp_exch.o
611x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_expt_u32.c" -o bn_mp_expt_u32.o
612x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_grow.c" -o bn_mp_grow.o
613x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_init.c" -o bn_mp_init.o
614x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_init_copy.c" -o bn_mp_init_copy.o
615x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_init_multi.c" -o bn_mp_init_multi.o
616x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_init_set.c" -o bn_mp_init_set.o
617x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_init_size.c" -o bn_mp_init_size.o
618x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_lshd.c" -o bn_mp_lshd.o
619x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mod.c" -o bn_mp_mod.o
620x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mod_2d.c" -o bn_mp_mod_2d.o
621x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mul.c" -o bn_mp_mul.o
622x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mul_2.c" -o bn_mp_mul_2.o
623x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mul_2d.c" -o bn_mp_mul_2d.o
624x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_mul_d.c" -o bn_mp_mul_d.o
625x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_neg.c" -o bn_mp_neg.o
626x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_or.c" -o bn_mp_or.o
627x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_radix_size.c" -o bn_mp_radix_size.o
628x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_radix_smap.c" -o bn_mp_radix_smap.o
629x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_read_radix.c" -o bn_mp_read_radix.o
630x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_rshd.c" -o bn_mp_rshd.o
631x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_set.c" -o bn_mp_set.o
632x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_shrink.c" -o bn_mp_shrink.o
633x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_sqr.c" -o bn_mp_sqr.o
634x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_sqrt.c" -o bn_mp_sqrt.o
635x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_sub.c" -o bn_mp_sub.o
636x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_sub_d.c" -o bn_mp_sub_d.o
637x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_signed_rsh.c" -o bn_mp_signed_rsh.o
638x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_to_ubin.c" -o bn_mp_to_ubin.o
639x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_to_radix.c" -o bn_mp_to_radix.o
640x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_ubin_size.c" -o bn_mp_ubin_size.o
641x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_xor.c" -o bn_mp_xor.o
642x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_mp_zero.c" -o bn_mp_zero.o
643x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_add.c" -o bn_s_mp_add.o
644x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_balance_mul.c" -o bn_s_mp_balance_mul.o
645x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_karatsuba_mul.c" -o bn_s_mp_karatsuba_mul.o
646x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_karatsuba_sqr.c" -o bn_s_mp_karatsuba_sqr.o
647x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_mul_digs.c" -o bn_s_mp_mul_digs.o
648x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_mul_digs_fast.c" -o bn_s_mp_mul_digs_fast.o
649x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_reverse.c" -o bn_s_mp_reverse.o
650x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_sqr_fast.c" -o bn_s_mp_sqr_fast.o
651x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_sqr.c" -o bn_s_mp_sqr.o
652x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_sub.c" -o bn_s_mp_sub.o
653x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_toom_mul.c" -o bn_s_mp_toom_mul.o
654x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath/bn_s_mp_toom_sqr.c" -o bn_s_mp_toom_sqr.o
655x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWin32Dll.c" -o tclWin32Dll.o
656x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinChan.c" -o tclWinChan.o
657x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinConsole.c" -o tclWinConsole.o
658x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinSerial.c" -o tclWinSerial.o
659x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinError.c" -o tclWinError.o
660x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinFCmd.c" -o tclWinFCmd.o
661x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinFile.c" -o tclWinFile.o
662x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinInit.c" -o tclWinInit.o
663x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinLoad.c" -o tclWinLoad.o
664x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinNotify.c" -o tclWinNotify.o
665x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinPipe.c" -o tclWinPipe.o
666/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinLoad.c:23:18: warning: 'dllDirectoryNameMutex' defined but not used [-Wunused-variable]
667 23 | static Tcl_Mutex dllDirectoryNameMutex;
668 | ^~~~~~~~~~~~~~~~~~~~~
669x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinSock.c" -o tclWinSock.o
670x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinThrd.c" -o tclWinThrd.o
671x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinTime.c" -o tclWinTime.o
672x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/adler32.c" -o adler32.o
673x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/compress.c" -o compress.o
674x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/crc32.c" -o crc32.o
675x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/deflate.c" -o deflate.o
676x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/infback.c" -o infback.o
677x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/inffast.c" -o inffast.o
678x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/inflate.c" -o inflate.o
679x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/inftrees.c" -o inftrees.o
680x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/trees.c" -o trees.o
681x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/uncompr.c" -o uncompr.o
682x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib/zutil.c" -o zutil.o
683x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinDde.c" -o tclWinDde.o
684x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclWinReg.c" -o tclWinReg.o
685x86_64-w64-mingw32-gcc -c -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wdeclaration-after-statement -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" -DTCL_TOMMATH -DMP_PREC=4 -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DUNICODE -D_UNICODE "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclAppInit.c" -o tclAppInit.o
686x86_64-w64-mingw32-windres -o tclsh.res.o --define STATIC_BUILD --include "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/generic" --include "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win" "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.10/win/tclsh.rc"
687/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar cr libtclstub86.a tclStubLib.o tclTomMathStubLib.o tclOOStubLib.o
688/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib libtclstub86.a
689x86_64-w64-mingw32-gcc -shared -m64 -o tclreg13.dll -pipe -static-libgcc -municode -Wl,--out-implib,libtclreg13.a tclWinReg.o libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32
690cp tclsh.exe.manifest tclreg13.dll.manifest
691x86_64-w64-mingw32-gcc -shared -m64 -o tcldde14.dll -pipe -static-libgcc -municode -Wl,--out-implib,libtcldde14.a tclWinDde.o libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32
692/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar cr libtcl86.a regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAssembly.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o tclCompCmdsGR.o tclCompCmdsSZ.o tclCompExpr.o tclCompile.o tclConfig.o tclDate.o tclDictObj.o tclDisassemble.o tclEncoding.o tclEnsemble.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIOGT.o tclIORChan.o tclIORTrans.o tclIOSock.o tclIOUtil.o tclLink.o tclLiteral.o tclListObj.o tclLoad.o tclMainW.o tclMain.o tclNamesp.o tclNotify.o tclOO.o tclOOBasic.o tclOOCall.o tclOODefineCmds.o tclOOInfo.o tclOOMethod.o tclOOStubInit.o tclObj.o tclOptimize.o tclPanic.o tclParse.o tclPathObj.o tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o tclPreserve.o tclProc.o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStrToD.o tclStubInit.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclThreadStorage.o tclTimer.o tclTomMathInterface.o tclTrace.o tclUtf.o tclUtil.o tclVar.o tclZlib.o bn_mp_add.o bn_mp_add_d.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_cnt_lsb.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_div.o bn_mp_div_d.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_exch.o bn_mp_expt_u32.o bn_mp_grow.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_multi.o bn_mp_init_set.o bn_mp_init_size.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_neg.o bn_mp_or.o bn_mp_radix_size.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_rshd.o bn_mp_set.o bn_mp_shrink.o bn_mp_sqr.o bn_mp_sqrt.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_signed_rsh.o bn_mp_to_ubin.o bn_mp_to_radix.o bn_mp_ubin_size.o bn_mp_xor.o bn_mp_zero.o bn_s_mp_add.o bn_s_mp_balance_mul.o bn_s_mp_karatsuba_mul.o bn_s_mp_karatsuba_sqr.o bn_s_mp_mul_digs.o bn_s_mp_mul_digs_fast.o bn_s_mp_reverse.o bn_s_mp_sqr_fast.o bn_s_mp_sqr.o bn_s_mp_sub.o bn_s_mp_toom_mul.o bn_s_mp_toom_sqr.o tclWin32Dll.o tclWinChan.o tclWinConsole.o tclWinSerial.o tclWinError.o tclWinFCmd.o tclWinFile.o tclWinInit.o tclWinLoad.o tclWinNotify.o tclWinPipe.o tclWinSock.o tclWinThrd.o tclWinTime.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o tclWinDde.o tclWinReg.o
693/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib libtcl86.a
694x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING -DMP_FIXED_CUTOFFS -DMP_NO_STDINT tclAppInit.o libtcl86.a libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 \
695 tclsh.res.o -o tclsh86s.exe -mconsole -pipe -static-libgcc -municode
696cp tclsh.exe.manifest tcldde14.dll.manifest
697cp tclsh.exe.manifest tclsh86s.exe.manifest
698make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10'
699mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
700touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-tcl8.6.10
701make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10 install \
702 \
703
704make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10'
705Installing message catalogs
706Installing time zone data
707Installing tclsh86s.exe to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/
708 Creating msgs
709 Creating tzdata
710Installing tclConfig.sh to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
711Installing libtcl86.a to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
712Installing libtclstub86.a to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
713Installing tcldde14.dll
714Installing libtcldde14.a
715Installing tclreg13.dll
716Installing libtclreg13.a
717 Creating Australia
718 Creating Atlantic
719 Creating Mexico
720 Creating Brazil
721 Creating Antarctica
722 Creating Canada
723 Creating Indian
724 Creating US
725 Creating Pacific
726 Creating SystemV
727 Creating Europe
728 Creating Arctic
729 Creating America
730 Creating Argentina
731 Creating Kentucky
732 Creating North_Dakota
733 Creating Indiana
734 Creating Etc
735 Creating Asia
736 Creating Chile
737 Creating Africa
738Installing header files
739Installing library files to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6
740Installing library http1.0 directory
741Installing package http 2.9.1 as a Tcl Module
742Installing library opt0.4 directory
743Installing package msgcat 1.6.1 as a Tcl Module
744Installing package tcltest 2.5.1 as a Tcl Module
745Installing package platform 1.0.14 as a Tcl Module
746Installing package platform::shell 1.1.4 as a Tcl Module
747Installing encodings
748make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.10'
749mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
750touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-tcl8.6.10
751make[2]: Leaving directory '/home/openmsx/openMSX'
752make[1]: Leaving directory '/home/openmsx/openMSX'
753make -f build/main.mk bindist \
754 OPENMSX_TARGET_CPU=x86_64 \
755 OPENMSX_TARGET_OS=mingw-w64 \
756 OPENMSX_FLAVOUR=opt \
757 3RDPARTY_FLAG=true \
758 PYTHON=python3
759make[1]: Entering directory '/home/openmsx/openMSX'
760Using Python: python3
761Build configuration:
762Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
763 Platform: x86_64-mingw-w64
764 Flavour: opt
765 Compiler: x86_64-w64-mingw32-g++
766 Subset: full build
767Compiling Version.cc...
768Compiling video/PNG.cc...
769Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
770Compiling resources...
771Linking openmsx.exe...
772Removing any old binary package...
773Creating binary package:
774 Executable...
775 Data files...
776 Documentation...
777 C-BIOS...
778 Creating symlinks...
779make[1]: Leaving directory '/home/openmsx/openMSX'