Skip to content

Instantly share code, notes, and snippets.

@yajo
Created October 25, 2020 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yajo/4d7d682cbcdf11e7367a8e8ed480a156 to your computer and use it in GitHub Desktop.
Save yajo/4d7d682cbcdf11e7367a8e8ed480a156 to your computer and use it in GitHub Desktop.
nottetris2 flatpak build logs
➤ flatpak-builder --user --install --force-clean --disable-cache build-dir net.stabyourself.nottetris2.yml
Emptying app dir 'build-dir'
Downloading sources
Initializing build dir
Committing stage init to cache
Starting build of net.stabyourself.nottetris2
========================================================================
Building module SDL1 in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/SDL1-1
========================================================================
Applying patch sdl-libx11-build.patch
patching file configure.in
Hunk #1 succeeded at 1127 (offset -42 lines).
patching file include/SDL_config.h.in
Hunk #1 succeeded at 282 (offset -1 lines).
patching file src/video/x11/SDL_x11sym.h
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-scripts'.
libtoolize: linking file 'build-scripts/ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether byte ordering is bigendian... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for size_t... yes
checking for int64_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for working strtod... yes
checking for mprotect... yes
checking for malloc... yes
checking for calloc... yes
checking for realloc... yes
checking for free... yes
checking for getenv... yes
checking for putenv... yes
checking for unsetenv... yes
checking for qsort... yes
checking for abs... yes
checking for bcopy... yes
checking for memset... yes
checking for memcpy... yes
checking for memmove... yes
checking for strlen... yes
checking for strlcpy... no
checking for strlcat... no
checking for strdup... yes
checking for _strrev... no
checking for _strupr... no
checking for _strlwr... no
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for itoa... no
checking for _ltoa... no
checking for _uitoa... no
checking for _ultoa... no
checking for strtol... yes
checking for strtoul... yes
checking for _i64toa... no
checking for _ui64toa... no
checking for strtoll... yes
checking for strtoull... yes
checking for atoi... yes
checking for atof... yes
checking for strcmp... yes
checking for strncmp... yes
checking for _stricmp... no
checking for strcasecmp... yes
checking for _strnicmp... no
checking for strncasecmp... yes
checking for sscanf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for iconv... yes
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for libiconv_open in -liconv... no
checking for pow in -lm... yes
checking for struct sigaction.sa_sigaction... yes
checking for GCC -fvisibility=hidden option... yes
checking for dlopen... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for Altivec with GCC altivec.h and -maltivec option... no
checking for Altivec with GCC -maltivec option... no
checking for Altivec with GCC altivec.h and -faltivec option... no
checking for Altivec with GCC -faltivec option... no
checking for OSS audio support... yes
checking for dmedia audio support... no
checking for ALSA CFLAGS...
checking for dlopen in -lc... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... found.
checking for snd_ctl_open in -lasound... yes
-- dynamic libasound -> libasound.so.2
checking for artsc-config... no
checking for pkg-config... /usr/bin/pkg-config
checking for PulseAudio 0.9 support... yes
-- dynamic libpulse-simple -> libpulse-simple.so.0
checking audio/audiolib.h usability... no
checking audio/audiolib.h presence... no
checking for audio/audiolib.h... no
checking for AuOpenServer in -laudio... no
checking for NAS audio support... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
-- dynamic libX11 -> libX11.so.6
-- dynamic libX11ext -> libXext.so.6
checking for X11/extensions/Xrandr.h... yes
-- dynamic libXrender -> libXrender.so.1
-- dynamic libXrandr -> libXrandr.so.2
checking for const parameter to _XData32... yes
checking for framebuffer console support... yes
checking for getpagesize... yes
checking for directfb-config... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for DirectFB 0.9.15 support... no
checking for PlayStation 2 GS support... no
checking for PlayStation 3 Cell support... no
checking for SVGAlib (1.4.0+) support... no
checking for libVGL support... no
checking for wscons support... no
checking for OpenGL (GLX) support... no
checking for Linux 2.4 unified input interface... yes
checking for Touchscreen library support... no
checking for hid_init in -lusbhid... no
checking usb.h usability... no
checking usb.h presence... no
checking for usb.h... no
checking libusb.h usability... no
checking libusb.h presence... no
checking for libusb.h... no
checking for hid_init in -lusb... no
checking for usbhid... no
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for GCC -Wall option... yes
checking for necessary GCC -Wno-multichar option... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdl-config
config.status: creating SDL.spec
config.status: creating SDL.qpg
config.status: creating sdl.pc
config.status: creating include/SDL_config.h
config.status: executing libtool commands
config.status: executing default commands
Generating dependencies for ./src/SDL.c
Generating dependencies for ./src/SDL_error.c
Generating dependencies for ./src/SDL_fatal.c
Generating dependencies for ./src/audio/SDL_audio.c
Generating dependencies for ./src/audio/SDL_audiocvt.c
Generating dependencies for ./src/audio/SDL_audiodev.c
Generating dependencies for ./src/audio/SDL_mixer.c
Generating dependencies for ./src/audio/SDL_mixer_MMX.c
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
Generating dependencies for ./src/audio/SDL_mixer_m68k.c
Generating dependencies for ./src/audio/SDL_wave.c
Generating dependencies for ./src/cdrom/SDL_cdrom.c
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
Generating dependencies for ./src/events/SDL_active.c
Generating dependencies for ./src/events/SDL_events.c
Generating dependencies for ./src/events/SDL_expose.c
Generating dependencies for ./src/events/SDL_keyboard.c
Generating dependencies for ./src/events/SDL_mouse.c
Generating dependencies for ./src/events/SDL_quit.c
Generating dependencies for ./src/events/SDL_resize.c
Generating dependencies for ./src/file/SDL_rwops.c
Generating dependencies for ./src/stdlib/SDL_getenv.c
Generating dependencies for ./src/stdlib/SDL_iconv.c
Generating dependencies for ./src/stdlib/SDL_malloc.c
Generating dependencies for ./src/stdlib/SDL_qsort.c
Generating dependencies for ./src/stdlib/SDL_stdlib.c
Generating dependencies for ./src/stdlib/SDL_string.c
Generating dependencies for ./src/thread/SDL_thread.c
Generating dependencies for ./src/timer/SDL_timer.c
Generating dependencies for ./src/video/SDL_RLEaccel.c
Generating dependencies for ./src/video/SDL_blit.c
Generating dependencies for ./src/video/SDL_blit_0.c
Generating dependencies for ./src/video/SDL_blit_1.c
Generating dependencies for ./src/video/SDL_blit_A.c
Generating dependencies for ./src/video/SDL_blit_N.c
Generating dependencies for ./src/video/SDL_bmp.c
Generating dependencies for ./src/video/SDL_cursor.c
Generating dependencies for ./src/video/SDL_gamma.c
Generating dependencies for ./src/video/SDL_pixels.c
Generating dependencies for ./src/video/SDL_stretch.c
Generating dependencies for ./src/video/SDL_surface.c
Generating dependencies for ./src/video/SDL_video.c
Generating dependencies for ./src/video/SDL_yuv.c
Generating dependencies for ./src/video/SDL_yuv_mmx.c
Generating dependencies for ./src/video/SDL_yuv_sw.c
Generating dependencies for ./src/joystick/SDL_joystick.c
Generating dependencies for ./src/video/dummy/SDL_nullevents.c
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
Generating dependencies for ./src/audio/dsp/SDL_dspaudio.c
Generating dependencies for ./src/audio/dma/SDL_dmaaudio.c
Generating dependencies for ./src/audio/alsa/SDL_alsa_audio.c
Generating dependencies for ./src/audio/pulse/SDL_pulseaudio.c
Generating dependencies for ./src/video/x11/SDL_x11dga.c
Generating dependencies for ./src/video/x11/SDL_x11dyn.c
Generating dependencies for ./src/video/x11/SDL_x11events.c
Generating dependencies for ./src/video/x11/SDL_x11gamma.c
Generating dependencies for ./src/video/x11/SDL_x11gl.c
Generating dependencies for ./src/video/x11/SDL_x11image.c
Generating dependencies for ./src/video/x11/SDL_x11modes.c
Generating dependencies for ./src/video/x11/SDL_x11mouse.c
Generating dependencies for ./src/video/x11/SDL_x11video.c
Generating dependencies for ./src/video/x11/SDL_x11wm.c
Generating dependencies for ./src/video/x11/SDL_x11yuv.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA2.c
Generating dependencies for ./src/video/dga/SDL_dgaevents.c
Generating dependencies for ./src/video/dga/SDL_dgamouse.c
Generating dependencies for ./src/video/dga/SDL_dgavideo.c
Generating dependencies for ./src/video/Xext/Xxf86vm/XF86VMode.c
Generating dependencies for ./src/video/Xext/Xv/Xv.c
Generating dependencies for ./src/video/Xext/Xinerama/Xinerama.c
Generating dependencies for ./src/video/Xext/XME/xme.c
Generating dependencies for ./src/video/fbcon/SDL_fb3dfx.c
Generating dependencies for ./src/video/fbcon/SDL_fbelo.c
Generating dependencies for ./src/video/fbcon/SDL_fbevents.c
Generating dependencies for ./src/video/fbcon/SDL_fbmatrox.c
Generating dependencies for ./src/video/fbcon/SDL_fbmouse.c
Generating dependencies for ./src/video/fbcon/SDL_fbriva.c
Generating dependencies for ./src/video/fbcon/SDL_fbvideo.c
Generating dependencies for ./src/thread/pthread/SDL_systhread.c
Generating dependencies for ./src/thread/pthread/SDL_syssem.c
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
Generating dependencies for ./src/thread/pthread/SDL_syscond.c
Generating dependencies for ./src/joystick/linux/SDL_sysjoystick.c
Generating dependencies for ./src/cdrom/linux/SDL_syscdrom.c
Generating dependencies for ./src/timer/unix/SDL_systimer.c
Generating dependencies for ./src/main/dummy/SDL_dummy_main.c
/bin/sh build-scripts/mkinstalldirs build
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -o build/SDL.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -o build/SDL_error.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.lo
mkdir -p -- build
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -fPIC -DPIC -o build/.libs/SDL_audiocvt.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -fPIC -DPIC -o build/.libs/SDL_fatal.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -fPIC -DPIC -o build/.libs/SDL_wave.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -fPIC -DPIC -o build/.libs/SDL_audio.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -fPIC -DPIC -o build/.libs/SDL_cdrom.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -fPIC -DPIC -o build/.libs/SDL.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -fPIC -DPIC -o build/.libs/SDL_mixer_m68k.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX_VC.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -fPIC -DPIC -o build/.libs/SDL_error.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -fPIC -DPIC -o build/.libs/SDL_mixer.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -fPIC -DPIC -o build/.libs/SDL_audiodev.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -o build/SDL_active.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -o build/SDL_events.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -fPIC -DPIC -o build/.libs/SDL_cpuinfo.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -fPIC -DPIC -o build/.libs/SDL_active.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -fPIC -DPIC -o build/.libs/SDL_keyboard.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -fPIC -DPIC -o build/.libs/SDL_mouse.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -fPIC -DPIC -o build/.libs/SDL_quit.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -fPIC -DPIC -o build/.libs/SDL_events.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -fPIC -DPIC -o build/.libs/SDL_resize.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -fPIC -DPIC -o build/.libs/SDL_expose.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -fPIC -DPIC -o build/.libs/SDL_rwops.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -fPIC -DPIC -o build/.libs/SDL_getenv.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -fPIC -DPIC -o build/.libs/SDL_iconv.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -fPIC -DPIC -o build/.libs/SDL_stdlib.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -fPIC -DPIC -o build/.libs/SDL_qsort.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -fPIC -DPIC -o build/.libs/SDL_malloc.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -fPIC -DPIC -o build/.libs/SDL_thread.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -fPIC -DPIC -o build/.libs/SDL_string.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -fPIC -DPIC -o build/.libs/SDL_RLEaccel.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -fPIC -DPIC -o build/.libs/SDL_timer.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -fPIC -DPIC -o build/.libs/SDL_blit.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -fPIC -DPIC -o build/.libs/SDL_blit_0.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -fPIC -DPIC -o build/.libs/SDL_blit_A.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -fPIC -DPIC -o build/.libs/SDL_blit_1.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -fPIC -DPIC -o build/.libs/SDL_bmp.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -fPIC -DPIC -o build/.libs/SDL_cursor.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -fPIC -DPIC -o build/.libs/SDL_blit_N.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -o build/SDL_video.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -fPIC -DPIC -o build/.libs/SDL_gamma.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -fPIC -DPIC -o build/.libs/SDL_surface.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -fPIC -DPIC -o build/.libs/SDL_pixels.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -fPIC -DPIC -o build/.libs/SDL_stretch.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -fPIC -DPIC -o build/.libs/SDL_video.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -fPIC -DPIC -o build/.libs/SDL_yuv.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -fPIC -DPIC -o build/.libs/SDL_yuv_mmx.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -fPIC -DPIC -o build/.libs/SDL_yuv_sw.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -fPIC -DPIC -o build/.libs/SDL_joystick.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -fPIC -DPIC -o build/.libs/SDL_nullevents.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -fPIC -DPIC -o build/.libs/SDL_nullmouse.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -fPIC -DPIC -o build/.libs/SDL_diskaudio.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -o build/SDL_dspaudio.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -fPIC -DPIC -o build/.libs/SDL_dummyaudio.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -o build/SDL_dmaaudio.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -fPIC -DPIC -o build/.libs/SDL_nullvideo.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/alsa/SDL_alsa_audio.c -o build/SDL_alsa_audio.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -fPIC -DPIC -o build/.libs/SDL_dspaudio.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/pulse/SDL_pulseaudio.c -o build/SDL_pulseaudio.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11dga.c -o build/SDL_x11dga.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -fPIC -DPIC -o build/.libs/SDL_sysloadso.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11dyn.c -o build/SDL_x11dyn.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/alsa/SDL_alsa_audio.c -fPIC -DPIC -o build/.libs/SDL_alsa_audio.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -fPIC -DPIC -o build/.libs/SDL_dmaaudio.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11events.c -o build/SDL_x11events.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/pulse/SDL_pulseaudio.c -fPIC -DPIC -o build/.libs/SDL_pulseaudio.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11gamma.c -o build/SDL_x11gamma.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11dga.c -fPIC -DPIC -o build/.libs/SDL_x11dga.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11dyn.c -fPIC -DPIC -o build/.libs/SDL_x11dyn.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11gl.c -o build/SDL_x11gl.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11events.c -fPIC -DPIC -o build/.libs/SDL_x11events.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11gamma.c -fPIC -DPIC -o build/.libs/SDL_x11gamma.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11image.c -o build/SDL_x11image.lo
./src/video/x11/SDL_x11events.c: In function ‘X11_TranslateKeycode’:
./src/video/x11/SDL_x11events.c:1124:2: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
xsym = XKeycodeToKeysym(display, kc, 0);
^~~~
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11modes.c -o build/SDL_x11modes.lo
In file included from ./src/video/x11/SDL_x11events.c:27:
/usr/include/X11/Xlib.h:1687:15: note: declared here
extern KeySym XKeycodeToKeysym(
^~~~~~~~~~~~~~~~
./src/video/x11/SDL_x11events.c: In function ‘get_modifier_masks’:
./src/video/x11/SDL_x11events.c:1216:4: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
KeySym ks = XKeycodeToKeysym(display, kc, 0);
^~~~~~
In file included from ./src/video/x11/SDL_x11events.c:27:
/usr/include/X11/Xlib.h:1687:15: note: declared here
extern KeySym XKeycodeToKeysym(
^~~~~~~~~~~~~~~~
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11gl.c -fPIC -DPIC -o build/.libs/SDL_x11gl.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11mouse.c -o build/SDL_x11mouse.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11video.c -o build/SDL_x11video.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11wm.c -o build/SDL_x11wm.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11image.c -fPIC -DPIC -o build/.libs/SDL_x11image.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11yuv.c -o build/SDL_x11yuv.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA.c -o build/XF86DGA.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11video.c -fPIC -DPIC -o build/.libs/SDL_x11video.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11modes.c -fPIC -DPIC -o build/.libs/SDL_x11modes.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA2.c -o build/XF86DGA2.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11wm.c -fPIC -DPIC -o build/.libs/SDL_x11wm.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11yuv.c -fPIC -DPIC -o build/.libs/SDL_x11yuv.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgaevents.c -o build/SDL_dgaevents.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA.c -fPIC -DPIC -o build/.libs/XF86DGA.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/x11/SDL_x11mouse.c -fPIC -DPIC -o build/.libs/SDL_x11mouse.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA2.c -fPIC -DPIC -o build/.libs/XF86DGA2.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgamouse.c -o build/SDL_dgamouse.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgavideo.c -o build/SDL_dgavideo.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgaevents.c -fPIC -DPIC -o build/.libs/SDL_dgaevents.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86vm/XF86VMode.c -o build/XF86VMode.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgamouse.c -fPIC -DPIC -o build/.libs/SDL_dgamouse.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dga/SDL_dgavideo.c -fPIC -DPIC -o build/.libs/SDL_dgavideo.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xv/Xv.c -o build/Xv.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xinerama/Xinerama.c -o build/Xinerama.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/XME/xme.c -o build/xme.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fb3dfx.c -o build/SDL_fb3dfx.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbelo.c -o build/SDL_fbelo.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xxf86vm/XF86VMode.c -fPIC -DPIC -o build/.libs/XF86VMode.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbevents.c -o build/SDL_fbevents.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xv/Xv.c -fPIC -DPIC -o build/.libs/Xv.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbmatrox.c -o build/SDL_fbmatrox.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/XME/xme.c -fPIC -DPIC -o build/.libs/xme.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbelo.c -fPIC -DPIC -o build/.libs/SDL_fbelo.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbmouse.c -o build/SDL_fbmouse.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fb3dfx.c -fPIC -DPIC -o build/.libs/SDL_fb3dfx.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbriva.c -o build/SDL_fbriva.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/Xext/Xinerama/Xinerama.c -fPIC -DPIC -o build/.libs/Xinerama.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbevents.c -fPIC -DPIC -o build/.libs/SDL_fbevents.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbmatrox.c -fPIC -DPIC -o build/.libs/SDL_fbmatrox.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbriva.c -fPIC -DPIC -o build/.libs/SDL_fbriva.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbvideo.c -o build/SDL_fbvideo.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbmouse.c -fPIC -DPIC -o build/.libs/SDL_fbmouse.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/fbcon/SDL_fbvideo.c -fPIC -DPIC -o build/.libs/SDL_fbvideo.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -o build/SDL_sysjoystick.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -fPIC -DPIC -o build/.libs/SDL_systhread.o
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -o build/SDL_syscdrom.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.lo
/bin/sh ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -o build/SDL_dummy_main.lo
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -fPIC -DPIC -o build/.libs/SDL_syscond.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -fPIC -DPIC -o build/.libs/SDL_syssem.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -fPIC -DPIC -o build/.libs/SDL_sysmutex.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -fPIC -DPIC -o build/.libs/SDL_systimer.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -fPIC -DPIC -o build/.libs/SDL_dummy_main.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -fPIC -DPIC -o build/.libs/SDL_sysjoystick.o
libtool: compile: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -fPIC -DPIC -o build/.libs/SDL_syscdrom.o
/bin/sh ./libtool --mode=link gcc -o build/libSDLmain.la build/SDL_dummy_main.lo -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -lm -ldl -lpthread -no-undefined -rpath /app/lib -release 1.2 -version-info 11:4:11 -static
libtool: link: ar cru build/.libs/libSDLmain.a build/.libs/SDL_dummy_main.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib build/.libs/libSDLmain.a
libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" )
/bin/sh ./libtool --mode=link gcc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_dspaudio.lo build/SDL_dmaaudio.lo build/SDL_alsa_audio.lo build/SDL_pulseaudio.lo build/SDL_x11dga.lo build/SDL_x11dyn.lo build/SDL_x11events.lo build/SDL_x11gamma.lo build/SDL_x11gl.lo build/SDL_x11image.lo build/SDL_x11modes.lo build/SDL_x11mouse.lo build/SDL_x11video.lo build/SDL_x11wm.lo build/SDL_x11yuv.lo build/XF86DGA.lo build/XF86DGA2.lo build/SDL_dgaevents.lo build/SDL_dgamouse.lo build/SDL_dgavideo.lo build/XF86VMode.lo build/Xv.lo build/Xinerama.lo build/xme.lo build/SDL_fb3dfx.lo build/SDL_fbelo.lo build/SDL_fbevents.lo build/SDL_fbmatrox.lo build/SDL_fbmouse.lo build/SDL_fbriva.lo build/SDL_fbvideo.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_sysjoystick.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -lm -ldl -lpthread -no-undefined -rpath /app/lib -release 1.2 -version-info 11:4:11
libtool: link: gcc -shared -fPIC -DPIC build/.libs/SDL.o build/.libs/SDL_error.o build/.libs/SDL_fatal.o build/.libs/SDL_audio.o build/.libs/SDL_audiocvt.o build/.libs/SDL_audiodev.o build/.libs/SDL_mixer.o build/.libs/SDL_mixer_MMX.o build/.libs/SDL_mixer_MMX_VC.o build/.libs/SDL_mixer_m68k.o build/.libs/SDL_wave.o build/.libs/SDL_cdrom.o build/.libs/SDL_cpuinfo.o build/.libs/SDL_active.o build/.libs/SDL_events.o build/.libs/SDL_expose.o build/.libs/SDL_keyboard.o build/.libs/SDL_mouse.o build/.libs/SDL_quit.o build/.libs/SDL_resize.o build/.libs/SDL_rwops.o build/.libs/SDL_getenv.o build/.libs/SDL_iconv.o build/.libs/SDL_malloc.o build/.libs/SDL_qsort.o build/.libs/SDL_stdlib.o build/.libs/SDL_string.o build/.libs/SDL_thread.o build/.libs/SDL_timer.o build/.libs/SDL_RLEaccel.o build/.libs/SDL_blit.o build/.libs/SDL_blit_0.o build/.libs/SDL_blit_1.o build/.libs/SDL_blit_A.o build/.libs/SDL_blit_N.o build/.libs/SDL_bmp.o build/.libs/SDL_cursor.o build/.libs/SDL_gamma.o build/.libs/SDL_pixels.o build/.libs/SDL_stretch.o build/.libs/SDL_surface.o build/.libs/SDL_video.o build/.libs/SDL_yuv.o build/.libs/SDL_yuv_mmx.o build/.libs/SDL_yuv_sw.o build/.libs/SDL_joystick.o build/.libs/SDL_nullevents.o build/.libs/SDL_nullmouse.o build/.libs/SDL_nullvideo.o build/.libs/SDL_diskaudio.o build/.libs/SDL_dummyaudio.o build/.libs/SDL_sysloadso.o build/.libs/SDL_dspaudio.o build/.libs/SDL_dmaaudio.o build/.libs/SDL_alsa_audio.o build/.libs/SDL_pulseaudio.o build/.libs/SDL_x11dga.o build/.libs/SDL_x11dyn.o build/.libs/SDL_x11events.o build/.libs/SDL_x11gamma.o build/.libs/SDL_x11gl.o build/.libs/SDL_x11image.o build/.libs/SDL_x11modes.o build/.libs/SDL_x11mouse.o build/.libs/SDL_x11video.o build/.libs/SDL_x11wm.o build/.libs/SDL_x11yuv.o build/.libs/XF86DGA.o build/.libs/XF86DGA2.o build/.libs/SDL_dgaevents.o build/.libs/SDL_dgamouse.o build/.libs/SDL_dgavideo.o build/.libs/XF86VMode.o build/.libs/Xv.o build/.libs/Xinerama.o build/.libs/xme.o build/.libs/SDL_fb3dfx.o build/.libs/SDL_fbelo.o build/.libs/SDL_fbevents.o build/.libs/SDL_fbmatrox.o build/.libs/SDL_fbmouse.o build/.libs/SDL_fbriva.o build/.libs/SDL_fbvideo.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_sysjoystick.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o -L/app/lib -lm -ldl -lpthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libSDL-1.2.so.0 -o build/.libs/libSDL-1.2.so.0.11.4
libtool: link: (cd "build/.libs" && rm -f "libSDL-1.2.so.0" && ln -s "libSDL-1.2.so.0.11.4" "libSDL-1.2.so.0")
libtool: link: (cd "build/.libs" && rm -f "libSDL.so" && ln -s "libSDL-1.2.so.0.11.4" "libSDL.so")
libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" )
/bin/sh build-scripts/mkinstalldirs /app/bin
mkdir -p -- /app/bin
/usr/bin/install -c -m 755 sdl-config /app/bin/sdl-config
/bin/sh build-scripts/mkinstalldirs /app/include/SDL
mkdir -p -- /app/include/SDL
for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \
/usr/bin/install -c -m 644 ./include/$file /app/include/SDL/$file; \
done
/usr/bin/install -c -m 644 include/SDL_config.h /app/include/SDL/SDL_config.h
/bin/sh build-scripts/mkinstalldirs /app/lib
mkdir -p -- /app/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDL.la /app/lib/libSDL.la
libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /app/lib/libSDL-1.2.so.0.11.4
libtool: install: (cd /app/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; })
libtool: install: (cd /app/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; })
libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /app/lib/libSDL.la
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /app/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /app/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /app/lib/libSDLmain.a
libtool: install: chmod 644 /app/lib/libSDLmain.a
libtool: install: ranlib /app/lib/libSDLmain.a
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh build-scripts/mkinstalldirs /app/share/aclocal
mkdir -p -- /app/share/aclocal
/usr/bin/install -c -m 644 ./sdl.m4 /app/share/aclocal/sdl.m4
/bin/sh build-scripts/mkinstalldirs /app/lib/pkgconfig
mkdir -p -- /app/lib/pkgconfig
/usr/bin/install -c -m 644 sdl.pc /app/lib/pkgconfig
/bin/sh build-scripts/mkinstalldirs /app/share/man/man3
mkdir -p -- /app/share/man/man3
for src in ./docs/man3/*.3; do \
file=`echo $src | sed -e 's|^.*/||'`; \
/usr/bin/install -c -m 644 $src /app/share/man/man3/$file; \
done
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libSDL-1.2.so.0.11.4
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libSDL-1.2.so.0.11.4
[28] .debug_aranges compressed -> .zdebug_aranges (4288 => 1030 24.02%)
[29] .debug_info compressed -> .zdebug_info (1198874 => 574861 47.95%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (81233 => 12101 14.90%)
[31] .debug_line compressed -> .zdebug_line (271419 => 100743 37.12%)
[32] .debug_str compressed -> .zdebug_str (71850 => 25754 35.84%)
[33] .debug_loc compressed -> .zdebug_loc (647434 => 131684 20.34%)
[34] .debug_ranges compressed -> .zdebug_ranges (49872 => 9654 19.36%)
[37] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libSDL-1.2.so.0.11.4 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libSDL-1.2.so.0.11.4.debug
Committing stage build-SDL1 to cache
========================================================================
Building module glu in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/glu-1
========================================================================
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether make supports nested variables... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GL... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether g++ supports -fvisibility=hidden... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glu.pc
config.status: executing depfiles commands
config.status: executing libtool commands
CC src/libtess/dict.lo
CC src/libtess/mesh.lo
CC src/libtess/memalloc.lo
CC src/libtess/geom.lo
CC src/libtess/sweep.lo
CC src/libtess/render.lo
CXX src/libnurbs/internals/bin.lo
CXX src/libnurbs/internals/bufpool.lo
CXX src/libnurbs/internals/cachingeval.lo
CXX src/libnurbs/internals/ccw.lo
CXX src/libnurbs/internals/coveandtiler.lo
CXX src/libnurbs/internals/curve.lo
CXX src/libnurbs/internals/curvelist.lo
CXX src/libnurbs/internals/curvesub.lo
CXX src/libnurbs/internals/dataTransform.lo
CXX src/libnurbs/internals/displaylist.lo
CXX src/libnurbs/internals/flist.lo
CXX src/libnurbs/internals/flistsorter.lo
CXX src/libnurbs/internals/hull.lo
CXX src/libnurbs/internals/intersect.lo
CXX src/libnurbs/internals/knotvector.lo
CXX src/libnurbs/internals/mapdesc.lo
CXX src/libnurbs/internals/mapdescv.lo
CXX src/libnurbs/internals/maplist.lo
CXX src/libnurbs/internals/mesher.lo
CXX src/libnurbs/internals/monotonizer.lo
CXX src/libnurbs/internals/monoTriangulationBackend.lo
CXX src/libnurbs/internals/mycode.lo
CXX src/libnurbs/internals/nurbsinterfac.lo
CXX src/libnurbs/internals/nurbstess.lo
CXX src/libnurbs/internals/patch.lo
CXX src/libnurbs/internals/patchlist.lo
CXX src/libnurbs/internals/quilt.lo
CXX src/libnurbs/internals/reader.lo
CXX src/libnurbs/internals/renderhints.lo
CXX src/libnurbs/internals/slicer.lo
CXX src/libnurbs/internals/sorter.lo
src/libnurbs/internals/quilt.cc: In member function ‘void Quilt::deleteMe(Pool&)’:
src/libnurbs/internals/quilt.cc:65:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if( q->breakpoints) delete[] q->breakpoints; q->breakpoints = 0;
^~
src/libnurbs/internals/quilt.cc:65:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if( q->breakpoints) delete[] q->breakpoints; q->breakpoints = 0;
^
CXX src/libnurbs/internals/splitarcs.lo
CXX src/libnurbs/internals/subdivider.lo
CXX src/libnurbs/internals/tobezier.lo
CXX src/libnurbs/internals/trimregion.lo
CXX src/libnurbs/internals/trimline.lo
CXX src/libnurbs/internals/trimvertpool.lo
CXX src/libnurbs/internals/uarray.lo
CXX src/libnurbs/internals/varray.lo
CXX src/libnurbs/nurbtess/directedLine.lo
CXX src/libnurbs/nurbtess/gridWrap.lo
src/libnurbs/internals/subdivider.cc: In member function ‘void Subdivider::freejarcs(Bin&)’:
src/libnurbs/internals/subdivider.cc:852:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
^~
src/libnurbs/internals/subdivider.cc:852:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
^~~~
src/libnurbs/internals/subdivider.cc:853:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if( jarc->bezierArc) jarc->bezierArc->deleteMe( bezierarcpool ); jarc->bezierArc = 0;
^~
src/libnurbs/internals/subdivider.cc:853:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if( jarc->bezierArc) jarc->bezierArc->deleteMe( bezierarcpool ); jarc->bezierArc = 0;
^~~~
CXX src/libnurbs/nurbtess/monoChain.lo
CXX src/libnurbs/nurbtess/monoTriangulation.lo
CXX src/libnurbs/nurbtess/monoPolyPart.lo
CXX src/libnurbs/nurbtess/partitionX.lo
CXX src/libnurbs/nurbtess/partitionY.lo
CXX src/libnurbs/nurbtess/polyDBG.lo
CXX src/libnurbs/nurbtess/polyUtil.lo
CXX src/libnurbs/nurbtess/primitiveStream.lo
CXX src/libnurbs/nurbtess/quicksort.lo
CXX src/libnurbs/nurbtess/rectBlock.lo
CXX src/libnurbs/nurbtess/sampleComp.lo
CXX src/libnurbs/nurbtess/sampleCompBot.lo
CXX src/libnurbs/nurbtess/sampleCompRight.lo
CXX src/libnurbs/nurbtess/sampleCompTop.lo
CXX src/libnurbs/nurbtess/sampleMonoPoly.lo
CXX src/libnurbs/nurbtess/sampledLine.lo
src/libnurbs/nurbtess/sampleCompTop.cc: In function ‘void sampleCompTop(Real*, vertexArray*, Int, vertexArray*, Int, gridBoundaryChain*, gridBoundaryChain*, Int, Int, Int, Int, Int, primStream*)’:
src/libnurbs/nurbtess/sampleCompTop.cc:514:13: warning: variable ‘tempTop’ set but not used [-Wunused-but-set-variable]
Real* tempTop;
^~~~~~~
src/libnurbs/nurbtess/sampleCompTop.cc:515:11: warning: variable ‘tempLeftStart’ set but not used [-Wunused-but-set-variable]
Int tempLeftStart;
^~~~~~~~~~~~~
CXX src/libnurbs/nurbtess/searchTree.lo
CC src/libutil/error.lo
CC src/libutil/glue.lo
CC src/libutil/mipmap.lo
CC src/libutil/project.lo
CC src/libutil/quad.lo
CC src/libutil/registry.lo
CXXLD libGLU.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[1]: Entering directory '/run/build/glu'
/usr/bin/mkdir -p '/app/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libGLU.la '/app/lib'
libtool: install: /usr/bin/install -c .libs/libGLU.so.1.3.1 /app/lib/libGLU.so.1.3.1
libtool: install: (cd /app/lib && { ln -s -f libGLU.so.1.3.1 libGLU.so.1 || { rm -f libGLU.so.1 && ln -s libGLU.so.1.3.1 libGLU.so.1; }; })
libtool: install: (cd /app/lib && { ln -s -f libGLU.so.1.3.1 libGLU.so || { rm -f libGLU.so && ln -s libGLU.so.1.3.1 libGLU.so; }; })
libtool: install: /usr/bin/install -c .libs/libGLU.lai /app/lib/libGLU.la
libtool: install: /usr/bin/install -c .libs/libGLU.a /app/lib/libGLU.a
libtool: install: chmod 644 /app/lib/libGLU.a
libtool: install: ranlib /app/lib/libGLU.a
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/app/include/GL'
/usr/bin/install -c -m 644 ./include/GL/glu.h ./include/GL/glu_mangle.h '/app/include/GL'
/usr/bin/mkdir -p '/app/lib/pkgconfig'
/usr/bin/install -c -m 644 glu.pc '/app/lib/pkgconfig'
make[1]: Leaving directory '/run/build/glu'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libGLU.so.1.3.1
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libGLU.so.1.3.1
[29] .debug_aranges compressed -> .zdebug_aranges (5296 => 1349 25.47%)
[30] .debug_info compressed -> .zdebug_info (1142403 => 522252 45.72%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (116635 => 17145 14.70%)
[32] .debug_line compressed -> .zdebug_line (335212 => 132877 39.64%)
[33] .debug_str compressed -> .zdebug_str (81211 => 22978 28.29%)
[34] .debug_loc compressed -> .zdebug_loc (1040855 => 195407 18.77%)
[35] .debug_ranges compressed -> .zdebug_ranges (128544 => 22104 17.20%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libGLU.so.1.3.1 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libGLU.so.1.3.1.debug
Committing stage build-glu to cache
========================================================================
Building module lua in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/lua-1
========================================================================
Applying patch lua.patch
patching file Makefile
cd src && make linux
make[1]: Entering directory '/run/build/lua/src'
make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
make[2]: Entering directory '/run/build/lua/src'
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c
lauxlib.c: In function ‘luaL_loadfile’:
lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
^~~~~
lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
lf.extraline = 0;
^~
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c
ltablib.c: In function ‘addfield’:
ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (!lua_isstring(L, -1))
^~
ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
luaL_addvalue(b);
^~~~~~~~~~~~~
gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c
gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib liblua.a
gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
make[2]: Leaving directory '/run/build/lua/src'
make[1]: Leaving directory '/run/build/lua/src'
cd src && mkdir -p /app/bin /app/include /app/lib /app/man/man1 /app/share/lua/5.1 /app/lib/lua/5.1
cd src && install -p -m 0755 lua luac /app/bin
cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp /app/include
cd src && install -p -m 0644 liblua.a /app/lib
cd doc && install -p -m 0644 lua.1 luac.1 /app/man/man1
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/lua
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/lua
[29] .debug_aranges compressed -> .zdebug_aranges (256 => 94 36.72%)
[30] .debug_info compressed -> .zdebug_info (653 => 402 61.56%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (414 => 234 56.52%)
[32] .debug_line compressed -> .zdebug_line (574 => 343 59.76%)
[33] .debug_str compressed -> .zdebug_str (1063 => 416 39.13%)
[34] .debug_loc compressed -> .zdebug_loc (367 => 117 31.88%)
[35] .debug_ranges compressed -> .zdebug_ranges (128 => 55 42.97%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/lua to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/lua.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/luac
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/luac
[29] .debug_aranges compressed -> .zdebug_aranges (256 => 96 37.50%)
[30] .debug_info compressed -> .zdebug_info (653 => 401 61.41%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (414 => 234 56.52%)
[32] .debug_line compressed -> .zdebug_line (574 => 345 60.10%)
[33] .debug_str compressed -> .zdebug_str (1063 => 416 39.13%)
[34] .debug_loc compressed -> .zdebug_loc (367 => 117 31.88%)
[35] .debug_ranges compressed -> .zdebug_ranges (128 => 56 43.75%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/luac to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/luac.debug
Committing stage build-lua to cache
========================================================================
Building module libpng in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/libpng-1
========================================================================
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking that AWK works... ok
checking if we need to force back C standard to C89... no
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for C/C++ restrict keyword... __restrict
checking for working strtod... yes
checking for memset... yes
checking for pow... no
checking for pow in -lm... yes
checking for clock_gettime... yes
checking for zlibVersion in -lz... yes
checking for feenableexcept in -lm... yes
checking for feenableexcept... yes
checking if using Solaris linker... no
checking if libraries can be versioned... yes
checking for symbol prefix...
configure: pkgconfig directory is ${libdir}/pkgconfig
configure: Extra options for compiler:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpng.pc
config.status: creating libpng-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm -f pnglibconf.c pnglibconf.tf[45]
gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
./pngconf.h ./scripts/pnglibconf.dfa\
./pngusr.dfa 1>&2
gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
rm pnglibconf.tf4
mv pnglibconf.tf5 pnglibconf.c
rm -f pnglibconf.out pnglibconf.tf[12]
test -d scripts || mkdir scripts || test -d scripts
gcc -E -DHAVE_CONFIG_H -I. \
-DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.34' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
rm -f pnglibconf.tf1
mv pnglibconf.tf2 pnglibconf.out
rm -f pnglibconf.h
cp pnglibconf.out pnglibconf.h
make all-am
make[1]: Entering directory '/run/build/libpng'
:>pngprefix.h
rm -f scripts/vers.out scripts/vers.tf[12]
cp libpng-config libpng16-config
cp libpng.pc libpng16.pc
depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o pngtest.c &&\
mv -f $depbase.Tpo $depbase.Po
test -d scripts || mkdir scripts || test -d scripts
depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo png.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo pngerror.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo pngget.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo pngmem.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo pngpread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo pngread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo pngrio.c &&\
mv -f $depbase.Tpo $depbase.Plo
gcc -E -DHAVE_CONFIG_H -I. \
-DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.34' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/vers.c > scripts/vers.tf1
depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo pngrtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo pngrutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo pngset.c &&\
mv -f $depbase.Tpo $depbase.Plo
gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
rm -f scripts/vers.tf1
mv scripts/vers.tf2 scripts/vers.out
depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo pngtrans.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -fPIC -DPIC -o .libs/pngpread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -fPIC -DPIC -o .libs/pngget.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -fPIC -DPIC -o .libs/pngmem.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -fPIC -DPIC -o .libs/pngerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -fPIC -DPIC -o .libs/png.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -fPIC -DPIC -o .libs/pngrio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -fPIC -DPIC -o .libs/pngread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -fPIC -DPIC -o .libs/pngset.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -fPIC -DPIC -o .libs/pngrtran.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -fPIC -DPIC -o .libs/pngrutil.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -fPIC -DPIC -o .libs/pngtrans.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -o pngmem.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -o pngrio.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -o pngerror.o >/dev/null 2>&1
depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo pngwio.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo pngwrite.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -o pngtrans.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -o pngget.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -o pngpread.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -fPIC -DPIC -o .libs/pngwrite.o
depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo pngwtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -fPIC -DPIC -o .libs/pngwio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -o pngset.o >/dev/null 2>&1
depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo pngwutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -fPIC -DPIC -o .libs/pngwtran.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -o pngwio.o >/dev/null 2>&1
depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo mips/mips_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -fPIC -DPIC -o .libs/pngwutil.o
depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo intel/intel_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/intel_init.lo -MD -MP -MF $depbase.Tpo -c -o intel/intel_init.lo intel/intel_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c mips/mips_init.c -fPIC -DPIC -o mips/.libs/mips_init.o
depbase=`echo intel/filter_sse2_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o intel/filter_sse2_intrinsics.lo intel/filter_sse2_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -o pngwtran.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c mips/mips_init.c -o mips/mips_init.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -o png.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c mips/filter_msa_intrinsics.c -fPIC -DPIC -o mips/.libs/filter_msa_intrinsics.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c intel/intel_init.c -fPIC -DPIC -o intel/.libs/intel_init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c intel/filter_sse2_intrinsics.c -fPIC -DPIC -o intel/.libs/filter_sse2_intrinsics.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -o pngread.o >/dev/null 2>&1
depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c intel/intel_init.c -o intel/intel_init.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c intel/filter_sse2_intrinsics.c -o intel/filter_sse2_intrinsics.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o >/dev/null 2>&1
depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -o pngwrite.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c powerpc/powerpc_init.c -fPIC -DPIC -o powerpc/.libs/powerpc_init.o
rm -f libpng.vers
cp scripts/vers.out libpng.vers
depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o contrib/tools/pngfix.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -o pngrutil.o >/dev/null 2>&1
depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o contrib/tools/png-fix-itxt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c powerpc/filter_vsx_intrinsics.c -fPIC -DPIC -o powerpc/.libs/filter_vsx_intrinsics.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c powerpc/powerpc_init.c -o powerpc/powerpc_init.o >/dev/null 2>&1
depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o >/dev/null 2>&1
depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -o pngwutil.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -o pngrtran.o >/dev/null 2>&1
depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o png-fix-itxt contrib/tools/png-fix-itxt.o -lm -lz -lm
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o png-fix-itxt contrib/tools/png-fix-itxt.o -L/app/lib -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -no-undefined -export-dynamic -version-number 16:34:0 -Wl,--version-script=libpng.vers -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libpng16.la -rpath /app/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 -lm -lz -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o mips/.libs/mips_init.o mips/.libs/filter_msa_intrinsics.o intel/.libs/intel_init.o intel/.libs/filter_sse2_intrinsics.o powerpc/.libs/powerpc_init.o powerpc/.libs/filter_vsx_intrinsics.o -L/app/lib -lz -lm -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,--version-script=libpng.vers -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libpng16.so.16 -o .libs/libpng16.so.16.34.0
libtool: link: (cd ".libs" && rm -f "libpng16.so.16" && ln -s "libpng16.so.16.34.0" "libpng16.so.16")
libtool: link: (cd ".libs" && rm -f "libpng16.so" && ln -s "libpng16.so.16.34.0" "libpng16.so")
libtool: link: 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
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpng16.a
libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngfix contrib/tools/pngfix.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngtest pngtest.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz -lm
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngtest pngtest.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngunknown contrib/libtests/pngunknown.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngfix contrib/tools/pngfix.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/timepng contrib/libtests/timepng.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngcp contrib/tools/pngcp.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngstest contrib/libtests/pngstest.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngimage contrib/libtests/pngimage.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngvalid contrib/libtests/pngvalid.o -L/app/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/app/lib
make[1]: Leaving directory '/run/build/libpng'
make install-am
make[1]: Entering directory '/run/build/libpng'
make[2]: Entering directory '/run/build/libpng'
/usr/bin/mkdir -p '/app/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libpng16.la '/app/lib'
libtool: install: /usr/bin/install -c .libs/libpng16.so.16.34.0 /app/lib/libpng16.so.16.34.0
libtool: install: (cd /app/lib && { ln -s -f libpng16.so.16.34.0 libpng16.so.16 || { rm -f libpng16.so.16 && ln -s libpng16.so.16.34.0 libpng16.so.16; }; })
libtool: install: (cd /app/lib && { ln -s -f libpng16.so.16.34.0 libpng16.so || { rm -f libpng16.so && ln -s libpng16.so.16.34.0 libpng16.so; }; })
libtool: install: /usr/bin/install -c .libs/libpng16.lai /app/lib/libpng16.la
libtool: install: /usr/bin/install -c .libs/libpng16.a /app/lib/libpng16.a
libtool: install: chmod 644 /app/lib/libpng16.a
libtool: install: ranlib /app/lib/libpng16.a
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/app/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c pngfix png-fix-itxt '/app/bin'
libtool: install: /usr/bin/install -c .libs/pngfix /app/bin/pngfix
libtool: install: /usr/bin/install -c png-fix-itxt /app/bin/png-fix-itxt
/usr/bin/mkdir -p '/app/bin'
/usr/bin/install -c libpng16-config '/app/bin'
make install-exec-hook
make[3]: Entering directory '/run/build/libpng'
+ cd /app/lib
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.a
+ test -f libpng16.a
+ ln -s libpng16.a libpng.a
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.dll.a
+ test -f libpng16.dll.a
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.so
+ test -f libpng16.so
+ ln -s libpng16.so libpng.so
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.so.16.34
+ test -f libpng16.so.16.34
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.la
+ test -f libpng16.la
+ ln -s libpng16.la libpng.la
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.sl
+ test -f libpng16.sl
+ for ext in a dll.a so so.16.34 la sl dylib
+ rm -f libpng.dylib
+ test -f libpng16.dylib
+ cd /app/bin
+ rm -f libpng-config
+ ln -s libpng16-config libpng-config
make[3]: Leaving directory '/run/build/libpng'
/usr/bin/mkdir -p '/app/share/man/man3'
/usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/app/share/man/man3'
/usr/bin/mkdir -p '/app/share/man/man5'
/usr/bin/install -c -m 644 png.5 '/app/share/man/man5'
/usr/bin/mkdir -p '/app/include/libpng16'
/usr/bin/install -c -m 644 pnglibconf.h '/app/include/libpng16'
/usr/bin/mkdir -p '/app/lib/pkgconfig'
/usr/bin/install -c -m 644 libpng16.pc '/app/lib/pkgconfig'
/usr/bin/mkdir -p '/app/include/libpng16'
/usr/bin/install -c -m 644 png.h pngconf.h '/app/include/libpng16'
make install-data-hook
make[3]: Entering directory '/run/build/libpng'
+ cd /app/include
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pnglibconf.h
+ ln -s libpng16/pnglibconf.h pnglibconf.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f png.h
+ ln -s libpng16/png.h png.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pngconf.h
+ ln -s libpng16/pngconf.h pngconf.h
+ cd /app/lib/pkgconfig
+ rm -f libpng.pc
+ ln -s libpng16.pc libpng.pc
make[3]: Leaving directory '/run/build/libpng'
make[2]: Leaving directory '/run/build/libpng'
make[1]: Leaving directory '/run/build/libpng'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/pngfix
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/pngfix
[30] .debug_aranges compressed -> .zdebug_aranges (320 => 112 35.00%)
[31] .debug_info compressed -> .zdebug_info (34212 => 16738 48.92%)
[32] .debug_abbrev compressed -> .zdebug_abbrev (2081 => 790 37.96%)
[33] .debug_line compressed -> .zdebug_line (14360 => 8104 56.43%)
[34] .debug_str compressed -> .zdebug_str (5078 => 2186 43.05%)
[35] .debug_loc compressed -> .zdebug_loc (39105 => 8224 21.03%)
[36] .debug_ranges compressed -> .zdebug_ranges (7264 => 1416 19.49%)
[39] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/pngfix to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/pngfix.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/png-fix-itxt
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/png-fix-itxt
[29] .debug_aranges compressed -> .zdebug_aranges (304 => 106 34.87%)
[30] .debug_info compressed -> .zdebug_info (2638 => 1439 54.55%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (927 => 406 43.80%)
[32] .debug_line compressed -> .zdebug_line (2218 => 996 44.91%)
[33] .debug_str compressed -> .zdebug_str (1837 => 732 39.85%)
[34] .debug_loc compressed -> .zdebug_loc (2124 => 542 25.52%)
[35] .debug_ranges compressed -> .zdebug_ranges (656 => 187 28.51%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/png-fix-itxt to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/png-fix-itxt.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libpng16.so.16.34.0
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libpng16.so.16.34.0
[28] .debug_aranges compressed -> .zdebug_aranges (1056 => 293 27.75%)
[29] .debug_info compressed -> .zdebug_info (312742 => 137367 43.92%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (20455 => 3115 15.23%)
[31] .debug_line compressed -> .zdebug_line (108356 => 52515 48.47%)
[32] .debug_str compressed -> .zdebug_str (20115 => 6905 34.33%)
[33] .debug_loc compressed -> .zdebug_loc (345961 => 69824 20.18%)
[34] .debug_ranges compressed -> .zdebug_ranges (31520 => 6161 19.55%)
[37] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libpng16.so.16.34.0 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libpng16.so.16.34.0.debug
Committing stage build-libpng to cache
========================================================================
Building module libmng in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/libmng-1
========================================================================
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for library containing strerror... none required
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pow... no
checking for pow in -lm... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking lcms2.h usability... yes
checking lcms2.h presence... yes
checking for lcms2.h... yes
checking for cmsFreeToneCurve in -llcms2... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmng.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make all-am
make[1]: Entering directory '/run/build/libmng'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_callback_xs.lo libmng_callback_xs.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_chunk_io.lo libmng_chunk_io.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_chunk_prc.lo libmng_chunk_prc.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_chunk_xs.lo libmng_chunk_xs.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_cms.lo libmng_cms.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_display.lo libmng_display.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_dither.lo libmng_dither.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_error.lo libmng_error.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_filter.lo libmng_filter.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_hlapi.lo libmng_hlapi.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_jpeg.lo libmng_jpeg.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_object_prc.lo libmng_object_prc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_io.c -fPIC -DPIC -o .libs/libmng_chunk_io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_display.c -fPIC -DPIC -o .libs/libmng_display.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_jpeg.c -fPIC -DPIC -o .libs/libmng_jpeg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_prc.c -fPIC -DPIC -o .libs/libmng_chunk_prc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_callback_xs.c -fPIC -DPIC -o .libs/libmng_callback_xs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_hlapi.c -fPIC -DPIC -o .libs/libmng_hlapi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_filter.c -fPIC -DPIC -o .libs/libmng_filter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_error.c -fPIC -DPIC -o .libs/libmng_error.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_xs.c -fPIC -DPIC -o .libs/libmng_chunk_xs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_dither.c -fPIC -DPIC -o .libs/libmng_dither.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_object_prc.c -fPIC -DPIC -o .libs/libmng_object_prc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_cms.c -fPIC -DPIC -o .libs/libmng_cms.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_dither.c -o libmng_dither.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_filter.c -o libmng_filter.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_error.c -o libmng_error.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_callback_xs.c -o libmng_callback_xs.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_cms.c -o libmng_cms.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_pixels.lo libmng_pixels.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_pixels.c -fPIC -DPIC -o .libs/libmng_pixels.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_jpeg.c -o libmng_jpeg.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_prop_xs.lo libmng_prop_xs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_prop_xs.c -fPIC -DPIC -o .libs/libmng_prop_xs.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_read.lo libmng_read.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_read.c -fPIC -DPIC -o .libs/libmng_read.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_trace.lo libmng_trace.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_hlapi.c -o libmng_hlapi.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_write.lo libmng_write.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_trace.c -fPIC -DPIC -o .libs/libmng_trace.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_write.c -fPIC -DPIC -o .libs/libmng_write.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_read.c -o libmng_read.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libmng_zlib.lo libmng_zlib.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_trace.c -o libmng_trace.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_prop_xs.c -o libmng_prop_xs.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_prc.c -o libmng_chunk_prc.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_zlib.c -fPIC -DPIC -o .libs/libmng_zlib.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_write.c -o libmng_write.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_object_prc.c -o libmng_object_prc.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_zlib.c -o libmng_zlib.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_display.c -o libmng_display.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_xs.c -o libmng_chunk_xs.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_chunk_io.c -o libmng_chunk_io.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c libmng_pixels.c -o libmng_pixels.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-number 2:0:2 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libmng.la -rpath /app/lib libmng_callback_xs.lo libmng_chunk_io.lo libmng_chunk_prc.lo libmng_chunk_xs.lo libmng_cms.lo libmng_display.lo libmng_dither.lo libmng_error.lo libmng_filter.lo libmng_hlapi.lo libmng_jpeg.lo libmng_object_prc.lo libmng_pixels.lo libmng_prop_xs.lo libmng_read.lo libmng_trace.lo libmng_write.lo libmng_zlib.lo -lz -lm -ljpeg -llcms2
libtool: link: gcc -shared -fPIC -DPIC .libs/libmng_callback_xs.o .libs/libmng_chunk_io.o .libs/libmng_chunk_prc.o .libs/libmng_chunk_xs.o .libs/libmng_cms.o .libs/libmng_display.o .libs/libmng_dither.o .libs/libmng_error.o .libs/libmng_filter.o .libs/libmng_hlapi.o .libs/libmng_jpeg.o .libs/libmng_object_prc.o .libs/libmng_pixels.o .libs/libmng_prop_xs.o .libs/libmng_read.o .libs/libmng_trace.o .libs/libmng_write.o .libs/libmng_zlib.o -L/app/lib -lz -lm -ljpeg -llcms2 -march=x86-64 -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libmng.so.2 -o .libs/libmng.so.2.0.2
libtool: link: (cd ".libs" && rm -f "libmng.so.2" && ln -s "libmng.so.2.0.2" "libmng.so.2")
libtool: link: (cd ".libs" && rm -f "libmng.so" && ln -s "libmng.so.2.0.2" "libmng.so")
libtool: link: ar cru .libs/libmng.a libmng_callback_xs.o libmng_chunk_io.o libmng_chunk_prc.o libmng_chunk_xs.o libmng_cms.o libmng_display.o libmng_dither.o libmng_error.o libmng_filter.o libmng_hlapi.o libmng_jpeg.o libmng_object_prc.o libmng_pixels.o libmng_prop_xs.o libmng_read.o libmng_trace.o libmng_write.o libmng_zlib.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libmng.a
libtool: link: ( cd ".libs" && rm -f "libmng.la" && ln -s "../libmng.la" "libmng.la" )
make[1]: Leaving directory '/run/build/libmng'
make[1]: Entering directory '/run/build/libmng'
/usr/bin/mkdir -p '/app/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libmng.la '/app/lib'
libtool: install: /usr/bin/install -c .libs/libmng.so.2.0.2 /app/lib/libmng.so.2.0.2
libtool: install: (cd /app/lib && { ln -s -f libmng.so.2.0.2 libmng.so.2 || { rm -f libmng.so.2 && ln -s libmng.so.2.0.2 libmng.so.2; }; })
libtool: install: (cd /app/lib && { ln -s -f libmng.so.2.0.2 libmng.so || { rm -f libmng.so && ln -s libmng.so.2.0.2 libmng.so; }; })
libtool: install: /usr/bin/install -c .libs/libmng.lai /app/lib/libmng.la
libtool: install: /usr/bin/install -c .libs/libmng.a /app/lib/libmng.a
libtool: install: chmod 644 /app/lib/libmng.a
libtool: install: ranlib /app/lib/libmng.a
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/app/include'
/usr/bin/install -c -m 644 libmng.h libmng_conf.h libmng_types.h '/app/include'
/usr/bin/mkdir -p '/app/share/man/man3'
/usr/bin/install -c -m 644 doc/man/libmng.3 '/app/share/man/man3'
/usr/bin/mkdir -p '/app/share/man/man5'
/usr/bin/install -c -m 644 doc/man/jng.5 doc/man/mng.5 '/app/share/man/man5'
/usr/bin/mkdir -p '/app/lib/pkgconfig'
/usr/bin/install -c -m 644 libmng.pc '/app/lib/pkgconfig'
make[1]: Leaving directory '/run/build/libmng'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmng.so.2.0.2
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmng.so.2.0.2
[28] .debug_aranges compressed -> .zdebug_aranges (992 => 304 30.65%)
[29] .debug_info compressed -> .zdebug_info (581832 => 248397 42.69%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (18525 => 2423 13.08%)
[31] .debug_line compressed -> .zdebug_line (242218 => 76443 31.56%)
[32] .debug_str compressed -> .zdebug_str (38670 => 12556 32.47%)
[33] .debug_loc compressed -> .zdebug_loc (656564 => 126818 19.32%)
[34] .debug_ranges compressed -> .zdebug_ranges (31408 => 6328 20.15%)
[37] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmng.so.2.0.2 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libmng.so.2.0.2.debug
Committing stage build-libmng to cache
========================================================================
Building module physfs in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/physfs-1
========================================================================
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Doxygen not found. You won't be able to build documentation.
-- PhysicsFS will build with the following options:
-- ZIP support: enabled
-- 7zip support: enabled
-- GRP support: enabled
-- WAD support: enabled
-- HOG support: enabled
-- MVL support: enabled
-- QPAK support: enabled
-- SLB support: enabled
-- VDF support: enabled
-- ISO9660 support: enabled
-- Build static library: enabled
-- Build shared library: enabled
-- Build stdio test program: enabled
-- Use readline in test program: enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /run/build/physfs
[45/45] Linking C executable test_physfs
[0/1] Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /app/lib/libphysfs.a
-- Installing: /app/lib/libphysfs.so.3.0.1
-- Installing: /app/lib/libphysfs.so.1
-- Installing: /app/lib/libphysfs.so
-- Installing: /app/bin/test_physfs
-- Installing: /app/include/physfs.h
-- Installing: /app/lib/pkgconfig/physfs.pc
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/test_physfs
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/test_physfs
[30] .debug_aranges compressed -> .zdebug_aranges (320 => 113 35.31%)
[31] .debug_info compressed -> .zdebug_info (29324 => 13374 45.61%)
[32] .debug_abbrev compressed -> .zdebug_abbrev (1898 => 701 36.93%)
[33] .debug_line compressed -> .zdebug_line (10016 => 4359 43.52%)
[34] .debug_str compressed -> .zdebug_str (7058 => 2829 40.08%)
[35] .debug_loc compressed -> .zdebug_loc (21834 => 4704 21.54%)
[36] .debug_ranges compressed -> .zdebug_ranges (2656 => 612 23.04%)
[39] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/test_physfs to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/test_physfs.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libphysfs.so.3.0.1
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libphysfs.so.3.0.1
[28] .debug_aranges compressed -> .zdebug_aranges (960 => 277 28.85%)
[29] .debug_info compressed -> .zdebug_info (196550 => 95040 48.35%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (17682 => 3138 17.75%)
[31] .debug_line compressed -> .zdebug_line (82100 => 38230 46.57%)
[32] .debug_str compressed -> .zdebug_str (25640 => 9047 35.28%)
[33] .debug_loc compressed -> .zdebug_loc (299890 => 60696 20.24%)
[34] .debug_ranges compressed -> .zdebug_ranges (38704 => 6736 17.40%)
[37] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libphysfs.so.3.0.1 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libphysfs.so.3.0.1.debug
Committing stage build-physfs to cache
========================================================================
Building module libdevil in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/libdevil-1
========================================================================
Applying patch libdevil-include_IL-il.h.patch
patching file src-IL/src/il_exr.cpp
patching file src-IL/src/il_nvidia.cpp
patching file src-IL/src/il_squish.cpp
patching file src-IL/src/il_utx.cpp
Applying patch libdevil-libpng14.patch
patching file src-IL/src/il_icon.c
patching file src-IL/src/il_png.c
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:96: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5321: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:785: _LT_LANG is expanded from...
m4/libtool.m4:768: LT_LANG is expanded from...
configure.ac:96: the top level
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:96: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5321: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:785: _LT_LANG is expanded from...
m4/libtool.m4:768: LT_LANG is expanded from...
configure.ac:96: the top level
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
autoreconf: configure.ac: tracing
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4139: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5214: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:28: the top level
configure.ac:96: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5321: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:785: _LT_LANG is expanded from...
m4/libtool.m4:768: LT_LANG is expanded from...
configure.ac:96: the top level
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
autoreconf: running: /usr/bin/autoconf --force
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
autoreconf: running: /usr/bin/autoheader --force
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
autoreconf: running: automake --foreign --add-missing --copy --force-missing
configure.ac:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:276: DEVIL_CHECK_RESTRICT is expanded from...
configure.ac:151: the top level
configure.ac:154: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
m4/devil-definitions.m4:286: DEVIL_CHECK_RESTRICT_GNU99 is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
configure.ac:154: the top level
configure.ac:162: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:162: the top level
configure.ac:169: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:169: the top level
configure.ac:176: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:176: the top level
configure.ac:183: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
m4/devil-definitions.m4:13: TEST_EXT is expanded from...
configure.ac:183: the top level
configure.ac:28: installing 'build-aux/compile'
configure.ac:31: installing 'build-aux/missing'
bin/Makefile.am:58: warning: source file '$(example_srcdir)/allegro_example/allegtest.c' is in a subdirectory,
bin/Makefile.am:58: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
bin/Makefile.am:66: warning: source file '$(example_srcdir)/animation_example/AnimTest.cpp' is in a subdirectory,
bin/Makefile.am:66: but option 'subdir-objects' is disabled
bin/Makefile.am:74: warning: source file '$(example_srcdir)/cpp_wrapper_example/il_wrap.cpp' is in a subdirectory,
bin/Makefile.am:74: but option 'subdir-objects' is disabled
bin/Makefile.am:71: warning: source file '$(example_srcdir)/direct3d_example/d3dtest.cpp' is in a subdirectory,
bin/Makefile.am:71: but option 'subdir-objects' is disabled
bin/Makefile.am:79: warning: source file '$(example_srcdir)/opengl_example/gltest.c' is in a subdirectory,
bin/Makefile.am:79: but option 'subdir-objects' is disabled
bin/Makefile.am:62: warning: source file '$(example_srcdir)/sdl_example/sdl_test.c' is in a subdirectory,
bin/Makefile.am:62: but option 'subdir-objects' is disabled
bin/Makefile.am:96: warning: source file '$(example_srcdir)/volume_example/3dtest.c' is in a subdirectory,
bin/Makefile.am:96: but option 'subdir-objects' is disabled
bin/Makefile.am:99: warning: source file '$(example_srcdir)/windows_example/BatchConv.cpp' is in a subdirectory,
bin/Makefile.am:99: but option 'subdir-objects' is disabled
bin/Makefile.am:99: warning: source file '$(example_srcdir)/windows_example/WindowsTest.cpp' is in a subdirectory,
bin/Makefile.am:99: but option 'subdir-objects' is disabled
bin/Makefile.am:77: warning: source file '$(example_srcdir)/override_example/iotest.c' is in a subdirectory,
bin/Makefile.am:77: but option 'subdir-objects' is disabled
bin/Makefile.am:82: warning: source file '$(example_srcdir)/register_read_example/readtest.c' is in a subdirectory,
bin/Makefile.am:82: but option 'subdir-objects' is disabled
bin/Makefile.am:84: warning: source file '$(example_srcdir)/simple_example/simple.c' is in a subdirectory,
bin/Makefile.am:84: but option 'subdir-objects' is disabled
bin/Makefile.am:21: warning: source file '../src-ILU/ilur/ilur.c' is in a subdirectory,
bin/Makefile.am:21: but option 'subdir-objects' is disabled
bin/Makefile.am: installing 'build-aux/depcomp'
docs/Makefile.am:3: warning: user target 'dvi' defined here ...
automake: ... overrides Automake target 'dvi' defined here
docs/Makefile.am:3: consider using dvi-local instead of dvi
lib/Makefile.am:46: warning: source file '$(il_src)/il_alloc.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_doom.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_stack.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pcx.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_rle.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_bits.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_endian.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_exr.cpp' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_jpeg.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pic.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_sgi.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_bmp.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_error.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_lif.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_png.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_states.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_convbuff.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_files.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_main.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pnm.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_targa.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_wdp.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_convert.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_gif.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_manip.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_profiles.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_tiff.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_cut.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_header.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_mdl.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_quantizer.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_utility.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_dcx.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_icon.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_mng.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_raw.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_wal.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_dds.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_internal.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pal.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_rawdata.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_devil.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_io.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pcd.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_register.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_psd.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_fastconv.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_neuquant.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_dds-save.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_psp.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pix.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_pxr.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_vtf.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_xpm.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_hdr.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_icns.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_jp2.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/altivec_common.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/altivec_typeconversion.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_sun.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_nvidia.cpp' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_wbmp.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_squish.cpp' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_iff.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_ilbm.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_size.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_tpl.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_fits.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_iwi.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_blp.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_ftx.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_dicom.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_rot.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_texture.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_dpx.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_utx.cpp' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
lib/Makefile.am:46: warning: source file '$(il_src)/il_mp3.c' is in a subdirectory,
lib/Makefile.am:46: but option 'subdir-objects' is disabled
/usr/share/automake-1.16/am/ltlibrary.am: warning: 'libIL.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.16/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
lib/Makefile.am:23: while processing Libtool library 'libIL.la'
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_alloc.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_internal.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_noise.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_scale.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_error.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_main.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_rotate.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_scaling.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_filter.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_manip.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_scale2d.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_states.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_filter_rcg.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_mipmap.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_scale3d.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_utilities.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
lib/Makefile.am:53: warning: source file '$(ilu_src)/ilu_region.c' is in a subdirectory,
lib/Makefile.am:53: but option 'subdir-objects' is disabled
/usr/share/automake-1.16/am/ltlibrary.am: warning: 'libILU.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.16/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
lib/Makefile.am:30: while processing Libtool library 'libILU.la'
lib/Makefile.am:62: warning: source file '$(ilut_src)/ilut_main.c' is in a subdirectory,
lib/Makefile.am:62: but option 'subdir-objects' is disabled
lib/Makefile.am:62: warning: source file '$(ilut_src)/ilut_states.c' is in a subdirectory,
lib/Makefile.am:62: but option 'subdir-objects' is disabled
lib/Makefile.am:62: warning: source file '$(ilut_src)/ilut_internal.c' is in a subdirectory,
lib/Makefile.am:62: but option 'subdir-objects' is disabled
lib/Makefile.am:68: warning: source file '$(ilut_src)/ilut_allegro.c' is in a subdirectory,
lib/Makefile.am:68: but option 'subdir-objects' is disabled
lib/Makefile.am:72: warning: source file '$(ilut_src)/ilut_directx.c' is in a subdirectory,
lib/Makefile.am:72: but option 'subdir-objects' is disabled
lib/Makefile.am:76: warning: source file '$(ilut_src)/ilut_directx9.c' is in a subdirectory,
lib/Makefile.am:76: but option 'subdir-objects' is disabled
lib/Makefile.am:80: warning: source file '$(ilut_src)/ilut_sdlsurface.c' is in a subdirectory,
lib/Makefile.am:80: but option 'subdir-objects' is disabled
lib/Makefile.am:84: warning: source file '$(ilut_src)/ilut_opengl.c' is in a subdirectory,
lib/Makefile.am:84: but option 'subdir-objects' is disabled
lib/Makefile.am:88: warning: source file '$(ilut_src)/ilut_x11.c' is in a subdirectory,
lib/Makefile.am:88: but option 'subdir-objects' is disabled
lib/Makefile.am:92: warning: source file '$(ilut_src)/ilut_win32.c' is in a subdirectory,
lib/Makefile.am:92: but option 'subdir-objects' is disabled
/usr/share/automake-1.16/am/ltlibrary.am: warning: 'libILUT.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.16/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
lib/Makefile.am:37: while processing Libtool library 'libILUT.la'
test/Makefile.am:7: warning: source file 'format_test/testil.c' is in a subdirectory,
test/Makefile.am:7: but option 'subdir-objects' is disabled
parallel-tests: installing 'build-aux/test-driver'
autoreconf: Leaving directory `.'
configure: WARNING: unrecognized options: --enable-IL
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of g++... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether byte ordering is bigendian... no
checking restrict keyword... yes
checking restrict gnu99 keyword... yes
checking Altivec... no
checking SSE... yes
checking SSE2... yes
checking SSE3... yes
checking x86... no
checking x86_64... yes
checking ppc... no
checking for valloc... yes
checking for posix_memalign... yes
checking for memalign... yes
checking mm_malloc.h usability... yes
checking mm_malloc.h presence... yes
checking for mm_malloc.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lz... yes
checking for main in -lm... yes
checking whether we would like to have support for blp format... yes
checking whether we would like to have support for bmp format... yes
checking whether we would like to have support for dcx format... yes
checking whether we would like to have support for dds format... yes
checking whether we would like to have support for dicom format... yes
checking whether we would like to have support for doom format... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENEXR... no
checking whether we would like to have support for exr format... no
checking whether we would like to have support for fits format... yes
checking whether we would like to have support for gif format... yes
checking whether we would like to have support for hdr format... yes
checking whether we would like to have support for icns format... yes
checking whether we would like to have support for icon format... yes
checking whether we would like to have support for iff format... yes
checking whether we would like to have support for ilbm format... yes
checking whether we would like to have support for iwi format... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for main in -ljpeg... yes
checking whether we would like to have support for jpeg format... yes
checking jasper/jasper.h usability... no
checking jasper/jasper.h presence... no
checking for jasper/jasper.h... no
checking for jasper/jasper.h... (cached) no
checking whether we would like to have support for jp2 format... no
checking for main in -llcms... no
checking lcms/lcms.h usability... no
checking lcms/lcms.h presence... no
checking for lcms/lcms.h... no
checking lcms.h usability... no
checking lcms.h presence... no
checking for lcms.h... no
checking whether we would like to have support for lcms format... no
checking whether we would like to have support for lif format... yes
checking whether we would like to have support for mdl format... yes
checking libmng.h usability... yes
checking libmng.h presence... yes
checking for libmng.h... yes
checking for main in -lmng... yes
checking whether we would like to have support for mng format... yes
checking whether we would like to have support for mp3 format... yes
checking whether we would like to have support for pcx format... yes
checking whether we would like to have support for pcd format... yes
checking whether we would like to have support for pic format... yes
checking whether we would like to have support for pix format... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for main in -lpng12... no
checking for png.h... (cached) yes
checking for main in -lpng... yes
checking whether we would like to have support for png format... yes
checking whether we would like to have support for pnm format... yes
checking whether we would like to have support for psd format... yes
checking whether we would like to have support for psp format... yes
checking whether we would like to have support for pxr format... yes
checking whether we would like to have support for raw format... yes
checking whether we would like to have support for rot format... yes
checking whether we would like to have support for sgi format... yes
checking whether we would like to have support for sun format... yes
checking whether we would like to have support for texture format... yes
checking whether we would like to have support for tga format... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for main in -ltiff... yes
checking whether we would like to have support for tiff format... yes
checking whether we would like to have support for tpl format... yes
checking whether we would like to have support for utx format... yes
checking whether we would like to have support for vtf format... yes
checking whether we would like to have support for wal format... yes
checking whether we would like to have support for wbmp format... yes
checking whether we would like to have support for wdp format... yes
checking whether we would like to have support for xpm format... yes
checking squish.h usability... no
checking squish.h presence... no
checking for squish.h... no
checking nvtt/nvtt.h usability... no
checking nvtt/nvtt.h presence... no
checking for nvtt/nvtt.h... no
checking for X... libraries , headers
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking allegro.h usability... no
checking allegro.h presence... no
checking for allegro.h... no
checking for allegro-config... no
checking for Allegro - version >= 4.2.0... no
*** The allegro-config script installed by Allegro could not be found
*** If Allegro was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ALLEGRO_CONFIG environment variable to the
*** full path to allegro-config.
checking d3d8.h usability... no
checking d3d8.h presence... no
checking for d3d8.h... no
checking d3d9.h usability... no
checking d3d9.h presence... no
checking for d3d9.h... no
checking whether we are using the Microsoft C compiler... no
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... -lGL
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking OpenGL/glu.h usability... no
checking OpenGL/glu.h presence... no
checking for OpenGL/glu.h... no
checking for OpenGL Utility library... -lGLU
checking for varargs GLU tesselator callback function type... no
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking GLUT/glut.h usability... no
checking GLUT/glut.h presence... no
checking for GLUT/glut.h... no
checking for GLUT library... no
checking for sdl-config... /app/bin/sdl-config
checking for SDL - version >= 1.2.5... yes
checking for main in -lgdi32... no
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for main in -lX11... yes
checking for X11/extensions/XShm.h... yes
checking for main in -lXext... yes
checking for X11/extensions/Xrender.h... yes
checking for main in -lXrender... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating bin/Makefile
config.status: creating test/Makefile
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating data/IL.pc
config.status: creating data/ILU.pc
config.status: creating data/ILUT.pc
config.status: creating test/format_test/format_checks.sh
config.status: creating include/IL/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-IL
configure: +----------------------------------------+
configure: \| IL library Supported formats \|
configure: +----------------------------------------+-------+
configure: BLP BMP DCX DDS DICOM WAD FITS GIF HDR ICNS ICON IFF ILBM IWI JPG LIF MDL MNG MP3 PCX PCD PIC PIX PNG PNM PSD PSP PXR RAW ROT SGI SUN TEXTURE TGA TIF TPL UTX VTF WAL WBMP WDP XPM
configure: +----------------------------------------+
configure: \| IL library External libraries \|
configure: +----------------------------------------+-------+
configure: Required libs: OpenEXR libjpeg libmng libpng libtiff
configure: +----------------------------------------+
configure: \| ILU part enabled \|
configure: +----------------------------------------+
configure: \| ILUT library Supported APIs \|
configure: +----------------------------------------+-------+
configure: OpenGL SDL X11 XShm XRender
configure: +----------------------------------------+
configure: \| Detected Machine Extensions \|
configure: +----------------------------------------+-------+
configure: SSE SSE2 SSE3 X86_64_ASM
configure: +----------------------------------------+
configure: \| Not building any examples \|
configure: +----------------------------------------+-------+
configure: Pass --with-examples option to the configure script if you want to build examples.
configure: +----------------------------------------+
Making all in lib
make[1]: Entering directory '/run/build/libdevil/lib'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_alloc.lo -MD -MP -MF .deps/libIL_la-il_alloc.Tpo -c -o libIL_la-il_alloc.lo `test -f './../src-IL/src/il_alloc.c' || echo './'`./../src-IL/src/il_alloc.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_doom.lo -MD -MP -MF .deps/libIL_la-il_doom.Tpo -c -o libIL_la-il_doom.lo `test -f './../src-IL/src/il_doom.c' || echo './'`./../src-IL/src/il_doom.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_stack.lo -MD -MP -MF .deps/libIL_la-il_stack.Tpo -c -o libIL_la-il_stack.lo `test -f './../src-IL/src/il_stack.c' || echo './'`./../src-IL/src/il_stack.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pcx.lo -MD -MP -MF .deps/libIL_la-il_pcx.Tpo -c -o libIL_la-il_pcx.lo `test -f './../src-IL/src/il_pcx.c' || echo './'`./../src-IL/src/il_pcx.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rle.lo -MD -MP -MF .deps/libIL_la-il_rle.Tpo -c -o libIL_la-il_rle.lo `test -f './../src-IL/src/il_rle.c' || echo './'`./../src-IL/src/il_rle.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_bits.lo -MD -MP -MF .deps/libIL_la-il_bits.Tpo -c -o libIL_la-il_bits.lo `test -f './../src-IL/src/il_bits.c' || echo './'`./../src-IL/src/il_bits.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_endian.lo -MD -MP -MF .deps/libIL_la-il_endian.Tpo -c -o libIL_la-il_endian.lo `test -f './../src-IL/src/il_endian.c' || echo './'`./../src-IL/src/il_endian.c
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_exr.lo -MD -MP -MF .deps/libIL_la-il_exr.Tpo -c -o libIL_la-il_exr.lo `test -f './../src-IL/src/il_exr.cpp' || echo './'`./../src-IL/src/il_exr.cpp
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_jpeg.lo -MD -MP -MF .deps/libIL_la-il_jpeg.Tpo -c -o libIL_la-il_jpeg.lo `test -f './../src-IL/src/il_jpeg.c' || echo './'`./../src-IL/src/il_jpeg.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pic.lo -MD -MP -MF .deps/libIL_la-il_pic.Tpo -c -o libIL_la-il_pic.lo `test -f './../src-IL/src/il_pic.c' || echo './'`./../src-IL/src/il_pic.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_sgi.lo -MD -MP -MF .deps/libIL_la-il_sgi.Tpo -c -o libIL_la-il_sgi.lo `test -f './../src-IL/src/il_sgi.c' || echo './'`./../src-IL/src/il_sgi.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_bmp.lo -MD -MP -MF .deps/libIL_la-il_bmp.Tpo -c -o libIL_la-il_bmp.lo `test -f './../src-IL/src/il_bmp.c' || echo './'`./../src-IL/src/il_bmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pcx.lo -MD -MP -MF .deps/libIL_la-il_pcx.Tpo -c ./../src-IL/src/il_pcx.c -fPIC -DPIC -o .libs/libIL_la-il_pcx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_stack.lo -MD -MP -MF .deps/libIL_la-il_stack.Tpo -c ./../src-IL/src/il_stack.c -fPIC -DPIC -o .libs/libIL_la-il_stack.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_endian.lo -MD -MP -MF .deps/libIL_la-il_endian.Tpo -c ./../src-IL/src/il_endian.c -fPIC -DPIC -o .libs/libIL_la-il_endian.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rle.lo -MD -MP -MF .deps/libIL_la-il_rle.Tpo -c ./../src-IL/src/il_rle.c -fPIC -DPIC -o .libs/libIL_la-il_rle.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_doom.lo -MD -MP -MF .deps/libIL_la-il_doom.Tpo -c ./../src-IL/src/il_doom.c -fPIC -DPIC -o .libs/libIL_la-il_doom.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_alloc.lo -MD -MP -MF .deps/libIL_la-il_alloc.Tpo -c ./../src-IL/src/il_alloc.c -fPIC -DPIC -o .libs/libIL_la-il_alloc.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_exr.lo -MD -MP -MF .deps/libIL_la-il_exr.Tpo -c ./../src-IL/src/il_exr.cpp -fPIC -DPIC -o .libs/libIL_la-il_exr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_bits.lo -MD -MP -MF .deps/libIL_la-il_bits.Tpo -c ./../src-IL/src/il_bits.c -fPIC -DPIC -o .libs/libIL_la-il_bits.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_jpeg.lo -MD -MP -MF .deps/libIL_la-il_jpeg.Tpo -c ./../src-IL/src/il_jpeg.c -fPIC -DPIC -o .libs/libIL_la-il_jpeg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pic.lo -MD -MP -MF .deps/libIL_la-il_pic.Tpo -c ./../src-IL/src/il_pic.c -fPIC -DPIC -o .libs/libIL_la-il_pic.o
cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++
cc1plus: warning: command line option ‘-fgnu89-inline’ is valid for C/ObjC but not for C++
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_bmp.lo -MD -MP -MF .deps/libIL_la-il_bmp.Tpo -c ./../src-IL/src/il_bmp.c -fPIC -DPIC -o .libs/libIL_la-il_bmp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_sgi.lo -MD -MP -MF .deps/libIL_la-il_sgi.Tpo -c ./../src-IL/src/il_sgi.c -fPIC -DPIC -o .libs/libIL_la-il_sgi.o
./../src-IL/src/il_rle.c: In function ‘ilRleCompressLine’:
./../src-IL/src/il_rle.c:20:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
const ILint bmp_pad_to_even = 1 - ((ILint)q - *DestWidth) % 2;
^
mv -f .deps/libIL_la-il_alloc.Tpo .deps/libIL_la-il_alloc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_error.lo -MD -MP -MF .deps/libIL_la-il_error.Tpo -c -o libIL_la-il_error.lo `test -f './../src-IL/src/il_error.c' || echo './'`./../src-IL/src/il_error.c
mv -f .deps/libIL_la-il_exr.Tpo .deps/libIL_la-il_exr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_lif.lo -MD -MP -MF .deps/libIL_la-il_lif.Tpo -c -o libIL_la-il_lif.lo `test -f './../src-IL/src/il_lif.c' || echo './'`./../src-IL/src/il_lif.c
mv -f .deps/libIL_la-il_bits.Tpo .deps/libIL_la-il_bits.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_png.lo -MD -MP -MF .deps/libIL_la-il_png.Tpo -c -o libIL_la-il_png.lo `test -f './../src-IL/src/il_png.c' || echo './'`./../src-IL/src/il_png.c
mv -f .deps/libIL_la-il_doom.Tpo .deps/libIL_la-il_doom.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_states.lo -MD -MP -MF .deps/libIL_la-il_states.Tpo -c -o libIL_la-il_states.lo `test -f './../src-IL/src/il_states.c' || echo './'`./../src-IL/src/il_states.c
mv -f .deps/libIL_la-il_rle.Tpo .deps/libIL_la-il_rle.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_convbuff.lo -MD -MP -MF .deps/libIL_la-il_convbuff.Tpo -c -o libIL_la-il_convbuff.lo `test -f './../src-IL/src/il_convbuff.c' || echo './'`./../src-IL/src/il_convbuff.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_error.lo -MD -MP -MF .deps/libIL_la-il_error.Tpo -c ./../src-IL/src/il_error.c -fPIC -DPIC -o .libs/libIL_la-il_error.o
mv -f .deps/libIL_la-il_endian.Tpo .deps/libIL_la-il_endian.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_files.lo -MD -MP -MF .deps/libIL_la-il_files.Tpo -c -o libIL_la-il_files.lo `test -f './../src-IL/src/il_files.c' || echo './'`./../src-IL/src/il_files.c
mv -f .deps/libIL_la-il_stack.Tpo .deps/libIL_la-il_stack.Plo
mv -f .deps/libIL_la-il_jpeg.Tpo .deps/libIL_la-il_jpeg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_main.lo -MD -MP -MF .deps/libIL_la-il_main.Tpo -c -o libIL_la-il_main.lo `test -f './../src-IL/src/il_main.c' || echo './'`./../src-IL/src/il_main.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pnm.lo -MD -MP -MF .deps/libIL_la-il_pnm.Tpo -c -o libIL_la-il_pnm.lo `test -f './../src-IL/src/il_pnm.c' || echo './'`./../src-IL/src/il_pnm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_png.lo -MD -MP -MF .deps/libIL_la-il_png.Tpo -c ./../src-IL/src/il_png.c -fPIC -DPIC -o .libs/libIL_la-il_png.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_lif.lo -MD -MP -MF .deps/libIL_la-il_lif.Tpo -c ./../src-IL/src/il_lif.c -fPIC -DPIC -o .libs/libIL_la-il_lif.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_states.lo -MD -MP -MF .deps/libIL_la-il_states.Tpo -c ./../src-IL/src/il_states.c -fPIC -DPIC -o .libs/libIL_la-il_states.o
mv -f .deps/libIL_la-il_pcx.Tpo .deps/libIL_la-il_pcx.Plo
mv -f .deps/libIL_la-il_pic.Tpo .deps/libIL_la-il_pic.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_convbuff.lo -MD -MP -MF .deps/libIL_la-il_convbuff.Tpo -c ./../src-IL/src/il_convbuff.c -fPIC -DPIC -o .libs/libIL_la-il_convbuff.o
mv -f .deps/libIL_la-il_error.Tpo .deps/libIL_la-il_error.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_targa.lo -MD -MP -MF .deps/libIL_la-il_targa.Tpo -c -o libIL_la-il_targa.lo `test -f './../src-IL/src/il_targa.c' || echo './'`./../src-IL/src/il_targa.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wdp.lo -MD -MP -MF .deps/libIL_la-il_wdp.Tpo -c -o libIL_la-il_wdp.lo `test -f './../src-IL/src/il_wdp.c' || echo './'`./../src-IL/src/il_wdp.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_convert.lo -MD -MP -MF .deps/libIL_la-il_convert.Tpo -c -o libIL_la-il_convert.lo `test -f './../src-IL/src/il_convert.c' || echo './'`./../src-IL/src/il_convert.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_main.lo -MD -MP -MF .deps/libIL_la-il_main.Tpo -c ./../src-IL/src/il_main.c -fPIC -DPIC -o .libs/libIL_la-il_main.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_files.lo -MD -MP -MF .deps/libIL_la-il_files.Tpo -c ./../src-IL/src/il_files.c -fPIC -DPIC -o .libs/libIL_la-il_files.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pnm.lo -MD -MP -MF .deps/libIL_la-il_pnm.Tpo -c ./../src-IL/src/il_pnm.c -fPIC -DPIC -o .libs/libIL_la-il_pnm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_targa.lo -MD -MP -MF .deps/libIL_la-il_targa.Tpo -c ./../src-IL/src/il_targa.c -fPIC -DPIC -o .libs/libIL_la-il_targa.o
mv -f .deps/libIL_la-il_sgi.Tpo .deps/libIL_la-il_sgi.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_convert.lo -MD -MP -MF .deps/libIL_la-il_convert.Tpo -c ./../src-IL/src/il_convert.c -fPIC -DPIC -o .libs/libIL_la-il_convert.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_gif.lo -MD -MP -MF .deps/libIL_la-il_gif.Tpo -c -o libIL_la-il_gif.lo `test -f './../src-IL/src/il_gif.c' || echo './'`./../src-IL/src/il_gif.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wdp.lo -MD -MP -MF .deps/libIL_la-il_wdp.Tpo -c ./../src-IL/src/il_wdp.c -fPIC -DPIC -o .libs/libIL_la-il_wdp.o
mv -f .deps/libIL_la-il_main.Tpo .deps/libIL_la-il_main.Plo
mv -f .deps/libIL_la-il_lif.Tpo .deps/libIL_la-il_lif.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_manip.lo -MD -MP -MF .deps/libIL_la-il_manip.Tpo -c -o libIL_la-il_manip.lo `test -f './../src-IL/src/il_manip.c' || echo './'`./../src-IL/src/il_manip.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_profiles.lo -MD -MP -MF .deps/libIL_la-il_profiles.Tpo -c -o libIL_la-il_profiles.lo `test -f './../src-IL/src/il_profiles.c' || echo './'`./../src-IL/src/il_profiles.c
mv -f .deps/libIL_la-il_png.Tpo .deps/libIL_la-il_png.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_tiff.lo -MD -MP -MF .deps/libIL_la-il_tiff.Tpo -c -o libIL_la-il_tiff.lo `test -f './../src-IL/src/il_tiff.c' || echo './'`./../src-IL/src/il_tiff.c
mv -f .deps/libIL_la-il_bmp.Tpo .deps/libIL_la-il_bmp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_cut.lo -MD -MP -MF .deps/libIL_la-il_cut.Tpo -c -o libIL_la-il_cut.lo `test -f './../src-IL/src/il_cut.c' || echo './'`./../src-IL/src/il_cut.c
mv -f .deps/libIL_la-il_wdp.Tpo .deps/libIL_la-il_wdp.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_gif.lo -MD -MP -MF .deps/libIL_la-il_gif.Tpo -c ./../src-IL/src/il_gif.c -fPIC -DPIC -o .libs/libIL_la-il_gif.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_header.lo -MD -MP -MF .deps/libIL_la-il_header.Tpo -c -o libIL_la-il_header.lo `test -f './../src-IL/src/il_header.c' || echo './'`./../src-IL/src/il_header.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_manip.lo -MD -MP -MF .deps/libIL_la-il_manip.Tpo -c ./../src-IL/src/il_manip.c -fPIC -DPIC -o .libs/libIL_la-il_manip.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_profiles.lo -MD -MP -MF .deps/libIL_la-il_profiles.Tpo -c ./../src-IL/src/il_profiles.c -fPIC -DPIC -o .libs/libIL_la-il_profiles.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_tiff.lo -MD -MP -MF .deps/libIL_la-il_tiff.Tpo -c ./../src-IL/src/il_tiff.c -fPIC -DPIC -o .libs/libIL_la-il_tiff.o
mv -f .deps/libIL_la-il_pnm.Tpo .deps/libIL_la-il_pnm.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_cut.lo -MD -MP -MF .deps/libIL_la-il_cut.Tpo -c ./../src-IL/src/il_cut.c -fPIC -DPIC -o .libs/libIL_la-il_cut.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mdl.lo -MD -MP -MF .deps/libIL_la-il_mdl.Tpo -c -o libIL_la-il_mdl.lo `test -f './../src-IL/src/il_mdl.c' || echo './'`./../src-IL/src/il_mdl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_header.lo -MD -MP -MF .deps/libIL_la-il_header.Tpo -c ./../src-IL/src/il_header.c -fPIC -DPIC -o .libs/libIL_la-il_header.o
mv -f .deps/libIL_la-il_files.Tpo .deps/libIL_la-il_files.Plo
mv -f .deps/libIL_la-il_profiles.Tpo .deps/libIL_la-il_profiles.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_quantizer.lo -MD -MP -MF .deps/libIL_la-il_quantizer.Tpo -c -o libIL_la-il_quantizer.lo `test -f './../src-IL/src/il_quantizer.c' || echo './'`./../src-IL/src/il_quantizer.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_utility.lo -MD -MP -MF .deps/libIL_la-il_utility.Tpo -c -o libIL_la-il_utility.lo `test -f './../src-IL/src/il_utility.c' || echo './'`./../src-IL/src/il_utility.c
mv -f .deps/libIL_la-il_states.Tpo .deps/libIL_la-il_states.Plo
mv -f .deps/libIL_la-il_targa.Tpo .deps/libIL_la-il_targa.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dcx.lo -MD -MP -MF .deps/libIL_la-il_dcx.Tpo -c -o libIL_la-il_dcx.lo `test -f './../src-IL/src/il_dcx.c' || echo './'`./../src-IL/src/il_dcx.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_icon.lo -MD -MP -MF .deps/libIL_la-il_icon.Tpo -c -o libIL_la-il_icon.lo `test -f './../src-IL/src/il_icon.c' || echo './'`./../src-IL/src/il_icon.c
mv -f .deps/libIL_la-il_cut.Tpo .deps/libIL_la-il_cut.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mng.lo -MD -MP -MF .deps/libIL_la-il_mng.Tpo -c -o libIL_la-il_mng.lo `test -f './../src-IL/src/il_mng.c' || echo './'`./../src-IL/src/il_mng.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mdl.lo -MD -MP -MF .deps/libIL_la-il_mdl.Tpo -c ./../src-IL/src/il_mdl.c -fPIC -DPIC -o .libs/libIL_la-il_mdl.o
mv -f .deps/libIL_la-il_header.Tpo .deps/libIL_la-il_header.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_raw.lo -MD -MP -MF .deps/libIL_la-il_raw.Tpo -c -o libIL_la-il_raw.lo `test -f './../src-IL/src/il_raw.c' || echo './'`./../src-IL/src/il_raw.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_quantizer.lo -MD -MP -MF .deps/libIL_la-il_quantizer.Tpo -c ./../src-IL/src/il_quantizer.c -fPIC -DPIC -o .libs/libIL_la-il_quantizer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_utility.lo -MD -MP -MF .deps/libIL_la-il_utility.Tpo -c ./../src-IL/src/il_utility.c -fPIC -DPIC -o .libs/libIL_la-il_utility.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dcx.lo -MD -MP -MF .deps/libIL_la-il_dcx.Tpo -c ./../src-IL/src/il_dcx.c -fPIC -DPIC -o .libs/libIL_la-il_dcx.o
mv -f .deps/libIL_la-il_gif.Tpo .deps/libIL_la-il_gif.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_icon.lo -MD -MP -MF .deps/libIL_la-il_icon.Tpo -c ./../src-IL/src/il_icon.c -fPIC -DPIC -o .libs/libIL_la-il_icon.o
mv -f .deps/libIL_la-il_convert.Tpo .deps/libIL_la-il_convert.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wal.lo -MD -MP -MF .deps/libIL_la-il_wal.Tpo -c -o libIL_la-il_wal.lo `test -f './../src-IL/src/il_wal.c' || echo './'`./../src-IL/src/il_wal.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dds.lo -MD -MP -MF .deps/libIL_la-il_dds.Tpo -c -o libIL_la-il_dds.lo `test -f './../src-IL/src/il_dds.c' || echo './'`./../src-IL/src/il_dds.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mng.lo -MD -MP -MF .deps/libIL_la-il_mng.Tpo -c ./../src-IL/src/il_mng.c -fPIC -DPIC -o .libs/libIL_la-il_mng.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_raw.lo -MD -MP -MF .deps/libIL_la-il_raw.Tpo -c ./../src-IL/src/il_raw.c -fPIC -DPIC -o .libs/libIL_la-il_raw.o
mv -f .deps/libIL_la-il_mdl.Tpo .deps/libIL_la-il_mdl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_internal.lo -MD -MP -MF .deps/libIL_la-il_internal.Tpo -c -o libIL_la-il_internal.lo `test -f './../src-IL/src/il_internal.c' || echo './'`./../src-IL/src/il_internal.c
mv -f .deps/libIL_la-il_tiff.Tpo .deps/libIL_la-il_tiff.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pal.lo -MD -MP -MF .deps/libIL_la-il_pal.Tpo -c -o libIL_la-il_pal.lo `test -f './../src-IL/src/il_pal.c' || echo './'`./../src-IL/src/il_pal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wal.lo -MD -MP -MF .deps/libIL_la-il_wal.Tpo -c ./../src-IL/src/il_wal.c -fPIC -DPIC -o .libs/libIL_la-il_wal.o
mv -f .deps/libIL_la-il_utility.Tpo .deps/libIL_la-il_utility.Plo
mv -f .deps/libIL_la-il_manip.Tpo .deps/libIL_la-il_manip.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dds.lo -MD -MP -MF .deps/libIL_la-il_dds.Tpo -c ./../src-IL/src/il_dds.c -fPIC -DPIC -o .libs/libIL_la-il_dds.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rawdata.lo -MD -MP -MF .deps/libIL_la-il_rawdata.Tpo -c -o libIL_la-il_rawdata.lo `test -f './../src-IL/src/il_rawdata.c' || echo './'`./../src-IL/src/il_rawdata.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_devil.lo -MD -MP -MF .deps/libIL_la-il_devil.Tpo -c -o libIL_la-il_devil.lo `test -f './../src-IL/src/il_devil.c' || echo './'`./../src-IL/src/il_devil.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_internal.lo -MD -MP -MF .deps/libIL_la-il_internal.Tpo -c ./../src-IL/src/il_internal.c -fPIC -DPIC -o .libs/libIL_la-il_internal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pal.lo -MD -MP -MF .deps/libIL_la-il_pal.Tpo -c ./../src-IL/src/il_pal.c -fPIC -DPIC -o .libs/libIL_la-il_pal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_devil.lo -MD -MP -MF .deps/libIL_la-il_devil.Tpo -c ./../src-IL/src/il_devil.c -fPIC -DPIC -o .libs/libIL_la-il_devil.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rawdata.lo -MD -MP -MF .deps/libIL_la-il_rawdata.Tpo -c ./../src-IL/src/il_rawdata.c -fPIC -DPIC -o .libs/libIL_la-il_rawdata.o
mv -f .deps/libIL_la-il_dcx.Tpo .deps/libIL_la-il_dcx.Plo
mv -f .deps/libIL_la-il_raw.Tpo .deps/libIL_la-il_raw.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_io.lo -MD -MP -MF .deps/libIL_la-il_io.Tpo -c -o libIL_la-il_io.lo `test -f './../src-IL/src/il_io.c' || echo './'`./../src-IL/src/il_io.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pcd.lo -MD -MP -MF .deps/libIL_la-il_pcd.Tpo -c -o libIL_la-il_pcd.lo `test -f './../src-IL/src/il_pcd.c' || echo './'`./../src-IL/src/il_pcd.c
./../src-IL/src/il_pal.c: In function ‘ilLoadPal’:
./../src-IL/src/il_pal.c:53:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread(Head, 1, 8, f);
^~~~~~~~~~~~~~~~~~~~
./../src-IL/src/il_pal.c: In function ‘ilLoadColPal’:
./../src-IL/src/il_pal.c:400:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread(&FileSize, 4, 1, (FILE*)ColFile);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libIL_la-il_wal.Tpo .deps/libIL_la-il_wal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_register.lo -MD -MP -MF .deps/libIL_la-il_register.Tpo -c -o libIL_la-il_register.lo `test -f './../src-IL/src/il_register.c' || echo './'`./../src-IL/src/il_register.c
mv -f .deps/libIL_la-il_mng.Tpo .deps/libIL_la-il_mng.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_psd.lo -MD -MP -MF .deps/libIL_la-il_psd.Tpo -c -o libIL_la-il_psd.lo `test -f './../src-IL/src/il_psd.c' || echo './'`./../src-IL/src/il_psd.c
mv -f .deps/libIL_la-il_quantizer.Tpo .deps/libIL_la-il_quantizer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_fastconv.lo -MD -MP -MF .deps/libIL_la-il_fastconv.Tpo -c -o libIL_la-il_fastconv.lo `test -f './../src-IL/src/il_fastconv.c' || echo './'`./../src-IL/src/il_fastconv.c
mv -f .deps/libIL_la-il_internal.Tpo .deps/libIL_la-il_internal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_neuquant.lo -MD -MP -MF .deps/libIL_la-il_neuquant.Tpo -c -o libIL_la-il_neuquant.lo `test -f './../src-IL/src/il_neuquant.c' || echo './'`./../src-IL/src/il_neuquant.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_io.lo -MD -MP -MF .deps/libIL_la-il_io.Tpo -c ./../src-IL/src/il_io.c -fPIC -DPIC -o .libs/libIL_la-il_io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pcd.lo -MD -MP -MF .deps/libIL_la-il_pcd.Tpo -c ./../src-IL/src/il_pcd.c -fPIC -DPIC -o .libs/libIL_la-il_pcd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_psd.lo -MD -MP -MF .deps/libIL_la-il_psd.Tpo -c ./../src-IL/src/il_psd.c -fPIC -DPIC -o .libs/libIL_la-il_psd.o
mv -f .deps/libIL_la-il_icon.Tpo .deps/libIL_la-il_icon.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dds-save.lo -MD -MP -MF .deps/libIL_la-il_dds-save.Tpo -c -o libIL_la-il_dds-save.lo `test -f './../src-IL/src/il_dds-save.c' || echo './'`./../src-IL/src/il_dds-save.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_fastconv.lo -MD -MP -MF .deps/libIL_la-il_fastconv.Tpo -c ./../src-IL/src/il_fastconv.c -fPIC -DPIC -o .libs/libIL_la-il_fastconv.o
mv -f .deps/libIL_la-il_rawdata.Tpo .deps/libIL_la-il_rawdata.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_psp.lo -MD -MP -MF .deps/libIL_la-il_psp.Tpo -c -o libIL_la-il_psp.lo `test -f './../src-IL/src/il_psp.c' || echo './'`./../src-IL/src/il_psp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_register.lo -MD -MP -MF .deps/libIL_la-il_register.Tpo -c ./../src-IL/src/il_register.c -fPIC -DPIC -o .libs/libIL_la-il_register.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_neuquant.lo -MD -MP -MF .deps/libIL_la-il_neuquant.Tpo -c ./../src-IL/src/il_neuquant.c -fPIC -DPIC -o .libs/libIL_la-il_neuquant.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_psp.lo -MD -MP -MF .deps/libIL_la-il_psp.Tpo -c ./../src-IL/src/il_psp.c -fPIC -DPIC -o .libs/libIL_la-il_psp.o
mv -f .deps/libIL_la-il_pcd.Tpo .deps/libIL_la-il_pcd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pix.lo -MD -MP -MF .deps/libIL_la-il_pix.Tpo -c -o libIL_la-il_pix.lo `test -f './../src-IL/src/il_pix.c' || echo './'`./../src-IL/src/il_pix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dds-save.lo -MD -MP -MF .deps/libIL_la-il_dds-save.Tpo -c ./../src-IL/src/il_dds-save.c -fPIC -DPIC -o .libs/libIL_la-il_dds-save.o
mv -f .deps/libIL_la-il_pal.Tpo .deps/libIL_la-il_pal.Plo
mv -f .deps/libIL_la-il_fastconv.Tpo .deps/libIL_la-il_fastconv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pxr.lo -MD -MP -MF .deps/libIL_la-il_pxr.Tpo -c -o libIL_la-il_pxr.lo `test -f './../src-IL/src/il_pxr.c' || echo './'`./../src-IL/src/il_pxr.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_vtf.lo -MD -MP -MF .deps/libIL_la-il_vtf.Tpo -c -o libIL_la-il_vtf.lo `test -f './../src-IL/src/il_vtf.c' || echo './'`./../src-IL/src/il_vtf.c
mv -f .deps/libIL_la-il_register.Tpo .deps/libIL_la-il_register.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pix.lo -MD -MP -MF .deps/libIL_la-il_pix.Tpo -c ./../src-IL/src/il_pix.c -fPIC -DPIC -o .libs/libIL_la-il_pix.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_xpm.lo -MD -MP -MF .deps/libIL_la-il_xpm.Tpo -c -o libIL_la-il_xpm.lo `test -f './../src-IL/src/il_xpm.c' || echo './'`./../src-IL/src/il_xpm.c
mv -f .deps/libIL_la-il_devil.Tpo .deps/libIL_la-il_devil.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_hdr.lo -MD -MP -MF .deps/libIL_la-il_hdr.Tpo -c -o libIL_la-il_hdr.lo `test -f './../src-IL/src/il_hdr.c' || echo './'`./../src-IL/src/il_hdr.c
mv -f .deps/libIL_la-il_neuquant.Tpo .deps/libIL_la-il_neuquant.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_icns.lo -MD -MP -MF .deps/libIL_la-il_icns.Tpo -c -o libIL_la-il_icns.lo `test -f './../src-IL/src/il_icns.c' || echo './'`./../src-IL/src/il_icns.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_pxr.lo -MD -MP -MF .deps/libIL_la-il_pxr.Tpo -c ./../src-IL/src/il_pxr.c -fPIC -DPIC -o .libs/libIL_la-il_pxr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_vtf.lo -MD -MP -MF .deps/libIL_la-il_vtf.Tpo -c ./../src-IL/src/il_vtf.c -fPIC -DPIC -o .libs/libIL_la-il_vtf.o
mv -f .deps/libIL_la-il_pix.Tpo .deps/libIL_la-il_pix.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_jp2.lo -MD -MP -MF .deps/libIL_la-il_jp2.Tpo -c -o libIL_la-il_jp2.lo `test -f './../src-IL/src/il_jp2.c' || echo './'`./../src-IL/src/il_jp2.c
mv -f .deps/libIL_la-il_psp.Tpo .deps/libIL_la-il_psp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-altivec_common.lo -MD -MP -MF .deps/libIL_la-altivec_common.Tpo -c -o libIL_la-altivec_common.lo `test -f './../src-IL/src/altivec_common.c' || echo './'`./../src-IL/src/altivec_common.c
mv -f .deps/libIL_la-il_io.Tpo .deps/libIL_la-il_io.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_xpm.lo -MD -MP -MF .deps/libIL_la-il_xpm.Tpo -c ./../src-IL/src/il_xpm.c -fPIC -DPIC -o .libs/libIL_la-il_xpm.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-altivec_typeconversion.lo -MD -MP -MF .deps/libIL_la-altivec_typeconversion.Tpo -c -o libIL_la-altivec_typeconversion.lo `test -f './../src-IL/src/altivec_typeconversion.c' || echo './'`./../src-IL/src/altivec_typeconversion.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_hdr.lo -MD -MP -MF .deps/libIL_la-il_hdr.Tpo -c ./../src-IL/src/il_hdr.c -fPIC -DPIC -o .libs/libIL_la-il_hdr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_icns.lo -MD -MP -MF .deps/libIL_la-il_icns.Tpo -c ./../src-IL/src/il_icns.c -fPIC -DPIC -o .libs/libIL_la-il_icns.o
mv -f .deps/libIL_la-il_pxr.Tpo .deps/libIL_la-il_pxr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_sun.lo -MD -MP -MF .deps/libIL_la-il_sun.Tpo -c -o libIL_la-il_sun.lo `test -f './../src-IL/src/il_sun.c' || echo './'`./../src-IL/src/il_sun.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-altivec_common.lo -MD -MP -MF .deps/libIL_la-altivec_common.Tpo -c ./../src-IL/src/altivec_common.c -fPIC -DPIC -o .libs/libIL_la-altivec_common.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_jp2.lo -MD -MP -MF .deps/libIL_la-il_jp2.Tpo -c ./../src-IL/src/il_jp2.c -fPIC -DPIC -o .libs/libIL_la-il_jp2.o
mv -f .deps/libIL_la-il_psd.Tpo .deps/libIL_la-il_psd.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_nvidia.lo -MD -MP -MF .deps/libIL_la-il_nvidia.Tpo -c -o libIL_la-il_nvidia.lo `test -f './../src-IL/src/il_nvidia.cpp' || echo './'`./../src-IL/src/il_nvidia.cpp
./../src-IL/src/il_xpm.c: In function ‘XpmInsertEntry’:
./../src-IL/src/il_xpm.c:208:47: warning: ‘sizeof’ on array function parameter ‘Colour’ will return size of ‘ILubyte *’ {aka ‘unsigned char *’} [-Wsizeof-array-argument]
memcpy(NewEntry->ColourValue, Colour, sizeof(Colour));
^
./../src-IL/src/il_xpm.c:198:82: note: declared here
void XpmInsertEntry(XPMHASHENTRY **Table, const ILubyte* Name, int Len, XpmPixel Colour)
~~~~~~~~~^~~~~~
./../src-IL/src/il_xpm.c: In function ‘XpmGetEntry’:
./../src-IL/src/il_xpm.c:225:44: warning: ‘sizeof’ on array function parameter ‘Colour’ will return size of ‘ILubyte *’ {aka ‘unsigned char *’} [-Wsizeof-array-argument]
memcpy(Colour, Entry->ColourValue, sizeof(Colour));
^
./../src-IL/src/il_xpm.c:214:79: note: declared here
void XpmGetEntry(XPMHASHENTRY **Table, const ILubyte* Name, int Len, XpmPixel Colour)
~~~~~~~~~^~~~~~
mv -f .deps/libIL_la-altivec_common.Tpo .deps/libIL_la-altivec_common.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wbmp.lo -MD -MP -MF .deps/libIL_la-il_wbmp.Tpo -c -o libIL_la-il_wbmp.lo `test -f './../src-IL/src/il_wbmp.c' || echo './'`./../src-IL/src/il_wbmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-altivec_typeconversion.lo -MD -MP -MF .deps/libIL_la-altivec_typeconversion.Tpo -c ./../src-IL/src/altivec_typeconversion.c -fPIC -DPIC -o .libs/libIL_la-altivec_typeconversion.o
mv -f .deps/libIL_la-altivec_typeconversion.Tpo .deps/libIL_la-altivec_typeconversion.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_squish.lo -MD -MP -MF .deps/libIL_la-il_squish.Tpo -c -o libIL_la-il_squish.lo `test -f './../src-IL/src/il_squish.cpp' || echo './'`./../src-IL/src/il_squish.cpp
mv -f .deps/libIL_la-il_jp2.Tpo .deps/libIL_la-il_jp2.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_sun.lo -MD -MP -MF .deps/libIL_la-il_sun.Tpo -c ./../src-IL/src/il_sun.c -fPIC -DPIC -o .libs/libIL_la-il_sun.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_iff.lo -MD -MP -MF .deps/libIL_la-il_iff.Tpo -c -o libIL_la-il_iff.lo `test -f './../src-IL/src/il_iff.c' || echo './'`./../src-IL/src/il_iff.c
mv -f .deps/libIL_la-il_icns.Tpo .deps/libIL_la-il_icns.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_nvidia.lo -MD -MP -MF .deps/libIL_la-il_nvidia.Tpo -c ./../src-IL/src/il_nvidia.cpp -fPIC -DPIC -o .libs/libIL_la-il_nvidia.o
mv -f .deps/libIL_la-il_dds.Tpo .deps/libIL_la-il_dds.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_ilbm.lo -MD -MP -MF .deps/libIL_la-il_ilbm.Tpo -c -o libIL_la-il_ilbm.lo `test -f './../src-IL/src/il_ilbm.c' || echo './'`./../src-IL/src/il_ilbm.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_size.lo -MD -MP -MF .deps/libIL_la-il_size.Tpo -c -o libIL_la-il_size.lo `test -f './../src-IL/src/il_size.c' || echo './'`./../src-IL/src/il_size.c
cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++
cc1plus: warning: command line option ‘-fgnu89-inline’ is valid for C/ObjC but not for C++
mv -f .deps/libIL_la-il_vtf.Tpo .deps/libIL_la-il_vtf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_tpl.lo -MD -MP -MF .deps/libIL_la-il_tpl.Tpo -c -o libIL_la-il_tpl.lo `test -f './../src-IL/src/il_tpl.c' || echo './'`./../src-IL/src/il_tpl.c
mv -f .deps/libIL_la-il_convbuff.Tpo .deps/libIL_la-il_convbuff.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_wbmp.lo -MD -MP -MF .deps/libIL_la-il_wbmp.Tpo -c ./../src-IL/src/il_wbmp.c -fPIC -DPIC -o .libs/libIL_la-il_wbmp.o
mv -f .deps/libIL_la-il_dds-save.Tpo .deps/libIL_la-il_dds-save.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_squish.lo -MD -MP -MF .deps/libIL_la-il_squish.Tpo -c ./../src-IL/src/il_squish.cpp -fPIC -DPIC -o .libs/libIL_la-il_squish.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_fits.lo -MD -MP -MF .deps/libIL_la-il_fits.Tpo -c -o libIL_la-il_fits.lo `test -f './../src-IL/src/il_fits.c' || echo './'`./../src-IL/src/il_fits.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_iwi.lo -MD -MP -MF .deps/libIL_la-il_iwi.Tpo -c -o libIL_la-il_iwi.lo `test -f './../src-IL/src/il_iwi.c' || echo './'`./../src-IL/src/il_iwi.c
cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++
cc1plus: warning: command line option ‘-fgnu89-inline’ is valid for C/ObjC but not for C++
mv -f .deps/libIL_la-il_hdr.Tpo .deps/libIL_la-il_hdr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_blp.lo -MD -MP -MF .deps/libIL_la-il_blp.Tpo -c -o libIL_la-il_blp.lo `test -f './../src-IL/src/il_blp.c' || echo './'`./../src-IL/src/il_blp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_iff.lo -MD -MP -MF .deps/libIL_la-il_iff.Tpo -c ./../src-IL/src/il_iff.c -fPIC -DPIC -o .libs/libIL_la-il_iff.o
mv -f .deps/libIL_la-il_xpm.Tpo .deps/libIL_la-il_xpm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_ftx.lo -MD -MP -MF .deps/libIL_la-il_ftx.Tpo -c -o libIL_la-il_ftx.lo `test -f './../src-IL/src/il_ftx.c' || echo './'`./../src-IL/src/il_ftx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_ilbm.lo -MD -MP -MF .deps/libIL_la-il_ilbm.Tpo -c ./../src-IL/src/il_ilbm.c -fPIC -DPIC -o .libs/libIL_la-il_ilbm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_tpl.lo -MD -MP -MF .deps/libIL_la-il_tpl.Tpo -c ./../src-IL/src/il_tpl.c -fPIC -DPIC -o .libs/libIL_la-il_tpl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_fits.lo -MD -MP -MF .deps/libIL_la-il_fits.Tpo -c ./../src-IL/src/il_fits.c -fPIC -DPIC -o .libs/libIL_la-il_fits.o
mv -f .deps/libIL_la-il_nvidia.Tpo .deps/libIL_la-il_nvidia.Plo
mv -f .deps/libIL_la-il_sun.Tpo .deps/libIL_la-il_sun.Plo
mv -f .deps/libIL_la-il_wbmp.Tpo .deps/libIL_la-il_wbmp.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_iwi.lo -MD -MP -MF .deps/libIL_la-il_iwi.Tpo -c ./../src-IL/src/il_iwi.c -fPIC -DPIC -o .libs/libIL_la-il_iwi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_size.lo -MD -MP -MF .deps/libIL_la-il_size.Tpo -c ./../src-IL/src/il_size.c -fPIC -DPIC -o .libs/libIL_la-il_size.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dicom.lo -MD -MP -MF .deps/libIL_la-il_dicom.Tpo -c -o libIL_la-il_dicom.lo `test -f './../src-IL/src/il_dicom.c' || echo './'`./../src-IL/src/il_dicom.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rot.lo -MD -MP -MF .deps/libIL_la-il_rot.Tpo -c -o libIL_la-il_rot.lo `test -f './../src-IL/src/il_rot.c' || echo './'`./../src-IL/src/il_rot.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_texture.lo -MD -MP -MF .deps/libIL_la-il_texture.Tpo -c -o libIL_la-il_texture.lo `test -f './../src-IL/src/il_texture.c' || echo './'`./../src-IL/src/il_texture.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_blp.lo -MD -MP -MF .deps/libIL_la-il_blp.Tpo -c ./../src-IL/src/il_blp.c -fPIC -DPIC -o .libs/libIL_la-il_blp.o
mv -f .deps/libIL_la-il_squish.Tpo .deps/libIL_la-il_squish.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dpx.lo -MD -MP -MF .deps/libIL_la-il_dpx.Tpo -c -o libIL_la-il_dpx.lo `test -f './../src-IL/src/il_dpx.c' || echo './'`./../src-IL/src/il_dpx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_ftx.lo -MD -MP -MF .deps/libIL_la-il_ftx.Tpo -c ./../src-IL/src/il_ftx.c -fPIC -DPIC -o .libs/libIL_la-il_ftx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dicom.lo -MD -MP -MF .deps/libIL_la-il_dicom.Tpo -c ./../src-IL/src/il_dicom.c -fPIC -DPIC -o .libs/libIL_la-il_dicom.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_texture.lo -MD -MP -MF .deps/libIL_la-il_texture.Tpo -c ./../src-IL/src/il_texture.c -fPIC -DPIC -o .libs/libIL_la-il_texture.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_rot.lo -MD -MP -MF .deps/libIL_la-il_rot.Tpo -c ./../src-IL/src/il_rot.c -fPIC -DPIC -o .libs/libIL_la-il_rot.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_dpx.lo -MD -MP -MF .deps/libIL_la-il_dpx.Tpo -c ./../src-IL/src/il_dpx.c -fPIC -DPIC -o .libs/libIL_la-il_dpx.o
mv -f .deps/libIL_la-il_iff.Tpo .deps/libIL_la-il_iff.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_utx.lo -MD -MP -MF .deps/libIL_la-il_utx.Tpo -c -o libIL_la-il_utx.lo `test -f './../src-IL/src/il_utx.cpp' || echo './'`./../src-IL/src/il_utx.cpp
mv -f .deps/libIL_la-il_ftx.Tpo .deps/libIL_la-il_ftx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mp3.lo -MD -MP -MF .deps/libIL_la-il_mp3.Tpo -c -o libIL_la-il_mp3.lo `test -f './../src-IL/src/il_mp3.c' || echo './'`./../src-IL/src/il_mp3.c
mv -f .deps/libIL_la-il_size.Tpo .deps/libIL_la-il_size.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_alloc.lo -MD -MP -MF .deps/libILU_la-ilu_alloc.Tpo -c -o libILU_la-ilu_alloc.lo `test -f './../src-ILU/src/ilu_alloc.c' || echo './'`./../src-ILU/src/ilu_alloc.c
mv -f .deps/libIL_la-il_ilbm.Tpo .deps/libIL_la-il_ilbm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_internal.lo -MD -MP -MF .deps/libILU_la-ilu_internal.Tpo -c -o libILU_la-ilu_internal.lo `test -f './../src-ILU/src/ilu_internal.c' || echo './'`./../src-ILU/src/ilu_internal.c
mv -f .deps/libIL_la-il_fits.Tpo .deps/libIL_la-il_fits.Plo
mv -f .deps/libIL_la-il_texture.Tpo .deps/libIL_la-il_texture.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_noise.lo -MD -MP -MF .deps/libILU_la-ilu_noise.Tpo -c -o libILU_la-ilu_noise.lo `test -f './../src-ILU/src/ilu_noise.c' || echo './'`./../src-ILU/src/ilu_noise.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale.lo -MD -MP -MF .deps/libILU_la-ilu_scale.Tpo -c -o libILU_la-ilu_scale.lo `test -f './../src-ILU/src/ilu_scale.c' || echo './'`./../src-ILU/src/ilu_scale.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_mp3.lo -MD -MP -MF .deps/libIL_la-il_mp3.Tpo -c ./../src-IL/src/il_mp3.c -fPIC -DPIC -o .libs/libIL_la-il_mp3.o
mv -f .deps/libIL_la-il_iwi.Tpo .deps/libIL_la-il_iwi.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libIL_la-il_utx.lo -MD -MP -MF .deps/libIL_la-il_utx.Tpo -c ./../src-IL/src/il_utx.cpp -fPIC -DPIC -o .libs/libIL_la-il_utx.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_error.lo -MD -MP -MF .deps/libILU_la-ilu_error.Tpo -c -o libILU_la-ilu_error.lo `test -f './../src-ILU/src/ilu_error.c' || echo './'`./../src-ILU/src/ilu_error.c
cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++
cc1plus: warning: command line option ‘-fgnu89-inline’ is valid for C/ObjC but not for C++
mv -f .deps/libIL_la-il_blp.Tpo .deps/libIL_la-il_blp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_main.lo -MD -MP -MF .deps/libILU_la-ilu_main.Tpo -c -o libILU_la-ilu_main.lo `test -f './../src-ILU/src/ilu_main.c' || echo './'`./../src-ILU/src/ilu_main.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_internal.lo -MD -MP -MF .deps/libILU_la-ilu_internal.Tpo -c ./../src-ILU/src/ilu_internal.c -fPIC -DPIC -o .libs/libILU_la-ilu_internal.o
mv -f .deps/libIL_la-il_rot.Tpo .deps/libIL_la-il_rot.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_alloc.lo -MD -MP -MF .deps/libILU_la-ilu_alloc.Tpo -c ./../src-ILU/src/ilu_alloc.c -fPIC -DPIC -o .libs/libILU_la-ilu_alloc.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_rotate.lo -MD -MP -MF .deps/libILU_la-ilu_rotate.Tpo -c -o libILU_la-ilu_rotate.lo `test -f './../src-ILU/src/ilu_rotate.c' || echo './'`./../src-ILU/src/ilu_rotate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_noise.lo -MD -MP -MF .deps/libILU_la-ilu_noise.Tpo -c ./../src-ILU/src/ilu_noise.c -fPIC -DPIC -o .libs/libILU_la-ilu_noise.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale.lo -MD -MP -MF .deps/libILU_la-ilu_scale.Tpo -c ./../src-ILU/src/ilu_scale.c -fPIC -DPIC -o .libs/libILU_la-ilu_scale.o
mv -f .deps/libIL_la-il_dpx.Tpo .deps/libIL_la-il_dpx.Plo
mv -f .deps/libIL_la-il_dicom.Tpo .deps/libIL_la-il_dicom.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scaling.lo -MD -MP -MF .deps/libILU_la-ilu_scaling.Tpo -c -o libILU_la-ilu_scaling.lo `test -f './../src-ILU/src/ilu_scaling.c' || echo './'`./../src-ILU/src/ilu_scaling.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_filter.lo -MD -MP -MF .deps/libILU_la-ilu_filter.Tpo -c -o libILU_la-ilu_filter.lo `test -f './../src-ILU/src/ilu_filter.c' || echo './'`./../src-ILU/src/ilu_filter.c
mv -f .deps/libILU_la-ilu_alloc.Tpo .deps/libILU_la-ilu_alloc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_manip.lo -MD -MP -MF .deps/libILU_la-ilu_manip.Tpo -c -o libILU_la-ilu_manip.lo `test -f './../src-ILU/src/ilu_manip.c' || echo './'`./../src-ILU/src/ilu_manip.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_main.lo -MD -MP -MF .deps/libILU_la-ilu_main.Tpo -c ./../src-ILU/src/ilu_main.c -fPIC -DPIC -o .libs/libILU_la-ilu_main.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_error.lo -MD -MP -MF .deps/libILU_la-ilu_error.Tpo -c ./../src-ILU/src/ilu_error.c -fPIC -DPIC -o .libs/libILU_la-ilu_error.o
mv -f .deps/libILU_la-ilu_internal.Tpo .deps/libILU_la-ilu_internal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale2d.lo -MD -MP -MF .deps/libILU_la-ilu_scale2d.Tpo -c -o libILU_la-ilu_scale2d.lo `test -f './../src-ILU/src/ilu_scale2d.c' || echo './'`./../src-ILU/src/ilu_scale2d.c
mv -f .deps/libIL_la-il_tpl.Tpo .deps/libIL_la-il_tpl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_states.lo -MD -MP -MF .deps/libILU_la-ilu_states.Tpo -c -o libILU_la-ilu_states.lo `test -f './../src-ILU/src/ilu_states.c' || echo './'`./../src-ILU/src/ilu_states.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_rotate.lo -MD -MP -MF .deps/libILU_la-ilu_rotate.Tpo -c ./../src-ILU/src/ilu_rotate.c -fPIC -DPIC -o .libs/libILU_la-ilu_rotate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scaling.lo -MD -MP -MF .deps/libILU_la-ilu_scaling.Tpo -c ./../src-ILU/src/ilu_scaling.c -fPIC -DPIC -o .libs/libILU_la-ilu_scaling.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_filter.lo -MD -MP -MF .deps/libILU_la-ilu_filter.Tpo -c ./../src-ILU/src/ilu_filter.c -fPIC -DPIC -o .libs/libILU_la-ilu_filter.o
mv -f .deps/libIL_la-il_mp3.Tpo .deps/libIL_la-il_mp3.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_filter_rcg.lo -MD -MP -MF .deps/libILU_la-ilu_filter_rcg.Tpo -c -o libILU_la-ilu_filter_rcg.lo `test -f './../src-ILU/src/ilu_filter_rcg.c' || echo './'`./../src-ILU/src/ilu_filter_rcg.c
mv -f .deps/libILU_la-ilu_scaling.Tpo .deps/libILU_la-ilu_scaling.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_mipmap.lo -MD -MP -MF .deps/libILU_la-ilu_mipmap.Tpo -c -o libILU_la-ilu_mipmap.lo `test -f './../src-ILU/src/ilu_mipmap.c' || echo './'`./../src-ILU/src/ilu_mipmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_manip.lo -MD -MP -MF .deps/libILU_la-ilu_manip.Tpo -c ./../src-ILU/src/ilu_manip.c -fPIC -DPIC -o .libs/libILU_la-ilu_manip.o
mv -f .deps/libILU_la-ilu_noise.Tpo .deps/libILU_la-ilu_noise.Plo
mv -f .deps/libILU_la-ilu_main.Tpo .deps/libILU_la-ilu_main.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale3d.lo -MD -MP -MF .deps/libILU_la-ilu_scale3d.Tpo -c -o libILU_la-ilu_scale3d.lo `test -f './../src-ILU/src/ilu_scale3d.c' || echo './'`./../src-ILU/src/ilu_scale3d.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_utilities.lo -MD -MP -MF .deps/libILU_la-ilu_utilities.Tpo -c -o libILU_la-ilu_utilities.lo `test -f './../src-ILU/src/ilu_utilities.c' || echo './'`./../src-ILU/src/ilu_utilities.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale2d.lo -MD -MP -MF .deps/libILU_la-ilu_scale2d.Tpo -c ./../src-ILU/src/ilu_scale2d.c -fPIC -DPIC -o .libs/libILU_la-ilu_scale2d.o
mv -f .deps/libILU_la-ilu_error.Tpo .deps/libILU_la-ilu_error.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_region.lo -MD -MP -MF .deps/libILU_la-ilu_region.Tpo -c -o libILU_la-ilu_region.lo `test -f './../src-ILU/src/ilu_region.c' || echo './'`./../src-ILU/src/ilu_region.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_states.lo -MD -MP -MF .deps/libILU_la-ilu_states.Tpo -c ./../src-ILU/src/ilu_states.c -fPIC -DPIC -o .libs/libILU_la-ilu_states.o
mv -f .deps/libILU_la-ilu_scale.Tpo .deps/libILU_la-ilu_scale.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_main.lo -MD -MP -MF .deps/libILUT_la-ilut_main.Tpo -c -o libILUT_la-ilut_main.lo `test -f './../src-ILUT/src/ilut_main.c' || echo './'`./../src-ILUT/src/ilut_main.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_filter_rcg.lo -MD -MP -MF .deps/libILU_la-ilu_filter_rcg.Tpo -c ./../src-ILU/src/ilu_filter_rcg.c -fPIC -DPIC -o .libs/libILU_la-ilu_filter_rcg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_mipmap.lo -MD -MP -MF .deps/libILU_la-ilu_mipmap.Tpo -c ./../src-ILU/src/ilu_mipmap.c -fPIC -DPIC -o .libs/libILU_la-ilu_mipmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_utilities.lo -MD -MP -MF .deps/libILU_la-ilu_utilities.Tpo -c ./../src-ILU/src/ilu_utilities.c -fPIC -DPIC -o .libs/libILU_la-ilu_utilities.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_scale3d.lo -MD -MP -MF .deps/libILU_la-ilu_scale3d.Tpo -c ./../src-ILU/src/ilu_scale3d.c -fPIC -DPIC -o .libs/libILU_la-ilu_scale3d.o
mv -f .deps/libILU_la-ilu_states.Tpo .deps/libILU_la-ilu_states.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_states.lo -MD -MP -MF .deps/libILUT_la-ilut_states.Tpo -c -o libILUT_la-ilut_states.lo `test -f './../src-ILUT/src/ilut_states.c' || echo './'`./../src-ILUT/src/ilut_states.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_main.lo -MD -MP -MF .deps/libILUT_la-ilut_main.Tpo -c ./../src-ILUT/src/ilut_main.c -fPIC -DPIC -o .libs/libILUT_la-ilut_main.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILU/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILU_la-ilu_region.lo -MD -MP -MF .deps/libILU_la-ilu_region.Tpo -c ./../src-ILU/src/ilu_region.c -fPIC -DPIC -o .libs/libILU_la-ilu_region.o
mv -f .deps/libILU_la-ilu_mipmap.Tpo .deps/libILU_la-ilu_mipmap.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_internal.lo -MD -MP -MF .deps/libILUT_la-ilut_internal.Tpo -c -o libILUT_la-ilut_internal.lo `test -f './../src-ILUT/src/ilut_internal.c' || echo './'`./../src-ILUT/src/ilut_internal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_states.lo -MD -MP -MF .deps/libILUT_la-ilut_states.Tpo -c ./../src-ILUT/src/ilut_states.c -fPIC -DPIC -o .libs/libILUT_la-ilut_states.o
mv -f .deps/libILU_la-ilu_utilities.Tpo .deps/libILU_la-ilu_utilities.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_sdlsurface.lo -MD -MP -MF .deps/libILUT_la-ilut_sdlsurface.Tpo -c -o libILUT_la-ilut_sdlsurface.lo `test -f './../src-ILUT/src/ilut_sdlsurface.c' || echo './'`./../src-ILUT/src/ilut_sdlsurface.c
mv -f .deps/libILU_la-ilu_rotate.Tpo .deps/libILU_la-ilu_rotate.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_opengl.lo -MD -MP -MF .deps/libILUT_la-ilut_opengl.Tpo -c -o libILUT_la-ilut_opengl.lo `test -f './../src-ILUT/src/ilut_opengl.c' || echo './'`./../src-ILUT/src/ilut_opengl.c
mv -f .deps/libILU_la-ilu_scale3d.Tpo .deps/libILU_la-ilu_scale3d.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_x11.lo -MD -MP -MF .deps/libILUT_la-ilut_x11.Tpo -c -o libILUT_la-ilut_x11.lo `test -f './../src-ILUT/src/ilut_x11.c' || echo './'`./../src-ILUT/src/ilut_x11.c
mv -f .deps/libILU_la-ilu_manip.Tpo .deps/libILU_la-ilu_manip.Plo
mv -f .deps/libILU_la-ilu_filter_rcg.Tpo .deps/libILU_la-ilu_filter_rcg.Plo
mv -f .deps/libILU_la-ilu_scale2d.Tpo .deps/libILU_la-ilu_scale2d.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_internal.lo -MD -MP -MF .deps/libILUT_la-ilut_internal.Tpo -c ./../src-ILUT/src/ilut_internal.c -fPIC -DPIC -o .libs/libILUT_la-ilut_internal.o
mv -f .deps/libILUT_la-ilut_main.Tpo .deps/libILUT_la-ilut_main.Plo
mv -f .deps/libILU_la-ilu_region.Tpo .deps/libILU_la-ilu_region.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_sdlsurface.lo -MD -MP -MF .deps/libILUT_la-ilut_sdlsurface.Tpo -c ./../src-ILUT/src/ilut_sdlsurface.c -fPIC -DPIC -o .libs/libILUT_la-ilut_sdlsurface.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_opengl.lo -MD -MP -MF .deps/libILUT_la-ilut_opengl.Tpo -c ./../src-ILUT/src/ilut_opengl.c -fPIC -DPIC -o .libs/libILUT_la-ilut_opengl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-ILUT/include -I ./../include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libILUT_la-ilut_x11.lo -MD -MP -MF .deps/libILUT_la-ilut_x11.Tpo -c ./../src-ILUT/src/ilut_x11.c -fPIC -DPIC -o .libs/libILUT_la-ilut_x11.o
mv -f .deps/libILUT_la-ilut_states.Tpo .deps/libILUT_la-ilut_states.Plo
mv -f .deps/libILUT_la-ilut_internal.Tpo .deps/libILUT_la-ilut_internal.Plo
mv -f .deps/libILUT_la-ilut_sdlsurface.Tpo .deps/libILUT_la-ilut_sdlsurface.Plo
mv -f .deps/libILUT_la-ilut_x11.Tpo .deps/libILUT_la-ilut_x11.Plo
mv -f .deps/libILU_la-ilu_filter.Tpo .deps/libILU_la-ilu_filter.Plo
mv -f .deps/libILUT_la-ilut_opengl.Tpo .deps/libILUT_la-ilut_opengl.Plo
mv -f .deps/libIL_la-il_utx.Tpo .deps/libIL_la-il_utx.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -ltiff -lpng -lmng -ljpeg -version-info 2:0:1 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libIL.la -rpath /app/lib libIL_la-il_alloc.lo libIL_la-il_doom.lo libIL_la-il_stack.lo libIL_la-il_pcx.lo libIL_la-il_rle.lo libIL_la-il_bits.lo libIL_la-il_endian.lo libIL_la-il_exr.lo libIL_la-il_jpeg.lo libIL_la-il_pic.lo libIL_la-il_sgi.lo libIL_la-il_bmp.lo libIL_la-il_error.lo libIL_la-il_lif.lo libIL_la-il_png.lo libIL_la-il_states.lo libIL_la-il_convbuff.lo libIL_la-il_files.lo libIL_la-il_main.lo libIL_la-il_pnm.lo libIL_la-il_targa.lo libIL_la-il_wdp.lo libIL_la-il_convert.lo libIL_la-il_gif.lo libIL_la-il_manip.lo libIL_la-il_profiles.lo libIL_la-il_tiff.lo libIL_la-il_cut.lo libIL_la-il_header.lo libIL_la-il_mdl.lo libIL_la-il_quantizer.lo libIL_la-il_utility.lo libIL_la-il_dcx.lo libIL_la-il_icon.lo libIL_la-il_mng.lo libIL_la-il_raw.lo libIL_la-il_wal.lo libIL_la-il_dds.lo libIL_la-il_internal.lo libIL_la-il_pal.lo libIL_la-il_rawdata.lo libIL_la-il_devil.lo libIL_la-il_io.lo libIL_la-il_pcd.lo libIL_la-il_register.lo libIL_la-il_psd.lo libIL_la-il_fastconv.lo libIL_la-il_neuquant.lo libIL_la-il_dds-save.lo libIL_la-il_psp.lo libIL_la-il_pix.lo libIL_la-il_pxr.lo libIL_la-il_vtf.lo libIL_la-il_xpm.lo libIL_la-il_hdr.lo libIL_la-il_icns.lo libIL_la-il_jp2.lo libIL_la-altivec_common.lo libIL_la-altivec_typeconversion.lo libIL_la-il_sun.lo libIL_la-il_nvidia.lo libIL_la-il_wbmp.lo libIL_la-il_squish.lo libIL_la-il_iff.lo libIL_la-il_ilbm.lo libIL_la-il_size.lo libIL_la-il_tpl.lo libIL_la-il_fits.lo libIL_la-il_iwi.lo libIL_la-il_blp.lo libIL_la-il_ftx.lo libIL_la-il_dicom.lo libIL_la-il_rot.lo libIL_la-il_texture.lo libIL_la-il_dpx.lo libIL_la-il_utx.lo libIL_la-il_mp3.lo -lm -lz
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbeginS.o .libs/libIL_la-il_alloc.o .libs/libIL_la-il_doom.o .libs/libIL_la-il_stack.o .libs/libIL_la-il_pcx.o .libs/libIL_la-il_rle.o .libs/libIL_la-il_bits.o .libs/libIL_la-il_endian.o .libs/libIL_la-il_exr.o .libs/libIL_la-il_jpeg.o .libs/libIL_la-il_pic.o .libs/libIL_la-il_sgi.o .libs/libIL_la-il_bmp.o .libs/libIL_la-il_error.o .libs/libIL_la-il_lif.o .libs/libIL_la-il_png.o .libs/libIL_la-il_states.o .libs/libIL_la-il_convbuff.o .libs/libIL_la-il_files.o .libs/libIL_la-il_main.o .libs/libIL_la-il_pnm.o .libs/libIL_la-il_targa.o .libs/libIL_la-il_wdp.o .libs/libIL_la-il_convert.o .libs/libIL_la-il_gif.o .libs/libIL_la-il_manip.o .libs/libIL_la-il_profiles.o .libs/libIL_la-il_tiff.o .libs/libIL_la-il_cut.o .libs/libIL_la-il_header.o .libs/libIL_la-il_mdl.o .libs/libIL_la-il_quantizer.o .libs/libIL_la-il_utility.o .libs/libIL_la-il_dcx.o .libs/libIL_la-il_icon.o .libs/libIL_la-il_mng.o .libs/libIL_la-il_raw.o .libs/libIL_la-il_wal.o .libs/libIL_la-il_dds.o .libs/libIL_la-il_internal.o .libs/libIL_la-il_pal.o .libs/libIL_la-il_rawdata.o .libs/libIL_la-il_devil.o .libs/libIL_la-il_io.o .libs/libIL_la-il_pcd.o .libs/libIL_la-il_register.o .libs/libIL_la-il_psd.o .libs/libIL_la-il_fastconv.o .libs/libIL_la-il_neuquant.o .libs/libIL_la-il_dds-save.o .libs/libIL_la-il_psp.o .libs/libIL_la-il_pix.o .libs/libIL_la-il_pxr.o .libs/libIL_la-il_vtf.o .libs/libIL_la-il_xpm.o .libs/libIL_la-il_hdr.o .libs/libIL_la-il_icns.o .libs/libIL_la-il_jp2.o .libs/libIL_la-altivec_common.o .libs/libIL_la-altivec_typeconversion.o .libs/libIL_la-il_sun.o .libs/libIL_la-il_nvidia.o .libs/libIL_la-il_wbmp.o .libs/libIL_la-il_squish.o .libs/libIL_la-il_iff.o .libs/libIL_la-il_ilbm.o .libs/libIL_la-il_size.o .libs/libIL_la-il_tpl.o .libs/libIL_la-il_fits.o .libs/libIL_la-il_iwi.o .libs/libIL_la-il_blp.o .libs/libIL_la-il_ftx.o .libs/libIL_la-il_dicom.o .libs/libIL_la-il_rot.o .libs/libIL_la-il_texture.o .libs/libIL_la-il_dpx.o .libs/libIL_la-il_utx.o .libs/libIL_la-il_mp3.o -Wl,-rpath -Wl,/app/lib -Wl,-rpath -Wl,/app/lib -ltiff /app/lib/libpng16.so -L/app/lib /app/lib/libmng.so -llcms2 -ljpeg -lz -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../crtn.o -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libIL.so.1 -o .libs/libIL.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libIL.so.1" && ln -s "libIL.so.1.1.0" "libIL.so.1")
libtool: link: (cd ".libs" && rm -f "libIL.so" && ln -s "libIL.so.1.1.0" "libIL.so")
libtool: link: ( cd ".libs" && rm -f "libIL.la" && ln -s "../libIL.la" "libIL.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-info 2:0:1 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libILU.la -rpath /app/lib libILU_la-ilu_alloc.lo libILU_la-ilu_internal.lo libILU_la-ilu_noise.lo libILU_la-ilu_scale.lo libILU_la-ilu_error.lo libILU_la-ilu_main.lo libILU_la-ilu_rotate.lo libILU_la-ilu_scaling.lo libILU_la-ilu_filter.lo libILU_la-ilu_manip.lo libILU_la-ilu_scale2d.lo libILU_la-ilu_states.lo libILU_la-ilu_filter_rcg.lo libILU_la-ilu_mipmap.lo libILU_la-ilu_scale3d.lo libILU_la-ilu_utilities.lo libILU_la-ilu_region.lo libIL.la -lm -lz
libtool: link: gcc -shared -fPIC -DPIC .libs/libILU_la-ilu_alloc.o .libs/libILU_la-ilu_internal.o .libs/libILU_la-ilu_noise.o .libs/libILU_la-ilu_scale.o .libs/libILU_la-ilu_error.o .libs/libILU_la-ilu_main.o .libs/libILU_la-ilu_rotate.o .libs/libILU_la-ilu_scaling.o .libs/libILU_la-ilu_filter.o .libs/libILU_la-ilu_manip.o .libs/libILU_la-ilu_scale2d.o .libs/libILU_la-ilu_states.o .libs/libILU_la-ilu_filter_rcg.o .libs/libILU_la-ilu_mipmap.o .libs/libILU_la-ilu_scale3d.o .libs/libILU_la-ilu_utilities.o .libs/libILU_la-ilu_region.o -Wl,-rpath -Wl,/run/build/libdevil/lib/.libs -Wl,-rpath -Wl,/app/lib -Wl,-rpath -Wl,/app/lib -L/app/lib ./.libs/libIL.so -ltiff /app/lib/libpng16.so /app/lib/libmng.so -llcms2 -ljpeg -lm -lz -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libILU.so.1 -o .libs/libILU.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libILU.so.1" && ln -s "libILU.so.1.1.0" "libILU.so.1")
libtool: link: (cd ".libs" && rm -f "libILU.so" && ln -s "libILU.so.1.1.0" "libILU.so")
libtool: link: ( cd ".libs" && rm -f "libILU.la" && ln -s "../libILU.la" "libILU.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -lXrender -lXext -lX11 -L/app/lib -Wl,-rpath,/app/lib -lSDL -lpthread -lGLU -lGL -lm -lGL -lm -version-info 2:0:1 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libILUT.la -rpath /app/lib libILUT_la-ilut_main.lo libILUT_la-ilut_states.lo libILUT_la-ilut_internal.lo libILUT_la-ilut_sdlsurface.lo libILUT_la-ilut_opengl.lo libILUT_la-ilut_x11.lo libILU.la -lm -lz
libtool: link: gcc -shared -fPIC -DPIC .libs/libILUT_la-ilut_main.o .libs/libILUT_la-ilut_states.o .libs/libILUT_la-ilut_internal.o .libs/libILUT_la-ilut_sdlsurface.o .libs/libILUT_la-ilut_opengl.o .libs/libILUT_la-ilut_x11.o -Wl,-rpath -Wl,/app/lib -Wl,-rpath -Wl,/run/build/libdevil/lib/.libs -Wl,-rpath -Wl,/app/lib -L/run/build/libdevil/lib/.libs -lXrender -lXext -lX11 -L/app/lib /app/lib/libSDL.so -ldl -lpthread /app/lib/libGLU.so -lGL ./.libs/libILU.so /run/build/libdevil/lib/.libs/libIL.so -ltiff /app/lib/libpng16.so /app/lib/libmng.so -llcms2 -ljpeg -lm -lz -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-rpath -Wl,/app/lib -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libILUT.so.1 -o .libs/libILUT.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libILUT.so.1" && ln -s "libILUT.so.1.1.0" "libILUT.so.1")
libtool: link: (cd ".libs" && rm -f "libILUT.so" && ln -s "libILUT.so.1.1.0" "libILUT.so")
libtool: link: ( cd ".libs" && rm -f "libILUT.la" && ln -s "../libILUT.la" "libILUT.la" )
make[1]: Leaving directory '/run/build/libdevil/lib'
Making all in bin
make[1]: Entering directory '/run/build/libdevil/bin'
gcc -DHAVE_CONFIG_H -I. -I../include/IL -I ./../include -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT ilur.o -MD -MP -MF .deps/ilur.Tpo -c -o ilur.o `test -f '../src-ILU/ilur/ilur.c' || echo './'`../src-ILU/ilur/ilur.c
mv -f .deps/ilur.Tpo .deps/ilur.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o ilur ilur.o ../lib/libILU.la -lm -lz
libtool: link: gcc -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/ilur ilur.o -L/app/lib ../lib/.libs/libILU.so /run/build/libdevil/lib/.libs/libIL.so -ltiff /app/lib/libpng16.so /app/lib/libmng.so -llcms2 -ljpeg -lm -lz -Wl,-rpath -Wl,/app/lib
make[1]: Leaving directory '/run/build/libdevil/bin'
Making all in docs
make[1]: Entering directory '/run/build/libdevil/docs'
Updating ./version.texi
make[1]: Leaving directory '/run/build/libdevil/docs'
Making all in test
make[1]: Entering directory '/run/build/libdevil/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/run/build/libdevil/test'
Making all in data
make[1]: Entering directory '/run/build/libdevil/data'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/run/build/libdevil/data'
make[1]: Entering directory '/run/build/libdevil'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/run/build/libdevil'
Making install in lib
make[1]: Entering directory '/run/build/libdevil/lib'
make[2]: Entering directory '/run/build/libdevil/lib'
/usr/bin/mkdir -p '/app/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libIL.la libILU.la libILUT.la '/app/lib'
libtool: install: /usr/bin/install -c .libs/libIL.so.1.1.0 /app/lib/libIL.so.1.1.0
libtool: install: (cd /app/lib && { ln -s -f libIL.so.1.1.0 libIL.so.1 || { rm -f libIL.so.1 && ln -s libIL.so.1.1.0 libIL.so.1; }; })
libtool: install: (cd /app/lib && { ln -s -f libIL.so.1.1.0 libIL.so || { rm -f libIL.so && ln -s libIL.so.1.1.0 libIL.so; }; })
libtool: install: /usr/bin/install -c .libs/libIL.lai /app/lib/libIL.la
libtool: warning: relinking 'libILU.la'
libtool: install: (cd /run/build/libdevil/lib; /bin/sh "/run/build/libdevil/libtool" --tag CC --mode=relink gcc -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-info 2:0:1 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libILU.la -rpath /app/lib libILU_la-ilu_alloc.lo libILU_la-ilu_internal.lo libILU_la-ilu_noise.lo libILU_la-ilu_scale.lo libILU_la-ilu_error.lo libILU_la-ilu_main.lo libILU_la-ilu_rotate.lo libILU_la-ilu_scaling.lo libILU_la-ilu_filter.lo libILU_la-ilu_manip.lo libILU_la-ilu_scale2d.lo libILU_la-ilu_states.lo libILU_la-ilu_filter_rcg.lo libILU_la-ilu_mipmap.lo libILU_la-ilu_scale3d.lo libILU_la-ilu_utilities.lo libILU_la-ilu_region.lo libIL.la -lm -lz )
libtool: relink: gcc -shared -fPIC -DPIC .libs/libILU_la-ilu_alloc.o .libs/libILU_la-ilu_internal.o .libs/libILU_la-ilu_noise.o .libs/libILU_la-ilu_scale.o .libs/libILU_la-ilu_error.o .libs/libILU_la-ilu_main.o .libs/libILU_la-ilu_rotate.o .libs/libILU_la-ilu_scaling.o .libs/libILU_la-ilu_filter.o .libs/libILU_la-ilu_manip.o .libs/libILU_la-ilu_scale2d.o .libs/libILU_la-ilu_states.o .libs/libILU_la-ilu_filter_rcg.o .libs/libILU_la-ilu_mipmap.o .libs/libILU_la-ilu_scale3d.o .libs/libILU_la-ilu_utilities.o .libs/libILU_la-ilu_region.o -Wl,-rpath -Wl,/app/lib -L/app/lib -lIL -ltiff -lpng -lmng -llcms2 -ljpeg -lm -lz -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libILU.so.1 -o .libs/libILU.so.1.1.0
libtool: install: /usr/bin/install -c .libs/libILU.so.1.1.0T /app/lib/libILU.so.1.1.0
libtool: install: (cd /app/lib && { ln -s -f libILU.so.1.1.0 libILU.so.1 || { rm -f libILU.so.1 && ln -s libILU.so.1.1.0 libILU.so.1; }; })
libtool: install: (cd /app/lib && { ln -s -f libILU.so.1.1.0 libILU.so || { rm -f libILU.so && ln -s libILU.so.1.1.0 libILU.so; }; })
libtool: install: /usr/bin/install -c .libs/libILU.lai /app/lib/libILU.la
libtool: warning: relinking 'libILUT.la'
libtool: install: (cd /run/build/libdevil/lib; /bin/sh "/run/build/libdevil/libtool" --tag CC --mode=relink gcc -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -I/app/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -lXrender -lXext -lX11 -L/app/lib -Wl,-rpath,/app/lib -lSDL -lpthread -lGLU -lGL -lm -lGL -lm -version-info 2:0:1 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libILUT.la -rpath /app/lib libILUT_la-ilut_main.lo libILUT_la-ilut_states.lo libILUT_la-ilut_internal.lo libILUT_la-ilut_sdlsurface.lo libILUT_la-ilut_opengl.lo libILUT_la-ilut_x11.lo libILU.la -lm -lz )
libtool: relink: gcc -shared -fPIC -DPIC .libs/libILUT_la-ilut_main.o .libs/libILUT_la-ilut_states.o .libs/libILUT_la-ilut_internal.o .libs/libILUT_la-ilut_sdlsurface.o .libs/libILUT_la-ilut_opengl.o .libs/libILUT_la-ilut_x11.o -Wl,-rpath -Wl,/app/lib -L/run/build/libdevil/lib/.libs -lXrender -lXext -lX11 -L/app/lib -lSDL -ldl -lpthread -lGLU -lGL -lILU -lIL -ltiff -lpng -lmng -llcms2 -ljpeg -lm -lz -msse -msse2 -msse3 -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-rpath -Wl,/app/lib -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libILUT.so.1 -o .libs/libILUT.so.1.1.0
libtool: install: /usr/bin/install -c .libs/libILUT.so.1.1.0T /app/lib/libILUT.so.1.1.0
libtool: install: (cd /app/lib && { ln -s -f libILUT.so.1.1.0 libILUT.so.1 || { rm -f libILUT.so.1 && ln -s libILUT.so.1.1.0 libILUT.so.1; }; })
libtool: install: (cd /app/lib && { ln -s -f libILUT.so.1.1.0 libILUT.so || { rm -f libILUT.so && ln -s libILUT.so.1.1.0 libILUT.so; }; })
libtool: install: /usr/bin/install -c .libs/libILUT.lai /app/lib/libILUT.la
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/app/include/IL'
/usr/bin/install -c -m 644 ./../include/IL/devil_cpp_wrapper.hpp ./../include/IL/il.h ./../include/IL/ilu.h ./../include/IL/ilu_region.h ./../include/IL/ilut.h '/app/include/IL'
make[2]: Leaving directory '/run/build/libdevil/lib'
make[1]: Leaving directory '/run/build/libdevil/lib'
Making install in bin
make[1]: Entering directory '/run/build/libdevil/bin'
make[2]: Entering directory '/run/build/libdevil/bin'
/usr/bin/mkdir -p '/app/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c ilur '/app/bin'
libtool: install: /usr/bin/install -c .libs/ilur /app/bin/ilur
/usr/bin/mkdir -p '/app/share/devil/examples'
make[2]: Leaving directory '/run/build/libdevil/bin'
make[1]: Leaving directory '/run/build/libdevil/bin'
Making install in docs
make[1]: Entering directory '/run/build/libdevil/docs'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /run/build/libdevil/build-aux/missing makeinfo --version) >/dev/null 2>&1; then \
for f in DevIL_manual.info DevIL_manual.info-[0-9] DevIL_manual.info-[0-9][0-9] DevIL_manual.i[0-9] DevIL_manual.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /run/build/libdevil/build-aux/missing makeinfo -I . \
-o DevIL_manual.info DevIL_manual.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./DevIL_manual.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
DevIL_manual.texi:53: warning: node `Basic usage' is next for `Introduction' in menu but not in sectioning
DevIL_manual.texi:249: warning: node `Introduction' is prev for `Basic usage' in menu but not in sectioning
DevIL_manual.texi:411: warning: node `Error handling' is next for `Image management' in menu but not in sectioning
DevIL_manual.texi:610: warning: node `Image management' is prev for `Error handling' in menu but not in sectioning
DevIL_manual.texi:648: warning: node `Common #defines' is next for `Image manipulation' in menu but not in sectioning
DevIL_manual.texi:1051: warning: node `Sample program' is next for `Common #defines' in menu but not in sectioning
DevIL_manual.texi:1051: warning: node `Image manipulation' is prev for `Common #defines' in menu but not in sectioning
DevIL_manual.texi:1192: warning: node `Common #defines' is prev for `Sample program' in menu but not in sectioning
make[2]: Entering directory '/run/build/libdevil/docs'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/app/share/info'
/usr/bin/install -c -m 644 ./DevIL_manual.info '/app/share/info'
install-info --info-dir='/app/share/info' '/app/share/info/DevIL_manual.info'
install-info: warning: no info dir entry in `/app/share/info/DevIL_manual.info'
make[2]: Leaving directory '/run/build/libdevil/docs'
make[1]: Leaving directory '/run/build/libdevil/docs'
Making install in test
make[1]: Entering directory '/run/build/libdevil/test'
make[2]: Entering directory '/run/build/libdevil/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/run/build/libdevil/test'
make[1]: Leaving directory '/run/build/libdevil/test'
Making install in data
make[1]: Entering directory '/run/build/libdevil/data'
make[2]: Entering directory '/run/build/libdevil/data'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/app/lib/pkgconfig'
/usr/bin/install -c -m 644 IL.pc ILU.pc ILUT.pc '/app/lib/pkgconfig'
make[2]: Leaving directory '/run/build/libdevil/data'
make[1]: Leaving directory '/run/build/libdevil/data'
make[1]: Entering directory '/run/build/libdevil'
make[2]: Entering directory '/run/build/libdevil'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/run/build/libdevil'
make[1]: Leaving directory '/run/build/libdevil'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/ilur
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/ilur
[29] .debug_aranges compressed -> .zdebug_aranges (320 => 111 34.69%)
[30] .debug_info compressed -> .zdebug_info (10083 => 5038 49.97%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (1554 => 603 38.80%)
[32] .debug_line compressed -> .zdebug_line (4353 => 2213 50.84%)
[33] .debug_str compressed -> .zdebug_str (3369 => 1543 45.80%)
[34] .debug_loc compressed -> .zdebug_loc (7875 => 1732 21.99%)
[35] .debug_ranges compressed -> .zdebug_ranges (1136 => 303 26.67%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/ilur to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/ilur.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libIL.so.1.1.0
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libIL.so.1.1.0
[28] .debug_aranges compressed -> .zdebug_aranges (3840 => 926 24.11%)
[29] .debug_info compressed -> .zdebug_info (633193 => 265417 41.92%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (67935 => 9362 13.78%)
[31] .debug_line compressed -> .zdebug_line (264883 => 99003 37.38%)
[32] .debug_str compressed -> .zdebug_str (113193 => 28013 24.75%)
[33] .debug_loc compressed -> .zdebug_loc (530256 => 108219 20.41%)
[34] .debug_ranges compressed -> .zdebug_ranges (49872 => 8528 17.10%)
[37] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libIL.so.1.1.0 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libIL.so.1.1.0.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILU.so.1.1.0
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILU.so.1.1.0
[27] .debug_aranges compressed -> .zdebug_aranges (880 => 250 28.41%)
[28] .debug_info compressed -> .zdebug_info (50692 => 19424 38.32%)
[29] .debug_abbrev compressed -> .zdebug_abbrev (7971 => 1108 13.90%)
[30] .debug_line compressed -> .zdebug_line (40116 => 16868 42.05%)
[31] .debug_str compressed -> .zdebug_str (5730 => 2435 42.50%)
[32] .debug_loc compressed -> .zdebug_loc (73177 => 15997 21.86%)
[33] .debug_ranges compressed -> .zdebug_ranges (704 => 198 28.12%)
[36] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILU.so.1.1.0 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libILU.so.1.1.0.debug
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILUT.so.1.1.0
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILUT.so.1.1.0
[27] .debug_aranges compressed -> .zdebug_aranges (400 => 134 33.50%)
[28] .debug_info compressed -> .zdebug_info (28109 => 12751 45.36%)
[29] .debug_abbrev compressed -> .zdebug_abbrev (3536 => 806 22.79%)
[30] .debug_line compressed -> .zdebug_line (10215 => 4456 43.62%)
[31] .debug_str compressed -> .zdebug_str (5723 => 2679 46.81%)
[32] .debug_loc compressed -> .zdebug_loc (16568 => 3487 21.05%)
[33] .debug_ranges compressed -> .zdebug_ranges (480 => 152 31.67%)
[36] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libILUT.so.1.1.0 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libILUT.so.1.1.0.debug
Committing stage build-libdevil to cache
========================================================================
Building module libmodplug in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/libmodplug-1
========================================================================
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for setenv... yes
checking for sinf... yes
checking if compiler supports visibility attributes... yes
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libmodplug.pc
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in src
make[1]: Entering directory '/run/build/libmodplug/src'
make all-am
make[2]: Entering directory '/run/build/libmodplug/src'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT sndmix.lo -MD -MP -MF .deps/sndmix.Tpo -c -o sndmix.lo sndmix.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT sndfile.lo -MD -MP -MF .deps/sndfile.Tpo -c -o sndfile.lo sndfile.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_fx.lo -MD -MP -MF .deps/snd_fx.Tpo -c -o snd_fx.lo snd_fx.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_flt.lo -MD -MP -MF .deps/snd_flt.Tpo -c -o snd_flt.lo snd_flt.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_dsp.lo -MD -MP -MF .deps/snd_dsp.Tpo -c -o snd_dsp.lo snd_dsp.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT fastmix.lo -MD -MP -MF .deps/fastmix.Tpo -c -o fastmix.lo fastmix.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT mmcmp.lo -MD -MP -MF .deps/mmcmp.Tpo -c -o mmcmp.lo mmcmp.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_xm.lo -MD -MP -MF .deps/load_xm.Tpo -c -o load_xm.lo load_xm.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_wav.lo -MD -MP -MF .deps/load_wav.Tpo -c -o load_wav.lo load_wav.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_umx.lo -MD -MP -MF .deps/load_umx.Tpo -c -o load_umx.lo load_umx.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ult.lo -MD -MP -MF .deps/load_ult.Tpo -c -o load_ult.lo load_ult.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_stm.lo -MD -MP -MF .deps/load_stm.Tpo -c -o load_stm.lo load_stm.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ult.lo -MD -MP -MF .deps/load_ult.Tpo -c load_ult.cpp -fPIC -DPIC -o .libs/load_ult.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT sndmix.lo -MD -MP -MF .deps/sndmix.Tpo -c sndmix.cpp -fPIC -DPIC -o .libs/sndmix.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_flt.lo -MD -MP -MF .deps/snd_flt.Tpo -c snd_flt.cpp -fPIC -DPIC -o .libs/snd_flt.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT sndfile.lo -MD -MP -MF .deps/sndfile.Tpo -c sndfile.cpp -fPIC -DPIC -o .libs/sndfile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_dsp.lo -MD -MP -MF .deps/snd_dsp.Tpo -c snd_dsp.cpp -fPIC -DPIC -o .libs/snd_dsp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT snd_fx.lo -MD -MP -MF .deps/snd_fx.Tpo -c snd_fx.cpp -fPIC -DPIC -o .libs/snd_fx.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_wav.lo -MD -MP -MF .deps/load_wav.Tpo -c load_wav.cpp -fPIC -DPIC -o .libs/load_wav.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT mmcmp.lo -MD -MP -MF .deps/mmcmp.Tpo -c mmcmp.cpp -fPIC -DPIC -o .libs/mmcmp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_xm.lo -MD -MP -MF .deps/load_xm.Tpo -c load_xm.cpp -fPIC -DPIC -o .libs/load_xm.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_stm.lo -MD -MP -MF .deps/load_stm.Tpo -c load_stm.cpp -fPIC -DPIC -o .libs/load_stm.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_umx.lo -MD -MP -MF .deps/load_umx.Tpo -c load_umx.cpp -fPIC -DPIC -o .libs/load_umx.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT fastmix.lo -MD -MP -MF .deps/fastmix.Tpo -c fastmix.cpp -fPIC -DPIC -o .libs/fastmix.o
mv -f .deps/load_stm.Tpo .deps/load_stm.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_s3m.lo -MD -MP -MF .deps/load_s3m.Tpo -c -o load_s3m.lo load_s3m.cpp
mv -f .deps/load_wav.Tpo .deps/load_wav.Plo
mv -f .deps/load_ult.Tpo .deps/load_ult.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ptm.lo -MD -MP -MF .deps/load_ptm.Tpo -c -o load_ptm.lo load_ptm.cpp
mv -f .deps/snd_flt.Tpo .deps/snd_flt.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_okt.lo -MD -MP -MF .deps/load_okt.Tpo -c -o load_okt.lo load_okt.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mtm.lo -MD -MP -MF .deps/load_mtm.Tpo -c -o load_mtm.lo load_mtm.cpp
mv -f .deps/load_umx.Tpo .deps/load_umx.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mod.lo -MD -MP -MF .deps/load_mod.Tpo -c -o load_mod.lo load_mod.cpp
fastmix.cpp: In member function ‘UINT CSoundFile::CreateStereoMix(int)’:
fastmix.cpp:1488:16: warning: variable ‘nMasterCh’ set but not used [-Wunused-but-set-variable]
UINT nFlags, nMasterCh;
^~~~~~~~~
mv -f .deps/snd_dsp.Tpo .deps/snd_dsp.Plo
mv -f .deps/mmcmp.Tpo .deps/mmcmp.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mtm.lo -MD -MP -MF .deps/load_mtm.Tpo -c load_mtm.cpp -fPIC -DPIC -o .libs/load_mtm.o
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_med.lo -MD -MP -MF .deps/load_med.Tpo -c -o load_med.lo load_med.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mdl.lo -MD -MP -MF .deps/load_mdl.Tpo -c -o load_mdl.lo load_mdl.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_s3m.lo -MD -MP -MF .deps/load_s3m.Tpo -c load_s3m.cpp -fPIC -DPIC -o .libs/load_s3m.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_okt.lo -MD -MP -MF .deps/load_okt.Tpo -c load_okt.cpp -fPIC -DPIC -o .libs/load_okt.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mod.lo -MD -MP -MF .deps/load_mod.Tpo -c load_mod.cpp -fPIC -DPIC -o .libs/load_mod.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ptm.lo -MD -MP -MF .deps/load_ptm.Tpo -c load_ptm.cpp -fPIC -DPIC -o .libs/load_ptm.o
load_okt.cpp: In member function ‘BOOL CSoundFile::ReadOKT(const BYTE*, DWORD)’:
load_okt.cpp:46:21: warning: variable ‘npatterns’ set but not used [-Wunused-but-set-variable]
UINT nsamples = 0, npatterns = 0, norders = 0;
^~~~~~~~~
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mdl.lo -MD -MP -MF .deps/load_mdl.Tpo -c load_mdl.cpp -fPIC -DPIC -o .libs/load_mdl.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_med.lo -MD -MP -MF .deps/load_med.Tpo -c load_med.cpp -fPIC -DPIC -o .libs/load_med.o
load_mod.cpp: In member function ‘void CSoundFile::ConvertModCommand(MODCOMMAND*) const’:
load_mod.cpp:42:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if ((param == 0xFF) && (m_nSamples == 15)) command = 0; break;
^~
load_mod.cpp:42:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if ((param == 0xFF) && (m_nSamples == 15)) command = 0; break;
^~~~~
mv -f .deps/load_xm.Tpo .deps/load_xm.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_it.lo -MD -MP -MF .deps/load_it.Tpo -c -o load_it.lo load_it.cpp
mv -f .deps/load_mtm.Tpo .deps/load_mtm.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_far.lo -MD -MP -MF .deps/load_far.Tpo -c -o load_far.lo load_far.cpp
mv -f .deps/load_okt.Tpo .deps/load_okt.Plo
mv -f .deps/sndmix.Tpo .deps/sndmix.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dsm.lo -MD -MP -MF .deps/load_dsm.Tpo -c -o load_dsm.lo load_dsm.cpp
mv -f .deps/load_ptm.Tpo .deps/load_ptm.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dmf.lo -MD -MP -MF .deps/load_dmf.Tpo -c -o load_dmf.lo load_dmf.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dbm.lo -MD -MP -MF .deps/load_dbm.Tpo -c -o load_dbm.lo load_dbm.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_it.lo -MD -MP -MF .deps/load_it.Tpo -c load_it.cpp -fPIC -DPIC -o .libs/load_it.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_far.lo -MD -MP -MF .deps/load_far.Tpo -c load_far.cpp -fPIC -DPIC -o .libs/load_far.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dsm.lo -MD -MP -MF .deps/load_dsm.Tpo -c load_dsm.cpp -fPIC -DPIC -o .libs/load_dsm.o
mv -f .deps/load_s3m.Tpo .deps/load_s3m.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ams.lo -MD -MP -MF .deps/load_ams.Tpo -c -o load_ams.lo load_ams.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dmf.lo -MD -MP -MF .deps/load_dmf.Tpo -c load_dmf.cpp -fPIC -DPIC -o .libs/load_dmf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_dbm.lo -MD -MP -MF .deps/load_dbm.Tpo -c load_dbm.cpp -fPIC -DPIC -o .libs/load_dbm.o
mv -f .deps/load_mod.Tpo .deps/load_mod.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_amf.lo -MD -MP -MF .deps/load_amf.Tpo -c -o load_amf.lo load_amf.cpp
load_it.cpp: In member function ‘BOOL CSoundFile::ReadIT(const BYTE*, DWORD)’:
load_it.cpp:166:20: warning: variable ‘channels_used’ set but not used [-Wunused-but-set-variable]
BYTE chnmask[64], channels_used[64];
^~~~~~~~~~~~~
load_it.cpp: In function ‘void ITUnpack8Bit(signed char*, DWORD, LPBYTE, DWORD, BOOL)’:
load_it.cpp:1221:8: warning: variable ‘wHdr’ set but not used [-Wunused-but-set-variable]
DWORD wHdr = 0;
^~~~
load_dmf.cpp: In member function ‘BOOL CSoundFile::ReadDMF(const BYTE*, DWORD)’:
load_dmf.cpp:282:11: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
else if (!cmd.note) { cmd.note = 0xfe; } break;
^~~~
load_dmf.cpp:282:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
else if (!cmd.note) { cmd.note = 0xfe; } break;
^~~~~
load_it.cpp: In function ‘void ITUnpack16Bit(signed char*, DWORD, LPBYTE, DWORD, BOOL)’:
load_it.cpp:1303:8: warning: variable ‘wHdr’ set but not used [-Wunused-but-set-variable]
DWORD wHdr = 0;
^~~~
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_ams.lo -MD -MP -MF .deps/load_ams.Tpo -c load_ams.cpp -fPIC -DPIC -o .libs/load_ams.o
mv -f .deps/load_dsm.Tpo .deps/load_dsm.Plo
mv -f .deps/load_mdl.Tpo .deps/load_mdl.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_669.lo -MD -MP -MF .deps/load_669.Tpo -c -o load_669.lo load_669.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_j2b.lo -MD -MP -MF .deps/load_j2b.Tpo -c -o load_j2b.lo load_j2b.cpp
mv -f .deps/load_med.Tpo .deps/load_med.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mt2.lo -MD -MP -MF .deps/load_mt2.Tpo -c -o load_mt2.lo load_mt2.cpp
mv -f .deps/sndfile.Tpo .deps/sndfile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_psm.lo -MD -MP -MF .deps/load_psm.Tpo -c -o load_psm.lo load_psm.cpp
mv -f .deps/load_far.Tpo .deps/load_far.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_abc.lo -MD -MP -MF .deps/load_abc.Tpo -c -o load_abc.lo load_abc.cpp
load_ams.cpp: In member function ‘BOOL CSoundFile::ReadAMS(LPCBYTE, DWORD)’:
load_ams.cpp:48:7: warning: variable ‘pkinf’ set but not used [-Wunused-but-set-variable]
BYTE pkinf[MAX_SAMPLES];
^~~~~
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_amf.lo -MD -MP -MF .deps/load_amf.Tpo -c load_amf.cpp -fPIC -DPIC -o .libs/load_amf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_j2b.lo -MD -MP -MF .deps/load_j2b.Tpo -c load_j2b.cpp -fPIC -DPIC -o .libs/load_j2b.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_669.lo -MD -MP -MF .deps/load_669.Tpo -c load_669.cpp -fPIC -DPIC -o .libs/load_669.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mt2.lo -MD -MP -MF .deps/load_mt2.Tpo -c load_mt2.cpp -fPIC -DPIC -o .libs/load_mt2.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_abc.lo -MD -MP -MF .deps/load_abc.Tpo -c load_abc.cpp -fPIC -DPIC -o .libs/load_abc.o
mv -f .deps/snd_fx.Tpo .deps/snd_fx.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mid.lo -MD -MP -MF .deps/load_mid.Tpo -c -o load_mid.lo load_mid.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_psm.lo -MD -MP -MF .deps/load_psm.Tpo -c load_psm.cpp -fPIC -DPIC -o .libs/load_psm.o
mv -f .deps/load_j2b.Tpo .deps/load_j2b.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_pat.lo -MD -MP -MF .deps/load_pat.Tpo -c -o load_pat.lo load_pat.cpp
mv -f .deps/load_dbm.Tpo .deps/load_dbm.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT modplug.lo -MD -MP -MF .deps/modplug.Tpo -c -o modplug.lo modplug.cpp
load_669.cpp: In member function ‘BOOL CSoundFile::Read669(const BYTE*, DWORD)’:
load_669.cpp:51:7: warning: variable ‘b669Ext’ set but not used [-Wunused-but-set-variable]
BOOL b669Ext;
^~~~~~~
load_psm.cpp: In member function ‘BOOL CSoundFile::ReadPSM(LPCBYTE, DWORD)’:
load_psm.cpp:103:8: warning: variable ‘smpnames’ set but not used [-Wunused-but-set-variable]
DWORD smpnames[MAX_SAMPLES];
^~~~~~~~
mv -f .deps/load_dmf.Tpo .deps/load_dmf.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_mid.lo -MD -MP -MF .deps/load_mid.Tpo -c load_mid.cpp -fPIC -DPIC -o .libs/load_mid.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT load_pat.lo -MD -MP -MF .deps/load_pat.Tpo -c load_pat.cpp -fPIC -DPIC -o .libs/load_pat.o
mv -f .deps/load_ams.Tpo .deps/load_ams.Plo
load_abc.cpp: In function ‘ABCTRACK* abc_locate_track(ABCHANDLE*, const char*, int)’:
load_abc.cpp:829:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
for( i=0; i+1 < sizeof(vc) && *voice && *voice != ']' && *voice != '%' && !isspace(*voice); voice++ ) // can work with inline voice instructions
~~~~^~~~~~~~~~~~
load_abc.cpp: In function ‘void abc_add_chord(const char*, ABCHANDLE*, ABCTRACK*, uint32_t)’:
load_abc.cpp:1499:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
for( i=0; i < sizeof(s) - 1 && p[i] && p[i] != '"' && p[i] != '/' && p[i] != '(' && p[i] != ')' && p[i] != ' '; i++ ) s[i] = p[i];
~~^~~~~~~~~~~~~~~
mv -f .deps/load_669.Tpo .deps/load_669.Plo
load_abc.cpp: In function ‘void abc_set_parts(char**, char*)’:
load_abc.cpp:1833:49: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
for( i=0; p[i] && p[i] != '%' && j < size && i < size; i++ ) {
~~^~~~~~
load_abc.cpp:1839:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
for( k = n; k<j; k++ ) q[k-1] = q[k]; // shift to the left...
~^~
load_abc.cpp:1874:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
for( i=0; i<j; i++ ) {
~^~
load_abc.cpp:1877:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
for( k=i; k<j; k++ ) q[k] = q[k+1];
~^~
mv -f .deps/load_amf.Tpo .deps/load_amf.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src/libmodplug -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -MT modplug.lo -MD -MP -MF .deps/modplug.Tpo -c modplug.cpp -fPIC -DPIC -o .libs/modplug.o
load_abc.cpp: In function ‘int abc_MIDI_drum(const char*, ABCHANDLE*)’:
load_abc.cpp:2979:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
if( !isdigit(*p) && len < sizeof(h->drum)-1 ) {
~~~~^~~~~~~~~~~~~~~~~~~
load_abc.cpp:2983:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
if (len >= sizeof(h->drum)-1) {
~~~~^~~~~~~~~~~~~~~~~~~~
mv -f .deps/load_it.Tpo .deps/load_it.Plo
load_abc.cpp: In function ‘int abc_MIDI_gchord(const char*, ABCHANDLE*)’:
load_abc.cpp:3033:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
if( !isdigit(*p) && len < sizeof(h->gchord)-1 && !isdigit(p[1]) ) { *q++ = '1'; len ++; }
~~~~^~~~~~~~~~~~~~~~~~~~~
load_abc.cpp:3034:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
if (len >= sizeof(h->gchord)-1) {
~~~~^~~~~~~~~~~~~~~~~~~~~~
load_abc.cpp: In function ‘void abc_metric_gchord(ABCHANDLE*, int, int)’:
load_abc.cpp:3080:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
if (dest >= sizeof(h->gchord))
~~~~~^~~~~~~~~~~~~~~~~~~~
load_abc.cpp: In member function ‘BOOL CSoundFile::ReadABC(const uint8_t*, DWORD)’:
load_abc.cpp:3935:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘DWORD’ {aka ‘unsigned int’} [-Wsign-compare]
if (mmstack[mmsp]->pos < dwMemLength) {
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
mv -f .deps/load_mt2.Tpo .deps/load_mt2.Plo
mv -f .deps/load_psm.Tpo .deps/load_psm.Plo
load_abc.cpp: In function ‘MMFILE* mmfopen(const char*, const char*)’:
load_abc.cpp:447:7: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(&mmfile[1],1,len,fp);
~~~~~^~~~~~~~~~~~~~~~~~~~~
load_pat.cpp: In function ‘void pat_init_patnames()’:
load_pat.cpp:281:36: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_fgets(f,buf,sz) fgets(buf,sz,f)
~~~~~^~~~~~~~~~
load_pat.cpp:387:4: note: in expansion of macro ‘_mm_fgets’
_mm_fgets(mmcfg, line, PATH_MAX);
^~~~~~~~~
load_pat.cpp:281:36: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_fgets(f,buf,sz) fgets(buf,sz,f)
~~~~~^~~~~~~~~~
load_pat.cpp:433:4: note: in expansion of macro ‘_mm_fgets’
_mm_fgets(mmcfg, line, PATH_MAX);
^~~~~~~~~
load_pat.cpp: In function ‘void pat_read_waveheader(FILE*, WaveHeader*, int)’:
load_pat.cpp:284:41: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_read_UBYTES(buf,sz,f) fread(buf,sz,1,f)
~~~~~^~~~~~~~~~~~
load_pat.cpp:517:5: note: in expansion of macro ‘_mm_read_UBYTES’
_mm_read_UBYTES((BYTE *)hw, sizeof(WaveHeader), mmpat);
^~~~~~~~~~~~~~~
load_pat.cpp:284:41: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_read_UBYTES(buf,sz,f) fread(buf,sz,1,f)
~~~~~^~~~~~~~~~~~
load_pat.cpp:525:5: note: in expansion of macro ‘_mm_read_UBYTES’
_mm_read_UBYTES((BYTE *)hw, sizeof(WaveHeader), mmpat);
^~~~~~~~~~~~~~~
load_pat.cpp:284:41: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_read_UBYTES(buf,sz,f) fread(buf,sz,1,f)
~~~~~^~~~~~~~~~~~
load_pat.cpp:542:2: note: in expansion of macro ‘_mm_read_UBYTES’
_mm_read_UBYTES((BYTE *)hw, sizeof(WaveHeader), mmpat);
^~~~~~~~~~~~~~~
load_pat.cpp: In function ‘void pat_read_layerheader(FILE*, LayerHeader*)’:
load_pat.cpp:284:41: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_read_UBYTES(buf,sz,f) fread(buf,sz,1,f)
~~~~~^~~~~~~~~~~~
load_pat.cpp:486:2: note: in expansion of macro ‘_mm_read_UBYTES’
_mm_read_UBYTES((BYTE *)hl, sizeof(LayerHeader), mmpat);
^~~~~~~~~~~~~~~
load_pat.cpp: In function ‘void pat_readpat(int, char*, int)’:
load_pat.cpp:285:41: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
#define _mm_read_SBYTES(buf,sz,f) fread(buf,sz,1,f)
~~~~~^~~~~~~~~~~~
load_pat.cpp:695:2: note: in expansion of macro ‘_mm_read_SBYTES’
_mm_read_SBYTES(dest, num, mmpat);
^~~~~~~~~~~~~~~
mv -f .deps/modplug.Tpo .deps/modplug.Plo
load_mid.cpp: In member function ‘BOOL CSoundFile::ReadMID(const BYTE*, DWORD)’:
load_mid.cpp:1132:16: warning: ‘%ld’ directive writing between 1 and 19 bytes into a region of size between 5 and 25 [-Wformat-overflow=]
sprintf(info,"channel %d, %ld > %ld note %d", tp->chan + 1, (long)ton, (long)toff, n);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
load_mid.cpp:1132:16: note: directive argument in the range [0, 9223372036854775807]
load_mid.cpp:1132:16: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:873,
from ../src/libmodplug/stdafx.h:63,
from load_mid.cpp:36:
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 24 and 64 bytes into a destination of size 40
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
load_mid.cpp:1078:16: warning: ‘%ld’ directive writing between 1 and 19 bytes into a region of size between 10 and 28 [-Wformat-overflow=]
sprintf(info,"%ld > %ld note %d", (long)ton, (long)toff, n);
^~~~~~~~~~~~~~~~~~~
load_mid.cpp:1078:16: note: directive argument in the range [0, 9223372036854775807]
load_mid.cpp:1078:16: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:873,
from ../src/libmodplug/stdafx.h:63,
from load_mid.cpp:36:
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 13 and 51 bytes into a destination of size 32
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/fastmix.Tpo .deps/fastmix.Plo
mv -f .deps/load_pat.Tpo .deps/load_pat.Plo
mv -f .deps/load_mid.Tpo .deps/load_mid.Plo
load_abc.cpp: In member function ‘BOOL CSoundFile::ReadABC(const uint8_t*, DWORD)’:
load_abc.cpp:2376:15: warning: ‘%ld’ directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=]
sprintf(buf,"-%ld",retval->pickrandom); // xmms preloads the file
^~~~~~
load_abc.cpp:2376:15: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:873,
from ../src/libmodplug/stdafx.h:63,
from load_abc.cpp:37:
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 3 and 13 bytes into a destination of size 10
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
load_abc.cpp:2368:16: warning: ‘%ld’ directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=]
sprintf(buf,"-%ld",retval->pickrandom+2);
^~~~~~
load_abc.cpp:2368:16: note: directive argument in the range [-2147483646, 2147483648]
In file included from /usr/include/stdio.h:873,
from ../src/libmodplug/stdafx.h:63,
from load_abc.cpp:37:
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 3 and 13 bytes into a destination of size 10
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/load_abc.Tpo .deps/load_abc.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -DMODPLUG_BUILD=1 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT -DSYM_VISIBILITY -fvisibility=hidden -version-info 1:0:0 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o libmodplug.la -rpath /app/lib sndmix.lo sndfile.lo snd_fx.lo snd_flt.lo snd_dsp.lo fastmix.lo mmcmp.lo load_xm.lo load_wav.lo load_umx.lo load_ult.lo load_stm.lo load_s3m.lo load_ptm.lo load_okt.lo load_mtm.lo load_mod.lo load_med.lo load_mdl.lo load_it.lo load_far.lo load_dsm.lo load_dmf.lo load_dbm.lo load_ams.lo load_amf.lo load_669.lo load_j2b.lo load_mt2.lo load_psm.lo load_abc.lo load_mid.lo load_pat.lo modplug.lo -lm
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbeginS.o .libs/sndmix.o .libs/sndfile.o .libs/snd_fx.o .libs/snd_flt.o .libs/snd_dsp.o .libs/fastmix.o .libs/mmcmp.o .libs/load_xm.o .libs/load_wav.o .libs/load_umx.o .libs/load_ult.o .libs/load_stm.o .libs/load_s3m.o .libs/load_ptm.o .libs/load_okt.o .libs/load_mtm.o .libs/load_mod.o .libs/load_med.o .libs/load_mdl.o .libs/load_it.o .libs/load_far.o .libs/load_dsm.o .libs/load_dmf.o .libs/load_dbm.o .libs/load_ams.o .libs/load_amf.o .libs/load_669.o .libs/load_j2b.o .libs/load_mt2.o .libs/load_psm.o .libs/load_abc.o .libs/load_mid.o .libs/load_pat.o .libs/modplug.o -L/app/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../crtn.o -march=x86-64 -mtune=generic -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libmodplug.so.1 -o .libs/libmodplug.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libmodplug.so.1" && ln -s "libmodplug.so.1.0.0" "libmodplug.so.1")
libtool: link: (cd ".libs" && rm -f "libmodplug.so" && ln -s "libmodplug.so.1.0.0" "libmodplug.so")
libtool: link: ( cd ".libs" && rm -f "libmodplug.la" && ln -s "../libmodplug.la" "libmodplug.la" )
make[2]: Leaving directory '/run/build/libmodplug/src'
make[1]: Leaving directory '/run/build/libmodplug/src'
make[1]: Entering directory '/run/build/libmodplug'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/run/build/libmodplug'
Making install in src
make[1]: Entering directory '/run/build/libmodplug/src'
make[2]: Entering directory '/run/build/libmodplug/src'
/usr/bin/mkdir -p '/app/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libmodplug.la '/app/lib'
libtool: install: /usr/bin/install -c .libs/libmodplug.so.1.0.0 /app/lib/libmodplug.so.1.0.0
libtool: install: (cd /app/lib && { ln -s -f libmodplug.so.1.0.0 libmodplug.so.1 || { rm -f libmodplug.so.1 && ln -s libmodplug.so.1.0.0 libmodplug.so.1; }; })
libtool: install: (cd /app/lib && { ln -s -f libmodplug.so.1.0.0 libmodplug.so || { rm -f libmodplug.so && ln -s libmodplug.so.1.0.0 libmodplug.so; }; })
libtool: install: /usr/bin/install -c .libs/libmodplug.lai /app/lib/libmodplug.la
libtool: finish: PATH="/app/bin:/usr/bin:/sbin" ldconfig -n /app/lib
----------------------------------------------------------------------
Libraries have been installed in:
/app/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/app/include/libmodplug'
/usr/bin/install -c -m 644 libmodplug/stdafx.h libmodplug/sndfile.h libmodplug/it_defs.h modplug.h '/app/include/libmodplug'
make[2]: Leaving directory '/run/build/libmodplug/src'
make[1]: Leaving directory '/run/build/libmodplug/src'
make[1]: Entering directory '/run/build/libmodplug'
make[2]: Entering directory '/run/build/libmodplug'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/app/lib/pkgconfig'
/usr/bin/install -c -m 644 libmodplug.pc '/app/lib/pkgconfig'
make[2]: Leaving directory '/run/build/libmodplug'
make[1]: Leaving directory '/run/build/libmodplug'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmodplug.so.1.0.0
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmodplug.so.1.0.0
[29] .debug_aranges compressed -> .zdebug_aranges (1760 => 476 27.05%)
[30] .debug_info compressed -> .zdebug_info (792722 => 319369 40.29%)
[31] .debug_abbrev compressed -> .zdebug_abbrev (57305 => 7099 12.39%)
[32] .debug_line compressed -> .zdebug_line (214814 => 92611 43.11%)
[33] .debug_str compressed -> .zdebug_str (43054 => 15740 36.56%)
[34] .debug_loc compressed -> .zdebug_loc (600886 => 123808 20.60%)
[35] .debug_ranges compressed -> .zdebug_ranges (75120 => 13232 17.61%)
[38] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/libmodplug.so.1.0.0 to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/lib/libmodplug.so.1.0.0.debug
Committing stage build-libmodplug to cache
========================================================================
Building module love in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/love-1
========================================================================
Applying patch love-sdl-headers-path.patch
patching file src/Makefile.am
patching file src/Makefile.in
Applying patch love-glext-prototypes.patch
patching file src/modules/graphics/opengl/Framebuffer.cpp
patching file src/modules/graphics/opengl/SpriteBatch.cpp
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force -I platform/unix/m4
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: couldn't open directory 'platform/unix/m4': No such file or directory
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'platform/unix'.
libtoolize: copying file 'platform/unix/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'platform/unix/m4'.
libtoolize: copying file 'platform/unix/m4/libtool.m4'
libtoolize: copying file 'platform/unix/m4/ltoptions.m4'
libtoolize: copying file 'platform/unix/m4/ltsugar.m4'
libtoolize: copying file 'platform/unix/m4/ltversion.m4'
libtoolize: copying file 'platform/unix/m4/lt~obsolete.m4'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --foreign --add-missing --copy --force-missing
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:8: installing 'platform/unix/compile'
configure.in:6: installing 'platform/unix/missing'
src/Makefile.am:3: warning: user variable 'DEFAULT_INCLUDES' defined here ...
/usr/share/automake-1.16/am/compile.am: ... overrides Automake variable 'DEFAULT_INCLUDES' defined here
src/Makefile.am: installing 'platform/unix/depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing sqrt... -lm
checking for library containing SDL_Init... -lSDL
checking for library containing glLoadIdentity... -lGL
checking for library containing alSourcePlay... -lopenal
checking for library containing lua_pcall... -llua
checking for library containing ilInit... -lIL
checking for library containing mng_initialize... -lmng
checking for library containing TIFFOpen... -ltiff
checking for library containing FT_Load_Glyph... -lfreetype
checking for library containing PHYSFS_init... -lphysfs
checking for library containing ModPlug_Load... -lmodplug
checking for library containing mpg123_open_feed... -lmpg123
checking for library containing mpg123_seek_64... none required
checking for library containing ov_open... -lvorbisfile
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/run/build/love'
Making all in src
make[2]: Entering directory '/run/build/love/src'
make[3]: Entering directory '/run/build/love/src'
depbase=`echo modules/physics/box2d/Shape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Shape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Shape.o modules/physics/box2d/Shape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/RevoluteJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/RevoluteJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/RevoluteJoint.o modules/physics/box2d/RevoluteJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/PulleyJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/PulleyJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/PulleyJoint.o modules/physics/box2d/PulleyJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/PrismaticJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/PrismaticJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/PrismaticJoint.o modules/physics/box2d/PrismaticJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/PolygonShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/PolygonShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/PolygonShape.o modules/physics/box2d/PolygonShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Physics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Physics.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Physics.o modules/physics/box2d/Physics.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/MouseJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/MouseJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/MouseJoint.o modules/physics/box2d/MouseJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Joint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Joint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Joint.o modules/physics/box2d/Joint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/GearJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/GearJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/GearJoint.o modules/physics/box2d/GearJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/DistanceJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/DistanceJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/DistanceJoint.o modules/physics/box2d/DistanceJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Contact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Contact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Contact.o modules/physics/box2d/Contact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/CircleShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/CircleShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/CircleShape.o modules/physics/box2d/CircleShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Body.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Body.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Body.o modules/physics/box2d/Body.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/timer/sdl/wrap_Timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/timer/sdl/wrap_Timer.o -MD -MP -MF $depbase.Tpo -c -o modules/timer/sdl/wrap_Timer.o modules/timer/sdl/wrap_Timer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/timer/sdl/Timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/timer/sdl/Timer.o -MD -MP -MF $depbase.Tpo -c -o modules/timer/sdl/Timer.o modules/timer/sdl/Timer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/thread/sdl/wrap_Thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/thread/sdl/wrap_Thread.o -MD -MP -MF $depbase.Tpo -c -o modules/thread/sdl/wrap_Thread.o modules/thread/sdl/wrap_Thread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/thread/sdl/Thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/thread/sdl/Thread.o -MD -MP -MF $depbase.Tpo -c -o modules/thread/sdl/Thread.o modules/thread/sdl/Thread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/wrap_SoundData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/wrap_SoundData.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/wrap_SoundData.o modules/sound/wrap_SoundData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/wrap_Sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/wrap_Sound.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/wrap_Sound.o modules/sound/wrap_Sound.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/wrap_Decoder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/wrap_Decoder.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/wrap_Decoder.o modules/sound/wrap_Decoder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/lullaby/VorbisDecoder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/lullaby/VorbisDecoder.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/lullaby/VorbisDecoder.o modules/sound/lullaby/VorbisDecoder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/lullaby/Sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/lullaby/Sound.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/lullaby/Sound.o modules/sound/lullaby/Sound.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/lullaby/Mpg123Decoder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/lullaby/Mpg123Decoder.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/lullaby/Mpg123Decoder.o modules/sound/lullaby/Mpg123Decoder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/lullaby/ModPlugDecoder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/lullaby/ModPlugDecoder.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/lullaby/ModPlugDecoder.o modules/sound/lullaby/ModPlugDecoder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/lullaby/Decoder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/lullaby/Decoder.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/lullaby/Decoder.o modules/sound/lullaby/Decoder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/SoundData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/SoundData.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/SoundData.o modules/sound/SoundData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/sound/Sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/sound/Sound.o -MD -MP -MF $depbase.Tpo -c -o modules/sound/Sound.o modules/sound/Sound.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_World.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_World.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_World.o modules/physics/box2d/wrap_World.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_Shape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_Shape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_Shape.o modules/physics/box2d/wrap_Shape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_RevoluteJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_RevoluteJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_RevoluteJoint.o modules/physics/box2d/wrap_RevoluteJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_PulleyJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_PulleyJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_PulleyJoint.o modules/physics/box2d/wrap_PulleyJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_PrismaticJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_PrismaticJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_PrismaticJoint.o modules/physics/box2d/wrap_PrismaticJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_PolygonShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_PolygonShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_PolygonShape.o modules/physics/box2d/wrap_PolygonShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_Physics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_Physics.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_Physics.o modules/physics/box2d/wrap_Physics.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_MouseJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_MouseJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_MouseJoint.o modules/physics/box2d/wrap_MouseJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_Joint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_Joint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_Joint.o modules/physics/box2d/wrap_Joint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_GearJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_GearJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_GearJoint.o modules/physics/box2d/wrap_GearJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_DistanceJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_DistanceJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_DistanceJoint.o modules/physics/box2d/wrap_DistanceJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_Contact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_Contact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_Contact.o modules/physics/box2d/wrap_Contact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_CircleShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_CircleShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_CircleShape.o modules/physics/box2d/wrap_CircleShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/wrap_Body.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/wrap_Body.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/wrap_Body.o modules/physics/box2d/wrap_Body.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/graham/GrahamScanConvexHull.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/graham/GrahamScanConvexHull.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/graham/GrahamScanConvexHull.o modules/physics/box2d/graham/GrahamScanConvexHull.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/World.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/World.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/World.o modules/physics/box2d/World.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/b2World.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/b2World.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/b2World.o modules/physics/box2d/Source/Dynamics/b2World.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/b2Island.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/b2Island.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/b2Island.o modules/physics/box2d/Source/Dynamics/b2Island.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/b2ContactManager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/b2ContactManager.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/b2ContactManager.o modules/physics/box2d/Source/Dynamics/b2ContactManager.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/b2Body.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/b2Body.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/b2Body.o modules/physics/box2d/Source/Dynamics/b2Body.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o modules/physics/box2d/Source/Dynamics/Joints/b2Joint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Common/b2StackAllocator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Common/b2StackAllocator.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Common/b2StackAllocator.o modules/physics/box2d/Source/Common/b2StackAllocator.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Common/b2Settings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Common/b2Settings.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Common/b2Settings.o modules/physics/box2d/Source/Common/b2Settings.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Common/b2Math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Common/b2Math.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Common/b2Math.o modules/physics/box2d/Source/Common/b2Math.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Common/b2BlockAllocator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Common/b2BlockAllocator.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Common/b2BlockAllocator.o modules/physics/box2d/Source/Common/b2BlockAllocator.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2TimeOfImpact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2TimeOfImpact.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2TimeOfImpact.o modules/physics/box2d/Source/Collision/b2TimeOfImpact.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2PairManager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2PairManager.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2PairManager.o modules/physics/box2d/Source/Collision/b2PairManager.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2Distance.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2Distance.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2Distance.o modules/physics/box2d/Source/Collision/b2Distance.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2Collision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2Collision.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2Collision.o modules/physics/box2d/Source/Collision/b2Collision.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2CollidePoly.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2CollidePoly.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2CollidePoly.o modules/physics/box2d/Source/Collision/b2CollidePoly.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2CollideCircle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2CollideCircle.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2CollideCircle.o modules/physics/box2d/Source/Collision/b2CollideCircle.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/b2BroadPhase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/b2BroadPhase.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/b2BroadPhase.o modules/physics/box2d/Source/Collision/b2BroadPhase.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/Shapes/b2Shape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/Shapes/b2Shape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/Shapes/b2Shape.o modules/physics/box2d/Source/Collision/Shapes/b2Shape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/Shape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/Shape.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/Shape.o modules/physics/Shape.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/physics/Joint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/physics/Joint.o -MD -MP -MF $depbase.Tpo -c -o modules/physics/Joint.o modules/physics/Joint.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/mouse/sdl/wrap_Mouse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/mouse/sdl/wrap_Mouse.o -MD -MP -MF $depbase.Tpo -c -o modules/mouse/sdl/wrap_Mouse.o modules/mouse/sdl/wrap_Mouse.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/mouse/sdl/Mouse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/mouse/sdl/Mouse.o -MD -MP -MF $depbase.Tpo -c -o modules/mouse/sdl/Mouse.o modules/mouse/sdl/Mouse.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/mouse/Mouse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/mouse/Mouse.o -MD -MP -MF $depbase.Tpo -c -o modules/mouse/Mouse.o modules/mouse/Mouse.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/keyboard/sdl/wrap_Keyboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/keyboard/sdl/wrap_Keyboard.o -MD -MP -MF $depbase.Tpo -c -o modules/keyboard/sdl/wrap_Keyboard.o modules/keyboard/sdl/wrap_Keyboard.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/keyboard/sdl/Keyboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/keyboard/sdl/Keyboard.o -MD -MP -MF $depbase.Tpo -c -o modules/keyboard/sdl/Keyboard.o modules/keyboard/sdl/Keyboard.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/keyboard/Keyboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/keyboard/Keyboard.o -MD -MP -MF $depbase.Tpo -c -o modules/keyboard/Keyboard.o modules/keyboard/Keyboard.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/joystick/sdl/wrap_Joystick.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/joystick/sdl/wrap_Joystick.o -MD -MP -MF $depbase.Tpo -c -o modules/joystick/sdl/wrap_Joystick.o modules/joystick/sdl/wrap_Joystick.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/joystick/sdl/Joystick.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/joystick/sdl/Joystick.o -MD -MP -MF $depbase.Tpo -c -o modules/joystick/sdl/Joystick.o modules/joystick/sdl/Joystick.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/joystick/Joystick.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/joystick/Joystick.o -MD -MP -MF $depbase.Tpo -c -o modules/joystick/Joystick.o modules/joystick/Joystick.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/wrap_ImageData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/wrap_ImageData.o -MD -MP -MF $depbase.Tpo -c -o modules/image/wrap_ImageData.o modules/image/wrap_ImageData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/wrap_Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/wrap_Image.o -MD -MP -MF $depbase.Tpo -c -o modules/image/wrap_Image.o modules/image/wrap_Image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/wrap_EncodedImageData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/wrap_EncodedImageData.o -MD -MP -MF $depbase.Tpo -c -o modules/image/wrap_EncodedImageData.o modules/image/wrap_EncodedImageData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/devil/ImageData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/devil/ImageData.o -MD -MP -MF $depbase.Tpo -c -o modules/image/devil/ImageData.o modules/image/devil/ImageData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/devil/Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/devil/Image.o -MD -MP -MF $depbase.Tpo -c -o modules/image/devil/Image.o modules/image/devil/Image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/ImageData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/ImageData.o -MD -MP -MF $depbase.Tpo -c -o modules/image/ImageData.o modules/image/ImageData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/image/EncodedImageData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/image/EncodedImageData.o -MD -MP -MF $depbase.Tpo -c -o modules/image/EncodedImageData.o modules/image/EncodedImageData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_SpriteBatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_SpriteBatch.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_SpriteBatch.o modules/graphics/opengl/wrap_SpriteBatch.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Quad.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Quad.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Quad.o modules/graphics/opengl/wrap_Quad.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_ParticleSystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_ParticleSystem.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_ParticleSystem.o modules/graphics/opengl/wrap_ParticleSystem.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Image.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Image.o modules/graphics/opengl/wrap_Image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Graphics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Graphics.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Graphics.o modules/graphics/opengl/wrap_Graphics.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Glyph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Glyph.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Glyph.o modules/graphics/opengl/wrap_Glyph.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Framebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Framebuffer.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Framebuffer.o modules/graphics/opengl/wrap_Framebuffer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/wrap_Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/wrap_Font.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Font.o modules/graphics/opengl/wrap_Font.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/SpriteBatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/SpriteBatch.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/SpriteBatch.o modules/graphics/opengl/SpriteBatch.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Quad.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Quad.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Quad.o modules/graphics/opengl/Quad.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/ParticleSystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/ParticleSystem.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/ParticleSystem.o modules/graphics/opengl/ParticleSystem.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Image.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Image.o modules/graphics/opengl/Image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Graphics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Graphics.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Graphics.o modules/graphics/opengl/Graphics.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Glyph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Glyph.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Glyph.o modules/graphics/opengl/Glyph.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/GLee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/GLee.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/GLee.o modules/graphics/opengl/GLee.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Framebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Framebuffer.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Framebuffer.o modules/graphics/opengl/Framebuffer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/opengl/Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/opengl/Font.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Font.o modules/graphics/opengl/Font.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/Volatile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/Volatile.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/Volatile.o modules/graphics/Volatile.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/Image.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/Image.o modules/graphics/Image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from modules/graphics/opengl/Graphics.h:31,
from modules/graphics/opengl/Graphics.cpp:24:
/app/include/SDL/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
#define GL_GLEXT_VERSION 29
In file included from /usr/include/GL/gl.h:2055,
from modules/graphics/opengl/GLee.h:68,
from modules/graphics/opengl/Graphics.h:30,
from modules/graphics/opengl/Graphics.cpp:24:
/usr/include/GL/glext.h:54: note: this is the location of the previous definition
#define GL_GLEXT_VERSION 20180725
depbase=`echo modules/graphics/Graphics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/Graphics.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/Graphics.o modules/graphics/Graphics.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/graphics/Drawable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/graphics/Drawable.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/Drawable.o modules/graphics/Drawable.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/wrap_Rasterizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/wrap_Rasterizer.o -MD -MP -MF $depbase.Tpo -c -o modules/font/wrap_Rasterizer.o modules/font/wrap_Rasterizer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/wrap_GlyphData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/wrap_GlyphData.o -MD -MP -MF $depbase.Tpo -c -o modules/font/wrap_GlyphData.o modules/font/wrap_GlyphData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/wrap_FontData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/wrap_FontData.o -MD -MP -MF $depbase.Tpo -c -o modules/font/wrap_FontData.o modules/font/wrap_FontData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/freetype/wrap_Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/freetype/wrap_Font.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/wrap_Font.o modules/font/freetype/wrap_Font.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/freetype/TrueTypeRasterizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/freetype/TrueTypeRasterizer.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/TrueTypeRasterizer.o modules/font/freetype/TrueTypeRasterizer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/freetype/Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/freetype/Font.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/Font.o modules/font/freetype/Font.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/Rasterizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/Rasterizer.o -MD -MP -MF $depbase.Tpo -c -o modules/font/Rasterizer.o modules/font/Rasterizer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/ImageRasterizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/ImageRasterizer.o -MD -MP -MF $depbase.Tpo -c -o modules/font/ImageRasterizer.o modules/font/ImageRasterizer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/GlyphData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/GlyphData.o -MD -MP -MF $depbase.Tpo -c -o modules/font/GlyphData.o modules/font/GlyphData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/font/FontData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/font/FontData.o -MD -MP -MF $depbase.Tpo -c -o modules/font/FontData.o modules/font/FontData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/physfs/wrap_Filesystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/physfs/wrap_Filesystem.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/physfs/wrap_Filesystem.o modules/filesystem/physfs/wrap_Filesystem.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/physfs/wrap_FileData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/physfs/wrap_FileData.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/physfs/wrap_FileData.o modules/filesystem/physfs/wrap_FileData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/physfs/wrap_File.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/physfs/wrap_File.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/physfs/wrap_File.o modules/filesystem/physfs/wrap_File.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/physfs/Filesystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/physfs/Filesystem.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/physfs/Filesystem.o modules/filesystem/physfs/Filesystem.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/physfs/File.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/physfs/File.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/physfs/File.o modules/filesystem/physfs/File.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/FileData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/FileData.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/FileData.o modules/filesystem/FileData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/filesystem/File.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/filesystem/File.o -MD -MP -MF $depbase.Tpo -c -o modules/filesystem/File.o modules/filesystem/File.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/event/sdl/wrap_Event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/event/sdl/wrap_Event.o -MD -MP -MF $depbase.Tpo -c -o modules/event/sdl/wrap_Event.o modules/event/sdl/wrap_Event.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/event/sdl/Event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/event/sdl/Event.o -MD -MP -MF $depbase.Tpo -c -o modules/event/sdl/Event.o modules/event/sdl/Event.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/event/Event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/event/Event.o -MD -MP -MF $depbase.Tpo -c -o modules/event/Event.o modules/event/Event.cpp &&\
mv -f $depbase.Tpo $depbase.Po
modules/filesystem/physfs/File.cpp: In member function ‘virtual int love::filesystem::physfs::File::read(void*, int)’:
modules/filesystem/physfs/File.cpp:141:49: warning: ‘PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
int read = (int)PHYSFS_read(file, dst, 1, size);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/File.cpp:21:
/app/include/physfs.h:1333:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
^~~~~~~~~~~
modules/filesystem/physfs/File.cpp:141:49: warning: ‘PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
int read = (int)PHYSFS_read(file, dst, 1, size);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/File.cpp:21:
/app/include/physfs.h:1333:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
^~~~~~~~~~~
modules/filesystem/physfs/File.cpp: In member function ‘virtual bool love::filesystem::physfs::File::write(const void*, int)’:
modules/filesystem/physfs/File.cpp:155:66: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
int written = static_cast<int>(PHYSFS_write(file, data, 1, size));
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/File.cpp:21:
/app/include/physfs.h:1362:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
^~~~~~~~~~~~
modules/filesystem/physfs/File.cpp:155:66: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
int written = static_cast<int>(PHYSFS_write(file, data, 1, size));
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/File.cpp:21:
/app/include/physfs.h:1362:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
^~~~~~~~~~~~
depbase=`echo modules/audio/wrap_Source.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/wrap_Source.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/wrap_Source.o modules/audio/wrap_Source.cpp &&\
mv -f $depbase.Tpo $depbase.Po
modules/filesystem/physfs/Filesystem.cpp: In member function ‘void love::filesystem::physfs::Filesystem::init(const char*)’:
modules/filesystem/physfs/Filesystem.cpp:58:40: warning: ‘const char* PHYSFS_getLastError()’ is deprecated [-Wdeprecated-declarations]
throw Exception(PHYSFS_getLastError());
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:654:25: note: declared here
PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:58:40: warning: ‘const char* PHYSFS_getLastError()’ is deprecated [-Wdeprecated-declarations]
throw Exception(PHYSFS_getLastError());
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:654:25: note: declared here
PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘bool love::filesystem::physfs::Filesystem::setIdentity(const char*)’:
modules/filesystem/physfs/Filesystem.cpp:84:51: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
PHYSFS_addToSearchPath(save_path_full.c_str(), 0);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:84:51: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
PHYSFS_addToSearchPath(save_path_full.c_str(), 0);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘bool love::filesystem::physfs::Filesystem::setSource(const char*)’:
modules/filesystem/physfs/Filesystem.cpp:99:39: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
if(!PHYSFS_addToSearchPath(source, 1))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:99:39: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
if(!PHYSFS_addToSearchPath(source, 1))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘bool love::filesystem::physfs::Filesystem::setupWriteDirectory()’:
modules/filesystem/physfs/Filesystem.cpp:134:55: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
if(!PHYSFS_addToSearchPath(save_path_full.c_str(), 0))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:134:55: warning: ‘int PHYSFS_addToSearchPath(const char*, int)’ is deprecated [-Wdeprecated-declarations]
if(!PHYSFS_addToSearchPath(save_path_full.c_str(), 0))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:851:17: note: declared here
PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath)
^~~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘const char* love::filesystem::physfs::Filesystem::getUserDirectory()’:
modules/filesystem/physfs/Filesystem.cpp:197:28: warning: ‘const char* PHYSFS_getUserDir()’ is deprecated [-Wdeprecated-declarations]
return PHYSFS_getUserDir();
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:792:25: note: declared here
PHYSFS_DECL const char *PHYSFS_getUserDir(void) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:197:28: warning: ‘const char* PHYSFS_getUserDir()’ is deprecated [-Wdeprecated-declarations]
return PHYSFS_getUserDir();
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:792:25: note: declared here
PHYSFS_DECL const char *PHYSFS_getUserDir(void) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘bool love::filesystem::physfs::Filesystem::isDirectory(const char*)’:
modules/filesystem/physfs/Filesystem.cpp:248:29: warning: ‘int PHYSFS_isDirectory(const char*)’ is deprecated [-Wdeprecated-declarations]
if(PHYSFS_isDirectory(file))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:1159:17: note: declared here
PHYSFS_DECL int PHYSFS_isDirectory(const char *fname) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:248:29: warning: ‘int PHYSFS_isDirectory(const char*)’ is deprecated [-Wdeprecated-declarations]
if(PHYSFS_isDirectory(file))
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:1159:17: note: declared here
PHYSFS_DECL int PHYSFS_isDirectory(const char *fname) PHYSFS_DEPRECATED;
^~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp: In member function ‘int love::filesystem::physfs::Filesystem::getLastModified(lua_State*)’:
modules/filesystem/physfs/Filesystem.cpp:565:54: warning: ‘PHYSFS_sint64 PHYSFS_getLastModTime(const char*)’ is deprecated [-Wdeprecated-declarations]
PHYSFS_sint64 time = PHYSFS_getLastModTime(filename);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:1206:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename)
^~~~~~~~~~~~~~~~~~~~~
modules/filesystem/physfs/Filesystem.cpp:565:54: warning: ‘PHYSFS_sint64 PHYSFS_getLastModTime(const char*)’ is deprecated [-Wdeprecated-declarations]
PHYSFS_sint64 time = PHYSFS_getLastModTime(filename);
^
In file included from modules/filesystem/physfs/File.h:31,
from modules/filesystem/physfs/Filesystem.h:34,
from modules/filesystem/physfs/Filesystem.cpp:28:
/app/include/physfs.h:1206:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename)
^~~~~~~~~~~~~~~~~~~~~
depbase=`echo modules/audio/wrap_Audio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/wrap_Audio.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/wrap_Audio.o modules/audio/wrap_Audio.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/openal/Source.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/openal/Source.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/openal/Source.o modules/audio/openal/Source.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/openal/Pool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/openal/Pool.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/openal/Pool.o modules/audio/openal/Pool.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/openal/Audio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/openal/Audio.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/openal/Audio.o modules/audio/openal/Audio.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/null/Source.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/null/Source.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/null/Source.o modules/audio/null/Source.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/null/Audio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/null/Audio.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/null/Audio.o modules/audio/null/Audio.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/audio/Source.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT modules/audio/Source.o -MD -MP -MF $depbase.Tpo -c -o modules/audio/Source.o modules/audio/Source.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo love.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT love.o -MD -MP -MF $depbase.Tpo -c -o love.o love.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/luasocket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/luasocket.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/luasocket.o libraries/luasocket/luasocket.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/usocket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/usocket.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/usocket.o libraries/luasocket/libluasocket/usocket.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/unix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/unix.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/unix.o libraries/luasocket/libluasocket/unix.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/udp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/udp.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/udp.o libraries/luasocket/libluasocket/udp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/timeout.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/timeout.o libraries/luasocket/libluasocket/timeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/tcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/tcp.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/tcp.o libraries/luasocket/libluasocket/tcp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/select.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/select.o libraries/luasocket/libluasocket/select.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/options.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/options.o libraries/luasocket/libluasocket/options.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/mime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/mime.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/mime.o libraries/luasocket/libluasocket/mime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/luasocket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/luasocket.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/luasocket.o libraries/luasocket/libluasocket/luasocket.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/io.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/io.o libraries/luasocket/libluasocket/io.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/inet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/inet.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/inet.o libraries/luasocket/libluasocket/inet.c &&\
mv -f $depbase.Tpo $depbase.Po
libraries/luasocket/libluasocket/luasocket.c:113:15: warning: return type defaults to ‘int’ [-Wimplicit-int]
LUASOCKET_API luaopen_socket_core(lua_State *L) {
^~~~~~~~~~~~~~~~~~~
depbase=`echo libraries/luasocket/libluasocket/except.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/except.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/except.o libraries/luasocket/libluasocket/except.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/buffer.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/buffer.o libraries/luasocket/libluasocket/buffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libraries/luasocket/libluasocket/auxiliar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT libraries/luasocket/libluasocket/auxiliar.o -MD -MP -MF $depbase.Tpo -c -o libraries/luasocket/libluasocket/auxiliar.o libraries/luasocket/libluasocket/auxiliar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/wrap_Data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/wrap_Data.o -MD -MP -MF $depbase.Tpo -c -o common/wrap_Data.o common/wrap_Data.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/utf8.o -MD -MP -MF $depbase.Tpo -c -o common/utf8.o common/utf8.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/runtime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/runtime.o -MD -MP -MF $depbase.Tpo -c -o common/runtime.o common/runtime.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/b64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/b64.o -MD -MP -MF $depbase.Tpo -c -o common/b64.o common/b64.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/Vector.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/Vector.o -MD -MP -MF $depbase.Tpo -c -o common/Vector.o common/Vector.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/Reference.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/Reference.o -MD -MP -MF $depbase.Tpo -c -o common/Reference.o common/Reference.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/Object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/Object.o -MD -MP -MF $depbase.Tpo -c -o common/Object.o common/Object.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/MemoryData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/MemoryData.o -MD -MP -MF $depbase.Tpo -c -o common/MemoryData.o common/MemoryData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/Matrix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/Matrix.o -MD -MP -MF $depbase.Tpo -c -o common/Matrix.o common/Matrix.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo common/Exception.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/app/include/SDL -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -MT common/Exception.o -MD -MP -MF $depbase.Tpo -c -o common/Exception.o common/Exception.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -o love ./modules/timer/sdl/wrap_Timer.o ./modules/timer/sdl/Timer.o ./modules/thread/sdl/wrap_Thread.o ./modules/thread/sdl/Thread.o ./modules/sound/wrap_SoundData.o ./modules/sound/wrap_Sound.o ./modules/sound/wrap_Decoder.o ./modules/sound/lullaby/VorbisDecoder.o ./modules/sound/lullaby/Sound.o ./modules/sound/lullaby/Mpg123Decoder.o ./modules/sound/lullaby/ModPlugDecoder.o ./modules/sound/lullaby/Decoder.o ./modules/sound/SoundData.o ./modules/sound/Sound.o ./modules/physics/box2d/wrap_World.o ./modules/physics/box2d/wrap_Shape.o ./modules/physics/box2d/wrap_RevoluteJoint.o ./modules/physics/box2d/wrap_PulleyJoint.o ./modules/physics/box2d/wrap_PrismaticJoint.o ./modules/physics/box2d/wrap_PolygonShape.o ./modules/physics/box2d/wrap_Physics.o ./modules/physics/box2d/wrap_MouseJoint.o ./modules/physics/box2d/wrap_Joint.o ./modules/physics/box2d/wrap_GearJoint.o ./modules/physics/box2d/wrap_DistanceJoint.o ./modules/physics/box2d/wrap_Contact.o ./modules/physics/box2d/wrap_CircleShape.o ./modules/physics/box2d/wrap_Body.o ./modules/physics/box2d/graham/GrahamScanConvexHull.o ./modules/physics/box2d/World.o ./modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o ./modules/physics/box2d/Source/Dynamics/b2World.o ./modules/physics/box2d/Source/Dynamics/b2Island.o ./modules/physics/box2d/Source/Dynamics/b2ContactManager.o ./modules/physics/box2d/Source/Dynamics/b2Body.o ./modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o ./modules/physics/box2d/Source/Common/b2StackAllocator.o ./modules/physics/box2d/Source/Common/b2Settings.o ./modules/physics/box2d/Source/Common/b2Math.o ./modules/physics/box2d/Source/Common/b2BlockAllocator.o ./modules/physics/box2d/Source/Collision/b2TimeOfImpact.o ./modules/physics/box2d/Source/Collision/b2PairManager.o ./modules/physics/box2d/Source/Collision/b2Distance.o ./modules/physics/box2d/Source/Collision/b2Collision.o ./modules/physics/box2d/Source/Collision/b2CollidePoly.o ./modules/physics/box2d/Source/Collision/b2CollideCircle.o ./modules/physics/box2d/Source/Collision/b2BroadPhase.o ./modules/physics/box2d/Source/Collision/Shapes/b2Shape.o ./modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o ./modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o ./modules/physics/box2d/Shape.o ./modules/physics/box2d/RevoluteJoint.o ./modules/physics/box2d/PulleyJoint.o ./modules/physics/box2d/PrismaticJoint.o ./modules/physics/box2d/PolygonShape.o ./modules/physics/box2d/Physics.o ./modules/physics/box2d/MouseJoint.o ./modules/physics/box2d/Joint.o ./modules/physics/box2d/GearJoint.o ./modules/physics/box2d/DistanceJoint.o ./modules/physics/box2d/Contact.o ./modules/physics/box2d/CircleShape.o ./modules/physics/box2d/Body.o ./modules/physics/Shape.o ./modules/physics/Joint.o ./modules/mouse/sdl/wrap_Mouse.o ./modules/mouse/sdl/Mouse.o ./modules/mouse/Mouse.o ./modules/keyboard/sdl/wrap_Keyboard.o ./modules/keyboard/sdl/Keyboard.o ./modules/keyboard/Keyboard.o ./modules/joystick/sdl/wrap_Joystick.o ./modules/joystick/sdl/Joystick.o ./modules/joystick/Joystick.o ./modules/image/wrap_ImageData.o ./modules/image/wrap_Image.o ./modules/image/wrap_EncodedImageData.o ./modules/image/devil/ImageData.o ./modules/image/devil/Image.o ./modules/image/ImageData.o ./modules/image/EncodedImageData.o ./modules/graphics/opengl/wrap_SpriteBatch.o ./modules/graphics/opengl/wrap_Quad.o ./modules/graphics/opengl/wrap_ParticleSystem.o ./modules/graphics/opengl/wrap_Image.o ./modules/graphics/opengl/wrap_Graphics.o ./modules/graphics/opengl/wrap_Glyph.o ./modules/graphics/opengl/wrap_Framebuffer.o ./modules/graphics/opengl/wrap_Font.o ./modules/graphics/opengl/SpriteBatch.o ./modules/graphics/opengl/Quad.o ./modules/graphics/opengl/ParticleSystem.o ./modules/graphics/opengl/Image.o ./modules/graphics/opengl/Graphics.o ./modules/graphics/opengl/Glyph.o ./modules/graphics/opengl/GLee.o ./modules/graphics/opengl/Framebuffer.o ./modules/graphics/opengl/Font.o ./modules/graphics/Volatile.o ./modules/graphics/Image.o ./modules/graphics/Graphics.o ./modules/graphics/Drawable.o ./modules/font/wrap_Rasterizer.o ./modules/font/wrap_GlyphData.o ./modules/font/wrap_FontData.o ./modules/font/freetype/wrap_Font.o ./modules/font/freetype/TrueTypeRasterizer.o ./modules/font/freetype/Font.o ./modules/font/Rasterizer.o ./modules/font/ImageRasterizer.o ./modules/font/GlyphData.o ./modules/font/FontData.o ./modules/filesystem/physfs/wrap_Filesystem.o ./modules/filesystem/physfs/wrap_FileData.o ./modules/filesystem/physfs/wrap_File.o ./modules/filesystem/physfs/Filesystem.o ./modules/filesystem/physfs/File.o ./modules/filesystem/FileData.o ./modules/filesystem/File.o ./modules/event/sdl/wrap_Event.o ./modules/event/sdl/Event.o ./modules/event/Event.o ./modules/audio/wrap_Source.o ./modules/audio/wrap_Audio.o ./modules/audio/openal/Source.o ./modules/audio/openal/Pool.o ./modules/audio/openal/Audio.o ./modules/audio/null/Source.o ./modules/audio/null/Audio.o ./modules/audio/Source.o ./love.o ./libraries/luasocket/luasocket.o ./libraries/luasocket/libluasocket/usocket.o ./libraries/luasocket/libluasocket/unix.o ./libraries/luasocket/libluasocket/udp.o ./libraries/luasocket/libluasocket/timeout.o ./libraries/luasocket/libluasocket/tcp.o ./libraries/luasocket/libluasocket/select.o ./libraries/luasocket/libluasocket/options.o ./libraries/luasocket/libluasocket/mime.o ./libraries/luasocket/libluasocket/luasocket.o ./libraries/luasocket/libluasocket/io.o ./libraries/luasocket/libluasocket/inet.o ./libraries/luasocket/libluasocket/except.o ./libraries/luasocket/libluasocket/buffer.o ./libraries/luasocket/libluasocket/auxiliar.o ./common/wrap_Data.o ./common/utf8.o ./common/runtime.o ./common/b64.o ./common/Vector.o ./common/Reference.o ./common/Object.o ./common/MemoryData.o ./common/Matrix.o ./common/Exception.o -lvorbisfile -lmpg123 -lmodplug -lphysfs -lfreetype -ltiff -lmng -lIL -llua -lopenal -lGL -lSDL -lm -ldl
libtool: link: g++ -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o love ./modules/timer/sdl/wrap_Timer.o ./modules/timer/sdl/Timer.o ./modules/thread/sdl/wrap_Thread.o ./modules/thread/sdl/Thread.o ./modules/sound/wrap_SoundData.o ./modules/sound/wrap_Sound.o ./modules/sound/wrap_Decoder.o ./modules/sound/lullaby/VorbisDecoder.o ./modules/sound/lullaby/Sound.o ./modules/sound/lullaby/Mpg123Decoder.o ./modules/sound/lullaby/ModPlugDecoder.o ./modules/sound/lullaby/Decoder.o ./modules/sound/SoundData.o ./modules/sound/Sound.o ./modules/physics/box2d/wrap_World.o ./modules/physics/box2d/wrap_Shape.o ./modules/physics/box2d/wrap_RevoluteJoint.o ./modules/physics/box2d/wrap_PulleyJoint.o ./modules/physics/box2d/wrap_PrismaticJoint.o ./modules/physics/box2d/wrap_PolygonShape.o ./modules/physics/box2d/wrap_Physics.o ./modules/physics/box2d/wrap_MouseJoint.o ./modules/physics/box2d/wrap_Joint.o ./modules/physics/box2d/wrap_GearJoint.o ./modules/physics/box2d/wrap_DistanceJoint.o ./modules/physics/box2d/wrap_Contact.o ./modules/physics/box2d/wrap_CircleShape.o ./modules/physics/box2d/wrap_Body.o ./modules/physics/box2d/graham/GrahamScanConvexHull.o ./modules/physics/box2d/World.o ./modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o ./modules/physics/box2d/Source/Dynamics/b2World.o ./modules/physics/box2d/Source/Dynamics/b2Island.o ./modules/physics/box2d/Source/Dynamics/b2ContactManager.o ./modules/physics/box2d/Source/Dynamics/b2Body.o ./modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o ./modules/physics/box2d/Source/Common/b2StackAllocator.o ./modules/physics/box2d/Source/Common/b2Settings.o ./modules/physics/box2d/Source/Common/b2Math.o ./modules/physics/box2d/Source/Common/b2BlockAllocator.o ./modules/physics/box2d/Source/Collision/b2TimeOfImpact.o ./modules/physics/box2d/Source/Collision/b2PairManager.o ./modules/physics/box2d/Source/Collision/b2Distance.o ./modules/physics/box2d/Source/Collision/b2Collision.o ./modules/physics/box2d/Source/Collision/b2CollidePoly.o ./modules/physics/box2d/Source/Collision/b2CollideCircle.o ./modules/physics/box2d/Source/Collision/b2BroadPhase.o ./modules/physics/box2d/Source/Collision/Shapes/b2Shape.o ./modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o ./modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o ./modules/physics/box2d/Shape.o ./modules/physics/box2d/RevoluteJoint.o ./modules/physics/box2d/PulleyJoint.o ./modules/physics/box2d/PrismaticJoint.o ./modules/physics/box2d/PolygonShape.o ./modules/physics/box2d/Physics.o ./modules/physics/box2d/MouseJoint.o ./modules/physics/box2d/Joint.o ./modules/physics/box2d/GearJoint.o ./modules/physics/box2d/DistanceJoint.o ./modules/physics/box2d/Contact.o ./modules/physics/box2d/CircleShape.o ./modules/physics/box2d/Body.o ./modules/physics/Shape.o ./modules/physics/Joint.o ./modules/mouse/sdl/wrap_Mouse.o ./modules/mouse/sdl/Mouse.o ./modules/mouse/Mouse.o ./modules/keyboard/sdl/wrap_Keyboard.o ./modules/keyboard/sdl/Keyboard.o ./modules/keyboard/Keyboard.o ./modules/joystick/sdl/wrap_Joystick.o ./modules/joystick/sdl/Joystick.o ./modules/joystick/Joystick.o ./modules/image/wrap_ImageData.o ./modules/image/wrap_Image.o ./modules/image/wrap_EncodedImageData.o ./modules/image/devil/ImageData.o ./modules/image/devil/Image.o ./modules/image/ImageData.o ./modules/image/EncodedImageData.o ./modules/graphics/opengl/wrap_SpriteBatch.o ./modules/graphics/opengl/wrap_Quad.o ./modules/graphics/opengl/wrap_ParticleSystem.o ./modules/graphics/opengl/wrap_Image.o ./modules/graphics/opengl/wrap_Graphics.o ./modules/graphics/opengl/wrap_Glyph.o ./modules/graphics/opengl/wrap_Framebuffer.o ./modules/graphics/opengl/wrap_Font.o ./modules/graphics/opengl/SpriteBatch.o ./modules/graphics/opengl/Quad.o ./modules/graphics/opengl/ParticleSystem.o ./modules/graphics/opengl/Image.o ./modules/graphics/opengl/Graphics.o ./modules/graphics/opengl/Glyph.o ./modules/graphics/opengl/GLee.o ./modules/graphics/opengl/Framebuffer.o ./modules/graphics/opengl/Font.o ./modules/graphics/Volatile.o ./modules/graphics/Image.o ./modules/graphics/Graphics.o ./modules/graphics/Drawable.o ./modules/font/wrap_Rasterizer.o ./modules/font/wrap_GlyphData.o ./modules/font/wrap_FontData.o ./modules/font/freetype/wrap_Font.o ./modules/font/freetype/TrueTypeRasterizer.o ./modules/font/freetype/Font.o ./modules/font/Rasterizer.o ./modules/font/ImageRasterizer.o ./modules/font/GlyphData.o ./modules/font/FontData.o ./modules/filesystem/physfs/wrap_Filesystem.o ./modules/filesystem/physfs/wrap_FileData.o ./modules/filesystem/physfs/wrap_File.o ./modules/filesystem/physfs/Filesystem.o ./modules/filesystem/physfs/File.o ./modules/filesystem/FileData.o ./modules/filesystem/File.o ./modules/event/sdl/wrap_Event.o ./modules/event/sdl/Event.o ./modules/event/Event.o ./modules/audio/wrap_Source.o ./modules/audio/wrap_Audio.o ./modules/audio/openal/Source.o ./modules/audio/openal/Pool.o ./modules/audio/openal/Audio.o ./modules/audio/null/Source.o ./modules/audio/null/Audio.o ./modules/audio/Source.o ./love.o ./libraries/luasocket/luasocket.o ./libraries/luasocket/libluasocket/usocket.o ./libraries/luasocket/libluasocket/unix.o ./libraries/luasocket/libluasocket/udp.o ./libraries/luasocket/libluasocket/timeout.o ./libraries/luasocket/libluasocket/tcp.o ./libraries/luasocket/libluasocket/select.o ./libraries/luasocket/libluasocket/options.o ./libraries/luasocket/libluasocket/mime.o ./libraries/luasocket/libluasocket/luasocket.o ./libraries/luasocket/libluasocket/io.o ./libraries/luasocket/libluasocket/inet.o ./libraries/luasocket/libluasocket/except.o ./libraries/luasocket/libluasocket/buffer.o ./libraries/luasocket/libluasocket/auxiliar.o ./common/wrap_Data.o ./common/utf8.o ./common/runtime.o ./common/b64.o ./common/Vector.o ./common/Reference.o ./common/Object.o ./common/MemoryData.o ./common/Matrix.o ./common/Exception.o -L/app/lib -lvorbisfile -lmpg123 /app/lib/libmodplug.so -lphysfs -lfreetype /app/lib/libIL.so -ltiff /app/lib/libpng16.so /app/lib/libmng.so -llcms2 -ljpeg -lz -llua -lopenal -lGL /app/lib/libSDL.so -lpthread -lm -ldl -Wl,-rpath -Wl,/app/lib -Wl,-rpath -Wl,/app/lib
make[3]: Leaving directory '/run/build/love/src'
make[2]: Leaving directory '/run/build/love/src'
make[2]: Entering directory '/run/build/love'
make[2]: Leaving directory '/run/build/love'
make[1]: Leaving directory '/run/build/love'
Making install in src
make[1]: Entering directory '/run/build/love/src'
make[2]: Entering directory '/run/build/love/src'
make[3]: Entering directory '/run/build/love/src'
/usr/bin/mkdir -p '/app/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c love '/app/bin'
libtool: install: /usr/bin/install -c love /app/bin/love
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/run/build/love/src'
make[2]: Leaving directory '/run/build/love/src'
make[1]: Leaving directory '/run/build/love/src'
make[1]: Entering directory '/run/build/love'
make[2]: Entering directory '/run/build/love'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/run/build/love'
make[1]: Leaving directory '/run/build/love'
compressing debuginfo in: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/love
processing: /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/love
[30] .debug_aranges compressed -> .zdebug_aranges (14192 => 3527 24.85%)
[31] .debug_info compressed -> .zdebug_info (6130803 => 2850495 46.49%)
[32] .debug_abbrev compressed -> .zdebug_abbrev (399060 => 69631 17.45%)
[33] .debug_line compressed -> .zdebug_line (699966 => 167153 23.88%)
[34] .debug_str compressed -> .zdebug_str (554998 => 87225 15.72%)
[35] .debug_loc compressed -> .zdebug_loc (2044019 => 287417 14.06%)
[36] .debug_ranges compressed -> .zdebug_ranges (405520 => 48122 11.87%)
[39] Updating section string table
stripping /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/bin/love to /var/home/yajo/mydevel/flathub/.flatpak-builder/rofiles/rofiles-Q7SEnW/files/lib/debug/bin/love.debug
Committing stage build-love to cache
========================================================================
Building module nottetris2 in /var/home/yajo/mydevel/flathub/.flatpak-builder/build/nottetris2-1
========================================================================
Running: unzip nottetris2-linux.zip
Archive: nottetris2-linux.zip
inflating: README
inflating: Not Readme.txt
inflating: Not Tetris 2.love
Running: install -Dm644 'Not Tetris 2.love' /app/files/nottetris2.love
Running: install -Dm555 nottetris2.sh /app/bin/nottetris2.sh
Running: install -Dm644 512x512.png /app/share/icons/hicolor/512x512/apps/net.stabyourself.nottetris2.png
Running: install -Dm644 net.stabyourself.nottetris2.desktop /app/share/applications/net.stabyourself.nottetris2.desktop
Running: install -Dm644 net.stabyourself.nottetris2.appdata.xml /app/share/metainfo/net.stabyourself.nottetris2.appdata.xml
Committing stage build-nottetris2 to cache
Cleaning up
Removing files/share/man/man3/SDL_mutexV.3
Removing files/share/man/man3/SDL_mutexP.3
Removing files/share/man/man3/SDL_keysym.3
Removing files/share/man/man3/SDL_WasInit.3
Removing files/share/man/man3/SDL_WarpMouse.3
Removing files/share/man/man3/SDL_WaitThread.3
Removing files/share/man/man3/SDL_WaitEvent.3
Removing files/share/man/man3/SDL_WM_ToggleFullScreen.3
Removing files/share/man/man3/SDL_WM_SetIcon.3
Removing files/share/man/man3/SDL_WM_SetCaption.3
Removing files/share/man/man3/SDL_WM_IconifyWindow.3
Removing files/share/man/man3/SDL_WM_GrabInput.3
Removing files/share/man/man3/SDL_WM_GetCaption.3
Removing files/share/man/man3/SDL_VideoModeOK.3
Removing files/share/man/man3/SDL_VideoInfo.3
Removing files/share/man/man3/SDL_VideoDriverName.3
Removing files/share/man/man3/SDL_UserEvent.3
Removing files/share/man/man3/SDL_UpdateRects.3
Removing files/share/man/man3/SDL_UpdateRect.3
Removing files/share/man/man3/SDL_UnlockYUVOverlay.3
Removing files/share/man/man3/SDL_UnlockSurface.3
Removing files/share/man/man3/SDL_UnlockAudio.3
Removing files/share/man/man3/SDL_ThreadID.3
Removing files/share/man/man3/SDL_SysWMEvent.3
Removing files/share/man/man3/SDL_Surface.3
Removing files/share/man/man3/SDL_ShowCursor.3
Removing files/share/man/man3/SDL_SetVideoMode.3
Removing files/share/man/man3/SDL_SetTimer.3
Removing files/share/man/man3/SDL_SetPalette.3
Removing files/share/man/man3/SDL_SetModState.3
Removing files/share/man/man3/SDL_SetGammaRamp.3
Removing files/share/man/man3/SDL_SetGamma.3
Removing files/share/man/man3/SDL_SetEventFilter.3
Removing files/share/man/man3/SDL_SetCursor.3
Removing files/share/man/man3/SDL_SetColors.3
Removing files/share/man/man3/SDL_SetColorKey.3
Removing files/share/man/man3/SDL_SetClipRect.3
Removing files/share/man/man3/SDL_SetAlpha.3
Removing files/share/man/man3/SDL_SemWaitTimeout.3
Removing files/share/man/man3/SDL_SemWait.3
Removing files/share/man/man3/SDL_SemValue.3
Removing files/share/man/man3/SDL_SemTryWait.3
Removing files/share/man/man3/SDL_SemPost.3
Removing files/share/man/man3/SDL_SaveBMP.3
Removing files/share/man/man3/SDL_ResizeEvent.3
Removing files/share/man/man3/SDL_RemoveTimer.3
Removing files/share/man/man3/SDL_Rect.3
Removing files/share/man/man3/SDL_RWFromFile.3
Removing files/share/man/man3/SDL_QuitSubSystem.3
Removing files/share/man/man3/SDL_QuitEvent.3
Removing files/share/man/man3/SDL_Quit.3
Removing files/share/man/man3/SDL_PushEvent.3
Removing files/share/man/man3/SDL_PumpEvents.3
Removing files/share/man/man3/SDL_PollEvent.3
Removing files/share/man/man3/SDL_PixelFormat.3
Removing files/share/man/man3/SDL_PeepEvents.3
Removing files/share/man/man3/SDL_PauseAudio.3
Removing files/share/man/man3/SDL_Palette.3
Removing files/share/man/man3/SDL_Overlay.3
Removing files/share/man/man3/SDL_OpenAudio.3
Removing files/share/man/man3/SDL_NumJoysticks.3
Removing files/share/man/man3/SDL_MouseMotionEvent.3
Removing files/share/man/man3/SDL_MouseButtonEvent.3
Removing files/share/man/man3/SDL_MixAudio.3
Removing files/share/man/man3/SDL_MapRGBA.3
Removing files/share/man/man3/SDL_MapRGB.3
Removing files/share/man/man3/SDL_LockYUVOverlay.3
Removing files/share/man/man3/SDL_LockSurface.3
Removing files/share/man/man3/SDL_LockAudio.3
Removing files/share/man/man3/SDL_LoadWAV.3
Removing files/share/man/man3/SDL_LoadBMP.3
Removing files/share/man/man3/SDL_ListModes.3
Removing files/share/man/man3/SDL_KillThread.3
Removing files/share/man/man3/SDL_KeyboardEvent.3
Removing files/share/man/man3/SDL_JoystickUpdate.3
Removing files/share/man/man3/SDL_JoystickOpened.3
Removing files/share/man/man3/SDL_JoystickOpen.3
Removing files/share/man/man3/SDL_JoystickNumHats.3
Removing files/share/man/man3/SDL_JoystickNumButtons.3
Removing files/share/man/man3/SDL_JoystickNumBalls.3
Removing files/share/man/man3/SDL_JoystickNumAxes.3
Removing files/share/man/man3/SDL_JoystickName.3
Removing files/share/man/man3/SDL_JoystickIndex.3
Removing files/share/man/man3/SDL_JoystickGetHat.3
Removing files/share/man/man3/SDL_JoystickGetButton.3
Removing files/share/man/man3/SDL_JoystickGetBall.3
Removing files/share/man/man3/SDL_JoystickGetAxis.3
Removing files/share/man/man3/SDL_JoystickEventState.3
Removing files/share/man/man3/SDL_JoystickClose.3
Removing files/share/man/man3/SDL_JoyHatEvent.3
Removing files/share/man/man3/SDL_JoyButtonEvent.3
Removing files/share/man/man3/SDL_JoyBallEvent.3
Removing files/share/man/man3/SDL_JoyAxisEvent.3
Removing files/share/man/man3/SDL_InitSubSystem.3
Removing files/share/man/man3/SDL_Init.3
Removing files/share/man/man3/SDL_GetVideoSurface.3
Removing files/share/man/man3/SDL_GetVideoInfo.3
Removing files/share/man/man3/SDL_GetTicks.3
Removing files/share/man/man3/SDL_GetThreadID.3
Removing files/share/man/man3/SDL_GetRelativeMouseState.3
Removing files/share/man/man3/SDL_GetRGBA.3
Removing files/share/man/man3/SDL_GetRGB.3
Removing files/share/man/man3/SDL_GetMouseState.3
Removing files/share/man/man3/SDL_GetModState.3
Removing files/share/man/man3/SDL_GetKeyState.3
Removing files/share/man/man3/SDL_GetKeyName.3
Removing files/share/man/man3/SDL_GetGammaRamp.3
Removing files/share/man/man3/SDL_GetGamma.3
Removing files/share/man/man3/SDL_GetEventFilter.3
Removing files/share/man/man3/SDL_GetError.3
Removing files/share/man/man3/SDL_GetCursor.3
Removing files/share/man/man3/SDL_GetClipRect.3
Removing files/share/man/man3/SDL_GetAudioStatus.3
Removing files/share/man/man3/SDL_GetAppState.3
Removing files/share/man/man3/SDL_GLattr.3
Removing files/share/man/man3/SDL_GL_SwapBuffers.3
Removing files/share/man/man3/SDL_GL_SetAttribute.3
Removing files/share/man/man3/SDL_GL_LoadLibrary.3
Removing files/share/man/man3/SDL_GL_GetProcAddress.3
Removing files/share/man/man3/SDL_GL_GetAttribute.3
Removing files/share/man/man3/SDL_FreeYUVOverlay.3
Removing files/share/man/man3/SDL_FreeWAV.3
Removing files/share/man/man3/SDL_FreeSurface.3
Removing files/share/man/man3/SDL_FreeCursor.3
Removing files/share/man/man3/SDL_Flip.3
Removing files/share/man/man3/SDL_FillRect.3
Removing files/share/man/man3/SDL_ExposeEvent.3
Removing files/share/man/man3/SDL_EventState.3
Removing files/share/man/man3/SDL_Event.3
Removing files/share/man/man3/SDL_EnableUNICODE.3
Removing files/share/man/man3/SDL_EnableKeyRepeat.3
Removing files/share/man/man3/SDL_DisplayYUVOverlay.3
Removing files/share/man/man3/SDL_DisplayFormatAlpha.3
Removing files/share/man/man3/SDL_DisplayFormat.3
Removing files/share/man/man3/SDL_DestroySemaphore.3
Removing files/share/man/man3/SDL_DestroyMutex.3
Removing files/share/man/man3/SDL_DestroyCond.3
Removing files/share/man/man3/SDL_Delay.3
Removing files/share/man/man3/SDL_CreateYUVOverlay.3
Removing files/share/man/man3/SDL_CreateThread.3
Removing files/share/man/man3/SDL_CreateSemaphore.3
Removing files/share/man/man3/SDL_CreateRGBSurfaceFrom.3
Removing files/share/man/man3/SDL_CreateRGBSurface.3
Removing files/share/man/man3/SDL_CreateMutex.3
Removing files/share/man/man3/SDL_CreateCursor.3
Removing files/share/man/man3/SDL_CreateCond.3
Removing files/share/man/man3/SDL_ConvertSurface.3
Removing files/share/man/man3/SDL_ConvertAudio.3
Removing files/share/man/man3/SDL_CondWaitTimeout.3
Removing files/share/man/man3/SDL_CondWait.3
Removing files/share/man/man3/SDL_CondSignal.3
Removing files/share/man/man3/SDL_CondBroadcast.3
Removing files/share/man/man3/SDL_Color.3
Removing files/share/man/man3/SDL_CloseAudio.3
Removing files/share/man/man3/SDL_CDtrack.3
Removing files/share/man/man3/SDL_CDStop.3
Removing files/share/man/man3/SDL_CDStatus.3
Removing files/share/man/man3/SDL_CDResume.3
Removing files/share/man/man3/SDL_CDPlayTracks.3
Removing files/share/man/man3/SDL_CDPlay.3
Removing files/share/man/man3/SDL_CDPause.3
Removing files/share/man/man3/SDL_CDOpen.3
Removing files/share/man/man3/SDL_CDNumDrives.3
Removing files/share/man/man3/SDL_CDName.3
Removing files/share/man/man3/SDL_CDEject.3
Removing files/share/man/man3/SDL_CDClose.3
Removing files/share/man/man3/SDL_CD.3
Removing files/share/man/man3/SDL_BuildAudioCVT.3
Removing files/share/man/man3/SDL_BlitSurface.3
Removing files/share/man/man3/SDL_AudioSpec.3
Removing files/share/man/man3/SDL_AudioCVT.3
Removing files/share/man/man3/SDL_AddTimer.3
Removing files/share/man/man3/SDL_ActiveEvent.3
Removing files/share/man/man3/SDLKey.3
Removing files/share/man/man3
Removing files/share/man
Removing files/share/aclocal/sdl.m4
Removing files/share/aclocal
Removing files/lib/pkgconfig/sdl.pc
Removing files/lib/pkgconfig/glu.pc
Removing files/lib/pkgconfig
Removing files/lib/libSDLmain.la
Removing files/lib/libSDLmain.a
Removing files/lib/libSDL.la
Removing files/lib/libGLU.la
Removing files/lib/libGLU.a
Removing files/include/SDL/close_code.h
Removing files/include/SDL/begin_code.h
Removing files/include/SDL/SDL_video.h
Removing files/include/SDL/SDL_version.h
Removing files/include/SDL/SDL_types.h
Removing files/include/SDL/SDL_timer.h
Removing files/include/SDL/SDL_thread.h
Removing files/include/SDL/SDL_syswm.h
Removing files/include/SDL/SDL_stdinc.h
Removing files/include/SDL/SDL_rwops.h
Removing files/include/SDL/SDL_quit.h
Removing files/include/SDL/SDL_platform.h
Removing files/include/SDL/SDL_opengl.h
Removing files/include/SDL/SDL_name.h
Removing files/include/SDL/SDL_mutex.h
Removing files/include/SDL/SDL_mouse.h
Removing files/include/SDL/SDL_main.h
Removing files/include/SDL/SDL_loadso.h
Removing files/include/SDL/SDL_keysym.h
Removing files/include/SDL/SDL_keyboard.h
Removing files/include/SDL/SDL_joystick.h
Removing files/include/SDL/SDL_getenv.h
Removing files/include/SDL/SDL_events.h
Removing files/include/SDL/SDL_error.h
Removing files/include/SDL/SDL_endian.h
Removing files/include/SDL/SDL_cpuinfo.h
Removing files/include/SDL/SDL_config.h
Removing files/include/SDL/SDL_cdrom.h
Removing files/include/SDL/SDL_byteorder.h
Removing files/include/SDL/SDL_audio.h
Removing files/include/SDL/SDL_active.h
Removing files/include/SDL/SDL.h
Removing files/include/SDL
Removing files/include/GL/glu_mangle.h
Removing files/include/GL/glu.h
Removing files/include/GL
Removing files/include
Removing files/bin/sdl-config
Removing files/bin
Renaming net.stabyourself.nottetris2.appdata.xml to share/appdata/net.stabyourself.nottetris2.appdata.xml
Running appstream-compose
Processing application net.stabyourself.nottetris2
Saving icon /app/share/app-info/icons/flatpak/64x64/net.stabyourself.nottetris2.png
Saving icon /app/share/app-info/icons/flatpak/128x128/net.stabyourself.nottetris2.png
Saving AppStream /app/share/app-info/xmls/net.stabyourself.nottetris2.xml.gz
Done!
Committing stage cleanup to cache
Finishing app
Exporting share/applications/net.stabyourself.nottetris2.desktop
Exporting share/icons/hicolor/512x512/apps/net.stabyourself.nottetris2.png
Please review the exported files and the metadata
Committing stage finish to cache
Exporting net.stabyourself.nottetris2 to repo
Commit: 196e99a95432e90c1c05fe279e175b95c5055a133be7496c8908dfc021366186
Metadata Total: 89
Metadata Written: 1
Content Total: 103
Content Written: 0
Content Bytes Written: 0 (0 bytes)
Exporting net.stabyourself.nottetris2.Debug to repo
Commit: e359a16d11caf3831c18c8d9f541402c4f73bdee83aa0e72c9515bf23d6b9329
Metadata Total: 241
Metadata Written: 1
Content Total: 935
Content Written: 0
Content Bytes Written: 0 (0 bytes)
Installing app/net.stabyourself.nottetris2/x86_64/master
Pruning cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment