openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 20:34
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
23python3 build/download.py https://www.libsdl.org/release/SDL2-2.0.12.tar.gz derived/3rdparty/download
24Downloading SDL2-2.0.12.tar.gz: contacting server...
25Downloading SDL2-2.0.12.tar.gz: done.
26
27python3 build/checksum.py derived/3rdparty/download/SDL2-2.0.12.tar.gz 5720162 sha256=349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863
28Validating: derived/3rdparty/download/SDL2-2.0.12.tar.gz
29Validation passed
30touch derived/3rdparty/download/SDL2-2.0.12.tar.gz.verified
31rm -rf derived/3rdparty/src/SDL2-2.0.12
32mkdir -p derived/3rdparty/src
33python3 build/extract.py derived/3rdparty/download/SDL2-2.0.12.tar.gz derived/3rdparty/src SDL2-2.0.12
34test ! -e build/3rdparty/SDL2-2.0.12.diff || python3 build/patch.py build/3rdparty/SDL2-2.0.12.diff derived/3rdparty/src
35touch derived/3rdparty/src/SDL2-2.0.12/.extracted
36mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12
37cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12 && \
38 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/configure \
39 --disable-video-x11 \
40 --disable-video-directfb \
41 --disable-video-opengles1 \
42 --disable-nas \
43 --disable-esd \
44 --disable-arts \
45 --disable-shared \
46 --host=x86_64-w64-mingw32 \
47 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
48 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
49 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
50 CPPFLAGS="-I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include" \
51 LDFLAGS="-m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib"
52configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
53checking build system type... x86_64-pc-linux-gnu
54checking host system type... x86_64-w64-mingw32
55checking how to print strings... printf
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 for a sed that does not truncate output... /usr/bin/sed
66checking for grep that handles long lines and -e... /usr/bin/grep
67checking for egrep... /usr/bin/grep -E
68checking for fgrep... /usr/bin/grep -F
69checking 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
70checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
71checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
72checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
73checking whether ln -s works... yes
74checking the maximum length of command line arguments... 1572864
75checking whether the shell understands some XSI constructs... yes
76checking whether the shell understands "+="... yes
77checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
78checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
79checking for /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
80checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
81checking how to recognize dependent libraries... pass_all
82checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
83checking how to associate runtime and link libraries... func_cygming_dll_for_implib
84checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar
85checking for archiver @FILE support... @
86checking for x86_64-w64-mingw32-strip... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/strip
87checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
88checking for gawk... gawk
89checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
90checking for sysroot... no
91checking for x86_64-w64-mingw32-mt... no
92checking for mt... mt
93configure: WARNING: using cross tools not prefixed with host triplet
94checking if mt is a manifest tool... no
95checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
96checking for ANSI C header files... yes
97checking for sys/types.h... yes
98checking for sys/stat.h... yes
99checking for stdlib.h... yes
100checking for string.h... yes
101checking for memory.h... yes
102checking for strings.h... yes
103checking for inttypes.h... yes
104checking for stdint.h... yes
105checking for unistd.h... yes
106checking for dlfcn.h... no
107checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
108checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
109checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
110checking for objdir... .libs
111checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
112checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
113checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
114checking if x86_64-w64-mingw32-gcc static flag -static works... yes
115checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
116checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
117checking 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
118checking dynamic linker characteristics... Win32 ld.exe
119checking how to hardcode library paths into programs... immediate
120checking whether stripping libraries is possible... yes
121checking if libtool supports shared libraries... yes
122checking whether to build shared libraries... no
123checking whether to build static libraries... yes
124checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
125checking whether we are using the GNU C compiler... (cached) yes
126checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
127checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
128checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
129checking whether we are using the GNU C++ compiler... yes
130checking whether x86_64-w64-mingw32-g++ accepts -g... yes
131checking how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
132checking for ld used by x86_64-w64-mingw32-g++... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld
133checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
134checking whether the x86_64-w64-mingw32-g++ linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
135checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
136checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
137checking if x86_64-w64-mingw32-g++ static flag -static works... yes
138checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
139checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
140checking whether the x86_64-w64-mingw32-g++ linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
141checking dynamic linker characteristics... Win32 ld.exe
142checking how to hardcode library paths into programs... immediate
143checking for a BSD-compatible install... /usr/bin/install -c
144checking whether make sets $(MAKE)... yes
145checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
146checking pkg-config is at least version 0.9.0... yes
147checking for an ANSI C-conforming const... yes
148checking for inline... inline
149checking for working volatile... yes
150checking for GCC -MMD -MT option... yes
151checking for linker option --no-undefined... yes
152checking for linker option --dynamicbase... yes
153checking for linker option --nxcompat... yes
154checking for linker option --high-entropy-va... yes
155checking for ANSI C header files... (cached) yes
156checking for sys/types.h... (cached) yes
157checking stdio.h usability... yes
158checking stdio.h presence... yes
159checking for stdio.h... yes
160checking for stdlib.h... (cached) yes
161checking stddef.h usability... yes
162checking stddef.h presence... yes
163checking for stddef.h... yes
164checking stdarg.h usability... yes
165checking stdarg.h presence... yes
166checking for stdarg.h... yes
167checking malloc.h usability... yes
168checking malloc.h presence... yes
169checking for malloc.h... yes
170checking for memory.h... (cached) yes
171checking for string.h... (cached) yes
172checking for strings.h... (cached) yes
173checking wchar.h usability... yes
174checking wchar.h presence... yes
175checking for wchar.h... yes
176checking for inttypes.h... (cached) yes
177checking for stdint.h... (cached) yes
178checking limits.h usability... yes
179checking limits.h presence... yes
180checking for limits.h... yes
181checking ctype.h usability... yes
182checking ctype.h presence... yes
183checking for ctype.h... yes
184checking math.h usability... yes
185checking math.h presence... yes
186checking for math.h... yes
187checking float.h usability... yes
188checking float.h presence... yes
189checking for float.h... yes
190checking iconv.h usability... no
191checking iconv.h presence... no
192checking for iconv.h... no
193checking signal.h usability... yes
194checking signal.h presence... yes
195checking for signal.h... yes
196checking for size_t... yes
197checking for M_PI in math.h... yes
198checking for working memcmp... no
199checking for working strtod... no
200checking for pow... yes
201checking for mprotect... yes
202checking for malloc... yes
203checking for calloc... yes
204checking for realloc... yes
205checking for free... yes
206checking for getenv... yes
207checking for setenv... no
208checking for putenv... yes
209checking for unsetenv... no
210checking for qsort... yes
211checking for abs... yes
212checking for bcopy... no
213checking for memset... yes
214checking for memcpy... yes
215checking for memmove... yes
216checking for wcslen... yes
217checking for wcslcpy... no
218checking for wcslcat... no
219checking for wcsdup... yes
220checking for wcsstr... yes
221checking for wcscmp... yes
222checking for wcsncmp... yes
223checking for strlen... yes
224checking for strlcpy... no
225checking for strlcat... no
226checking for _strrev... yes
227checking for _strupr... yes
228checking for _strlwr... yes
229checking for strchr... yes
230checking for strrchr... yes
231checking for strstr... yes
232checking for strtok_r... yes
233checking for itoa... yes
234checking for _ltoa... yes
235checking for _uitoa... no
236checking for _ultoa... yes
237checking for strtol... yes
238checking for strtoul... yes
239checking for _i64toa... yes
240checking for _ui64toa... yes
241checking for strtoll... yes
242checking for strtoull... yes
243checking for atoi... yes
244checking for atof... yes
245checking for strcmp... yes
246checking for strncmp... yes
247checking for _stricmp... yes
248checking for strcasecmp... yes
249checking for _strnicmp... yes
250checking for strncasecmp... yes
251checking for vsscanf... yes
252checking for vsnprintf... yes
253checking for fopen64... yes
254checking for fseeko... yes
255checking for fseeko64... yes
256checking for sigaction... no
257checking for setjmp... yes
258checking for nanosleep... yes
259checking for sysconf... no
260checking for sysctlbyname... no
261checking for getauxval... no
262checking for poll... no
263checking for _Exit... yes
264checking for pow in -lm... yes
265checking for acos... yes
266checking for acosf... yes
267checking for asin... yes
268checking for asinf... yes
269checking for atan... yes
270checking for atanf... yes
271checking for atan2... yes
272checking for atan2f... yes
273checking for ceil... yes
274checking for ceilf... yes
275checking for copysign... yes
276checking for copysignf... yes
277checking for cos... yes
278checking for cosf... yes
279checking for exp... yes
280checking for expf... yes
281checking for fabs... yes
282checking for fabsf... yes
283checking for floor... yes
284checking for floorf... yes
285checking for fmod... yes
286checking for fmodf... yes
287checking for log... yes
288checking for logf... yes
289checking for log10... yes
290checking for log10f... yes
291checking for pow... (cached) yes
292checking for powf... yes
293checking for scalbn... yes
294checking for scalbnf... yes
295checking for sin... yes
296checking for sinf... yes
297checking for sqrt... yes
298checking for sqrtf... yes
299checking for tan... yes
300checking for tanf... yes
301checking for iconv_open in -liconv... no
302checking for iconv... no
303checking for struct sigaction.sa_sigaction... no
304checking libunwind.h usability... no
305checking libunwind.h presence... no
306checking for libunwind.h... no
307checking for GCC builtin atomic operations... yes
308checking for GCC -mmmx option... yes
309checking for GCC -m3dnow option... yes
310checking for GCC -msse option... yes
311checking for GCC -msse2 option... yes
312checking for GCC -msse3 option... yes
313checking immintrin.h usability... yes
314checking immintrin.h presence... yes
315checking for immintrin.h... yes
316checking for Altivec with GCC altivec.h and -maltivec option... no
317checking for Altivec with GCC -maltivec option... no
318checking for Altivec with GCC altivec.h and -faltivec option... no
319checking for Altivec with GCC -faltivec option... no
320checking for GCC -Wall option... yes
321checking for necessary GCC -Wno-multichar option... no
322checking for GCC -fno-strict-aliasing option... yes
323checking for GCC -Wdeclaration-after-statement option... yes
324checking Windows compiler... yes
325checking Windows CE... no
326checking for GCC -mpreferred-stack-boundary option... no
327checking for EGL support... yes
328checking for OpenGL ES v2 headers... yes
329checking d3d9.h usability... yes
330checking d3d9.h presence... yes
331checking for d3d9.h... yes
332checking d3d11_1.h usability... yes
333checking d3d11_1.h presence... yes
334checking for d3d11_1.h... yes
335checking ddraw.h usability... yes
336checking ddraw.h presence... yes
337checking for ddraw.h... yes
338checking dsound.h usability... yes
339checking dsound.h presence... yes
340checking for dsound.h... yes
341checking dinput.h usability... yes
342checking dinput.h presence... yes
343checking for dinput.h... yes
344checking dxgi.h usability... yes
345checking dxgi.h presence... yes
346checking for dxgi.h... yes
347checking xinput.h usability... yes
348checking xinput.h presence... yes
349checking for xinput.h... yes
350checking mmdeviceapi.h usability... yes
351checking mmdeviceapi.h presence... yes
352checking for mmdeviceapi.h... yes
353checking audioclient.h usability... yes
354checking audioclient.h presence... yes
355checking for audioclient.h... yes
356checking for main in -lmingw32... yes
357checking whether to install sdl2-config... yes
358configure: creating ./config.status
359config.status: creating Makefile
360config.status: creating sdl2-config
361config.status: creating sdl2-config.cmake
362config.status: creating sdl2-config-version.cmake
363config.status: creating SDL2.spec
364config.status: creating sdl2.pc
365config.status: creating include/SDL_config.h
366config.status: executing libtool commands
367config.status: executing sdl2_config commands
368config.status: executing summary commands
369SDL2 Configure Summary:
370Building Static Libraries
371Enabled modules : atomic audio video render events joystick haptic sensor power filesystem threads timers file loadso cpuinfo assembly
372Assembly Math : mmx 3dnow sse sse2 sse3
373Audio drivers : disk dummy winmm directsound wasapi
374Video drivers : dummy opengl opengl_es1 opengl_es2 vulkan d3d9 d3d11
375Input drivers :
376Using libsamplerate : NO
377Using libudev : NO
378Using dbus : NO
379Using ime : NO
380Using ibus : NO
381Using fcitx : NO
382make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12
383make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12'
384/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/updaterev.sh
385/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs build
386mkdir -p -- build
387touch build/.created
388 CC build/SDL_assert.lo
389 CC build/SDL_dataqueue.lo
390 CC build/SDL_error.lo
391 CC build/SDL_hints.lo
392 CC build/SDL_log.lo
393 CC build/SDL_atomic.lo
394 CC build/SDL_spinlock.lo
395 CC build/SDL_audio.lo
396 CC build/SDL_audiocvt.lo
397 CC build/SDL_audiodev.lo
398 CC build/SDL_audiotypecvt.lo
399 CC build/SDL_mixer.lo
400 CC build/SDL_wave.lo
401 CC build/SDL_cpuinfo.lo
402 CC build/SDL_dynapi.lo
403 CC build/SDL_clipboardevents.lo
404 CC build/SDL_displayevents.lo
405 CC build/SDL_dropevents.lo
406 CC build/SDL_events.lo
407 CC build/SDL_gesture.lo
408 CC build/SDL_keyboard.lo
409 CC build/SDL_mouse.lo
410 CC build/SDL_quit.lo
411 CC build/SDL_touch.lo
412 CC build/SDL_windowevents.lo
413 CC build/SDL_rwops.lo
414 CC build/SDL_haptic.lo
415 CC build/SDL_gamecontroller.lo
416 CC build/SDL_joystick.lo
417 CC build/e_atan2.lo
418 CC build/e_exp.lo
419 CC build/e_fmod.lo
420 CC build/e_log.lo
421 CC build/e_log10.lo
422 CC build/e_pow.lo
423 CC build/e_rem_pio2.lo
424 CC build/e_sqrt.lo
425 CC build/k_cos.lo
426 CC build/k_rem_pio2.lo
427 CC build/k_sin.lo
428 CC build/k_tan.lo
429 CC build/s_atan.lo
430 CC build/s_copysign.lo
431 CC build/s_cos.lo
432 CC build/s_fabs.lo
433 CC build/s_floor.lo
434 CC build/s_scalbn.lo
435 CC build/s_sin.lo
436 CC build/s_tan.lo
437 CC build/SDL_d3dmath.lo
438 CC build/SDL_power.lo
439 CC build/SDL_render.lo
440 CC build/SDL_yuv_sw.lo
441 CC build/SDL_render_d3d.lo
442 CC build/SDL_shaders_d3d.lo
443 CC build/SDL_render_d3d11.lo
444 CC build/SDL_shaders_d3d11.lo
445 CC build/SDL_render_gl.lo
446 CC build/SDL_shaders_gl.lo
447 CC build/SDL_render_gles.lo
448 CC build/SDL_render_gles2.lo
449 CC build/SDL_shaders_gles2.lo
450 CC build/SDL_render_psp.lo
451 CC build/SDL_blendfillrect.lo
452 CC build/SDL_blendline.lo
453 CC build/SDL_blendpoint.lo
454 CC build/SDL_drawline.lo
455 CC build/SDL_drawpoint.lo
456 CC build/SDL_render_sw.lo
457 CC build/SDL_rotate.lo
458 CC build/SDL_sensor.lo
459 CC build/SDL_getenv.lo
460 CC build/SDL_iconv.lo
461 CC build/SDL_malloc.lo
462 CC build/SDL_qsort.lo
463 CC build/SDL_stdlib.lo
464 CC build/SDL_string.lo
465 CC build/SDL_strtokr.lo
466 CC build/SDL_thread.lo
467 CC build/SDL_timer.lo
468 CC build/SDL_RLEaccel.lo
469 CC build/SDL_blit.lo
470 CC build/SDL_blit_0.lo
471 CC build/SDL_blit_1.lo
472 CC build/SDL_blit_A.lo
473 CC build/SDL_blit_N.lo
474 CC build/SDL_blit_auto.lo
475 CC build/SDL_blit_copy.lo
476 CC build/SDL_blit_slow.lo
477 CC build/SDL_bmp.lo
478 CC build/SDL_clipboard.lo
479 CC build/SDL_egl.lo
480 CC build/SDL_fillrect.lo
481 CC build/SDL_pixels.lo
482 CC build/SDL_rect.lo
483 CC build/SDL_shape.lo
484 CC build/SDL_stretch.lo
485 CC build/SDL_surface.lo
486 CC build/SDL_video.lo
487 CC build/SDL_vulkan_utils.lo
488 CC build/SDL_yuv.lo
489 CC build/yuv_rgb.lo
490 CC build/SDL_nullevents.lo
491 CC build/SDL_nullframebuffer.lo
492 CC build/SDL_nullvideo.lo
493 CC build/SDL_diskaudio.lo
494 CC build/SDL_dummyaudio.lo
495 CC build/SDL_windows.lo
496 CC build/SDL_xinput.lo
497 CC build/SDL_windowsclipboard.lo
498 CC build/SDL_windowsevents.lo
499 CC build/SDL_windowsframebuffer.lo
500 CC build/SDL_windowskeyboard.lo
501 CC build/SDL_windowsmessagebox.lo
502 CC build/SDL_windowsmodes.lo
503 CC build/SDL_windowsmouse.lo
504 CC build/SDL_windowsopengl.lo
505 CC build/SDL_windowsopengles.lo
506 CC build/SDL_windowsshape.lo
507 CC build/SDL_windowsvideo.lo
508 CC build/SDL_windowsvulkan.lo
509 CC build/SDL_windowswindow.lo
510 CC build/SDL_winmm.lo
511 CC build/SDL_directsound.lo
512 CC build/SDL_wasapi.lo
513 CC build/SDL_wasapi_win32.lo
514 CC build/SDL_dinputjoystick.lo
515 CC build/SDL_mmjoystick.lo
516 CC build/SDL_windowsjoystick.lo
517 CC build/SDL_xinputjoystick.lo
518 CC build/SDL_dinputhaptic.lo
519 CC build/SDL_windowshaptic.lo
520 CC build/SDL_xinputhaptic.lo
521 CC build/SDL_syspower.lo
522 CC build/SDL_sysfilesystem.lo
523 CC build/SDL_sysmutex.lo
524 CC build/SDL_syssem.lo
525 CC build/SDL_systhread.lo
526 CC build/SDL_systls.lo
527 CC build/SDL_syscond.lo
528 CC build/SDL_systimer.lo
529 CC build/SDL_sysloadso.lo
530 CC build/SDL_dummysensor.lo
531x86_64-w64-mingw32-windres /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/src/main/windows/version.rc build/version.o
532 CC build/SDL_windows_main.lo
533 CC build/SDL_test_assert.lo
534 CC build/SDL_test_common.lo
535 CC build/SDL_test_compare.lo
536 CC build/SDL_test_crc32.lo
537 CC build/SDL_test_font.lo
538 CC build/SDL_test_fuzzer.lo
539 CC build/SDL_test_harness.lo
540 CC build/SDL_test_imageBlit.lo
541 CC build/SDL_test_imageBlitBlend.lo
542 CC build/SDL_test_imageFace.lo
543 CC build/SDL_test_imagePrimitives.lo
544 CC build/SDL_test_imagePrimitivesBlend.lo
545 CC build/SDL_test_log.lo
546 CC build/SDL_test_md5.lo
547 CC build/SDL_test_memory.lo
548 CC build/SDL_test_random.lo
549 CC build/SDL.lo
550 LTLINK build/libSDL2main.la
551libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
552 LTLINK build/libSDL2_test.la
553libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
554 LTLINK build/libSDL2.la
555
556*** Warning: Linking the shared library build/libSDL2.la against the non-libtool
557*** objects build/version.o is not portable!
558make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12'
559mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
560touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-SDL2-2.0.12
561make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12 install \
562 \
563
564make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12'
565/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/updaterev.sh
566/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin
567/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/aclocal
568/usr/bin/install -c -m 755 sdl2-config /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/sdl2-config
569/usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/sdl2.m4 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/aclocal/sdl2.m4
570/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig
571/usr/bin/install -c -m 644 sdl2.pc /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig
572/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
573/usr/bin/install -c -m 644 sdl2-config.cmake /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
574/usr/bin/install -c -m 644 sdl2-config-version.cmake /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
575/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2
576/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib
577for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_metal.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_sensor.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h SDL_vulkan.h begin_code.h close_code.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_memory.h SDL_test_random.h; do \
578 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/include/$file /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/$file; \
579done
580/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2.la
581/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2main.la
582/usr/bin/install -c -m 644 include/SDL_config.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_config.h
583if test -f include/SDL_revision.h; then \
584 /usr/bin/install -c -m 644 include/SDL_revision.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
585else \
586 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.0.12/include/SDL_revision.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
587fi
588/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_test.la
589make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.0.12'
590mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
591touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-SDL2-2.0.12
592mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15
593cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 && /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/configure \
594 --disable-sdltest \
595 --disable-shared \
596 --host=x86_64-w64-mingw32 \
597 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
598 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
599 --without-x \
600 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
601 CPPFLAGS="-I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include" \
602 LDFLAGS="-m64"
603configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
604checking build system type... x86_64-pc-linux-gnu
605checking host system type... x86_64-w64-mingw32
606checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
607checking whether the C compiler works... yes
608checking for C compiler default output file name... a.exe
609checking for suffix of executables... .exe
610checking whether we are cross compiling... yes
611checking for suffix of object files... o
612checking whether we are using the GNU C compiler... yes
613checking whether x86_64-w64-mingw32-gcc accepts -g... yes
614checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
615checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
616checking for a sed that does not truncate output... /usr/bin/sed
617checking for grep that handles long lines and -e... /usr/bin/grep
618checking for egrep... /usr/bin/grep -E
619checking for fgrep... /usr/bin/grep -F
620checking 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
621checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
622checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
623checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
624checking whether ln -s works... yes
625checking the maximum length of command line arguments... 1572864
626checking whether the shell understands some XSI constructs... yes
627checking whether the shell understands "+="... yes
628checking for /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
629checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
630checking how to recognize dependent libraries... pass_all
631checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar
632checking for x86_64-w64-mingw32-strip... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/strip
633checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
634checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
635checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
636checking for ANSI C header files... yes
637checking for sys/types.h... yes
638checking for sys/stat.h... yes
639checking for stdlib.h... yes
640checking for string.h... yes
641checking for memory.h... yes
642checking for strings.h... yes
643checking for inttypes.h... yes
644checking for stdint.h... yes
645checking for unistd.h... yes
646checking for dlfcn.h... no
647checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
648checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
649checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
650checking for objdir... .libs
651checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
652checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
653checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
654checking if x86_64-w64-mingw32-gcc static flag -static works... yes
655checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
656checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
657checking 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
658checking dynamic linker characteristics... Win32 ld.exe
659checking how to hardcode library paths into programs... immediate
660checking whether stripping libraries is possible... yes
661checking if libtool supports shared libraries... yes
662checking whether to build shared libraries... no
663checking whether to build static libraries... yes
664checking for a BSD-compatible install... /usr/bin/install -c
665checking whether build environment is sane... yes
666checking for x86_64-w64-mingw32-strip... (cached) /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/strip
667checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
668checking for gawk... gawk
669checking whether make sets $(MAKE)... yes
670checking whether make supports the include directive... yes (GNU style)
671checking whether make supports nested variables... yes
672checking dependency style of x86_64-w64-mingw32-gcc... gcc3
673checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
674checking whether we are using the GNU C compiler... (cached) yes
675checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
676checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
677checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
678checking whether make sets $(MAKE)... (cached) yes
679checking for windres... x86_64-w64-mingw32-windres
680checking pkg-config is at least version 0.9.0... yes
681checking for FT2... yes
682checking for SDL... yes
683checking for OpenGL support... no
684checking that generated files are newer than configure... done
685configure: creating ./config.status
686config.status: creating Makefile
687config.status: creating SDL2_ttf.spec
688config.status: creating SDL2_ttf.pc
689config.status: executing libtool commands
690config.status: executing depfiles commands
691make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 noinst_PROGRAMS=""
692make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
693/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=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 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -I. -I/home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c -o SDL_ttf.lo /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c
694libtool: compile: x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=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 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -I. -I/home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c -o SDL_ttf.o
695mv -f .deps/SDL_ttf.Tpo .deps/SDL_ttf.Plo
696/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -no-undefined -release 2.0 -version-info 14:1:14 -Wl,version.o -m64 -o libSDL2_ttf.la -rpath /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib SDL_ttf.lo -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -lfreetype -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -lmingw32 -lSDL2main -lSDL2 -mwindows
697libtool: link: rm -fr .libs/libSDL2_ttf.a .libs/libSDL2_ttf.la .libs/libSDL2_ttf.lai
698libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ar cru .libs/libSDL2_ttf.a SDL_ttf.o
699libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ranlib .libs/libSDL2_ttf.a
700libtool: link: ( cd ".libs" && rm -f "libSDL2_ttf.la" && ln -s "../libSDL2_ttf.la" "libSDL2_ttf.la" )
701make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
702mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
703touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-SDL2_ttf-2.0.15
704make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 install \
705 noinst_PROGRAMS="" \
706
707make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
708make[4]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
709 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
710 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2'
711 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
712 /bin/sh ./libtool --mode=install /usr/bin/install -c libSDL2_ttf.la '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
713 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.h '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2'
714 /usr/bin/install -c -m 644 SDL2_ttf.pc '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
715libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.lai /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.la
716libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.a /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
717libtool: install: chmod 644 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
718libtool: 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/libSDL2_ttf.a
719----------------------------------------------------------------------
720Libraries have been installed in:
721 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib
722
723If you ever happen to want to link against installed libraries
724in a given directory, LIBDIR, you must either use libtool, and
725specify the full pathname of the library, or use the `-LLIBDIR'
726flag during linking and do at least one of the following:
727 - add LIBDIR to the `PATH' environment variable
728 during execution
729 - add LIBDIR to the `LD_RUN_PATH' environment variable
730 during linking
731 - use the `-LLIBDIR' linker flag
732 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
733
734See any operating system documentation about shared libraries for
735more information, such as the ld(1) and ld.so(8) manual pages.
736----------------------------------------------------------------------
737make[4]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
738make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
739mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
740touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-SDL2_ttf-2.0.15
741make[2]: Leaving directory '/home/openmsx/openMSX'
742make[1]: Leaving directory '/home/openmsx/openMSX'
743make -f build/main.mk bindist \
744 OPENMSX_TARGET_CPU=x86_64 \
745 OPENMSX_TARGET_OS=mingw-w64 \
746 OPENMSX_FLAVOUR=opt \
747 3RDPARTY_FLAG=true \
748 PYTHON=python3
749make[1]: Entering directory '/home/openmsx/openMSX'
750Using Python: python3
751Build configuration:
752Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
753 Platform: x86_64-mingw-w64
754 Flavour: opt
755 Compiler: x86_64-w64-mingw32-g++
756 Subset: full build
757Compiling DeviceFactory.cc...
758Compiling GlobalSettings.cc...
759Compiling MSXPPI.cc...
760Compiling PluggableFactory.cc...
761Compiling Printer.cc...
762Compiling Reactor.cc...
763Compiling ReverseManager.cc...
764Compiling SVIPPI.cc...
765Compiling Version.cc...
766Compiling main.cc...
767Compiling console/CommandConsole.cc...
768Compiling console/OSDConsoleRenderer.cc...
769Compiling console/OSDGUI.cc...
770Compiling console/OSDRectangle.cc...
771Compiling console/OSDText.cc...
772Compiling console/OSDWidget.cc...
773Compiling console/TTFFont.cc...
774Compiling events/EventDistributor.cc...
775Compiling events/HotKey.cc...
776Compiling events/InputEventFactory.cc...
777Compiling events/InputEventGenerator.cc...
778Compiling events/InputEvents.cc...
779Compiling events/Keys.cc...
780Compiling input/ArkanoidPad.cc...
781Compiling input/ColecoJoystickIO.cc...
782Compiling input/EventDelay.cc...
783Compiling input/JoyMega.cc...
784Compiling input/Joystick.cc...
785Compiling input/KeyJoystick.cc...
786Compiling input/Keyboard.cc...
787Compiling input/KeyboardSettings.cc...
788Compiling input/Mouse.cc...
789Compiling input/Paddle.cc...
790Compiling input/Touchpad.cc...
791Compiling input/Trackball.cc...
792Compiling laserdisc/PioneerLDControl.cc...
793Compiling settings/KeyCodeSetting.cc...
794Compiling sound/Mixer.cc...
795Compiling sound/SDLSoundDriver.cc...
796Compiling video/Display.cc...
797Compiling video/FBPostProcessor.cc...
798Compiling video/GLImage.cc...
799Compiling video/PNG.cc...
800Compiling video/PostProcessor.cc...
801Compiling video/SDLGLOffScreenSurface.cc...
802Compiling video/SDLGLVisibleSurface.cc...
803Compiling video/SDLImage.cc...
804Compiling video/SDLOffScreenSurface.cc...
805Compiling video/SDLOutputSurface.cc...
806Compiling video/SDLSnow.cc...
807Compiling video/SDLVideoSystem.cc...
808Compiling video/SDLVisibleSurface.cc...
809Compiling video/SDLVisibleSurfaceBase.cc...
810Compiling video/VisibleSurface.cc...
811Compiling video/scalers/DirectScalerOutput.cc...
812Compiling video/scalers/StretchScalerOutput.cc...
813Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
814Compiling resources...
815Linking openmsx.exe...
816Removing any old binary package...
817Creating binary package:
818 Executable...
819 Data files...
820 Documentation...
821 C-BIOS...
822 Creating symlinks...
823make[1]: Leaving directory '/home/openmsx/openMSX'