Skip to content

Instantly share code, notes, and snippets.

@suizokukan
Created December 30, 2015 20:53
Show Gist options
  • Save suizokukan/c8c02be3beefcda06bb9 to your computer and use it in GitHub Desktop.
Save suizokukan/c8c02be3beefcda06bb9 to your computer and use it in GitHub Desktop.
make[1] : on entre dans le répertoire « /home/suizokukan/mxe »
uname -a
Linux archsuizokukan 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
815d8fe7e18deb2ae50ade063f98cfdd6d155581 - armadillo: remove outdated boost dependency [il y a 2 jours] [ (HEAD -> master, origin/master, origin/gh-pages, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
rm -rf '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static'
mkdir -p '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static' && tar xjf '/home/suizokukan/mxe/pkg/alure-1.2.tar.bz2'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build' && cmake -DBUILD_STATIC=ON -DBUILD_SHARED=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_C_FLAGS="-DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY" -DCMAKE_CXX_FLAGS="-DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY" -DCMAKE_TOOLCHAIN_FILE='/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/cmake/mxe-conf.cmake' ..
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-gcc
-- Check for working C compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++
-- Check for working CXX compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for memset in stdc++
-- Looking for memset in stdc++ - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Checking _FILE_OFFSET_BITS for large files
-- Checking _FILE_OFFSET_BITS for large files - 64
-- Looking for fseeko
-- Looking for fseeko - found
-- Checking if C compiler supports -Wextra
-- Checking if C compiler supports -Wextra - Success
-- Checking if C compiler supports -funswitch-loops
-- Checking if C compiler supports -funswitch-loops - Success
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for ddk/ntddcdrm.h
-- Looking for ddk/ntddcdrm.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Found OpenAL: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libOpenAL32.a
-- OpenAL include: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/AL
-- OpenAL lib: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libOpenAL32.a
-- checking for module 'sndfile'
-- found sndfile, version 1.0.25
-- checking for module 'vorbisfile'
-- found vorbisfile, version 1.3.5
-- Found FLAC: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libFLAC.a
-- checking for module 'libmpg123'
-- found libmpg123, version 1.22.4
-- Looking for dumb.h
-- Looking for dumb.h - not found
-- checking for module 'fluidsynth>=1.1.1'
-- found fluidsynth, version 1.1.6
--
NaturalDocs not found; building documentation is disabled
--
********************** Configured options **********************
-- Building static library
-- Not building examples
--
-- SndFile support: enabled
-- VorbisFile support: enabled
-- FLAC support: enabled
-- MPG123 support: enabled
-- DUMB support: disabled
-- ModPlug support: disabled
-- FluidSynth support: enabled
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build
make -C '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build' -j 2 VERBOSE=1
make[2] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -H/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 -B/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build --check-build-system CMakeFiles/Makefile.cmake 0
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_start /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
make -f CMakeFiles/ALURE32-static.dir/build.make CMakeFiles/ALURE32-static.dir/depend
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
cd /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build && /home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/DependInfo.cmake --color=
Dependee "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/DependInfo.cmake" is newer than depender "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/depend.internal".
Dependee "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/depend.internal".
Scanning dependencies of target ALURE32-static
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
make -f CMakeFiles/ALURE32-static.dir/build.make CMakeFiles/ALURE32-static.dir/build
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 1
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 2
[ 7%] [ 15%] Building CXX object CMakeFiles/ALURE32-static.dir/src/alure.obj
Building CXX object CMakeFiles/ALURE32-static.dir/src/buffer.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/alure.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/alure.cpp
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/buffer.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/buffer.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 3
[ 23%] Building CXX object CMakeFiles/ALURE32-static.dir/src/istream.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/istream.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/istream.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 4
[ 30%] Building CXX object CMakeFiles/ALURE32-static.dir/src/stream.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/stream.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/stream.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 5
[ 38%] Building CXX object CMakeFiles/ALURE32-static.dir/src/streamdec.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/streamdec.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/streamdec.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 6
[ 46%] Building CXX object CMakeFiles/ALURE32-static.dir/src/streamplay.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/streamplay.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/streamplay.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 7
[ 53%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_wav.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_wav.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_wav.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 8
[ 61%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_aiff.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_aiff.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_aiff.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 9
[ 69%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_sndfile.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_sndfile.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_sndfile.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 10
[ 76%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_vorbisfile.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_vorbisfile.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_vorbisfile.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 11
[ 84%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_flac.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_flac.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_flac.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 12
[ 92%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_mpg123.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 13
[100%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_fluidsynth.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_fluidsynth.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_fluidsynth.cpp
/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_fluidsynth.cpp:36:24: fatal error: fluidsynth.h: No such file or directory
#include <fluidsynth.h>
^
compilation terminated.
CMakeFiles/ALURE32-static.dir/build.make:343 : la recette pour la cible « CMakeFiles/ALURE32-static.dir/src/codec_fluidsynth.obj » a échouée
make[4]: *** [CMakeFiles/ALURE32-static.dir/src/codec_fluidsynth.obj] Erreur 1
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
CMakeFiles/Makefile2:60 : la recette pour la cible « CMakeFiles/ALURE32-static.dir/all » a échouée
make[3]: *** [CMakeFiles/ALURE32-static.dir/all] Erreur 2
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
Makefile:117 : la recette pour la cible « all » a échouée
make[2]: *** [all] Erreur 2
make[2] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
Makefile:527 : la recette pour la cible « build-only-alure_x86_64-w64-mingw32.static » a échouée
make[1]: *** [build-only-alure_x86_64-w64-mingw32.static] Erreur 2
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m11.938s
user 0m15.960s
sys 0m0.977s
[create settings.mk]
[check requirements]
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
[download] gmp
[build nonetwork lib]
[git-log] 815d8fe armadillo: remove outdated boost dependency
[build] mxe-conf x86_64-unknown-linux-gnu
[done] mxe-conf x86_64-unknown-linux-gnu 320 KiB 0m5.776s
[build] gmp x86_64-unknown-linux-gnu
[done] gmp x86_64-unknown-linux-gnu 29280 KiB 0m57.154s
[download] isl
[build] isl x86_64-unknown-linux-gnu
[done] isl x86_64-unknown-linux-gnu 33932 KiB 0m44.058s
[download] cloog
[build] cloog x86_64-unknown-linux-gnu
[done] cloog x86_64-unknown-linux-gnu 32692 KiB 0m10.843s
[download] cmake
[build] cmake x86_64-unknown-linux-gnu
[done] cmake x86_64-unknown-linux-gnu 238668 KiB 3m24.674s
[download] geoip-database
[build] geoip-database x86_64-unknown-linux-gnu
[done] geoip-database x86_64-unknown-linux-gnu 6436 KiB 0m3.910s
[download] mpfr
[build] mpfr x86_64-unknown-linux-gnu
[done] mpfr x86_64-unknown-linux-gnu 14648 KiB 0m30.892s
[download] mpc
[build] mpc x86_64-unknown-linux-gnu
[done] mpc x86_64-unknown-linux-gnu 5504 KiB 0m9.323s
[download] pkgconf
[build] pkgconf x86_64-unknown-linux-gnu
[done] pkgconf x86_64-unknown-linux-gnu 1488 KiB 0m5.472s
[download] yasm
[build] yasm x86_64-unknown-linux-gnu
[done] yasm x86_64-unknown-linux-gnu 33116 KiB 0m15.580s
[build] mxe-conf x86_64-w64-mingw32.static
[done] mxe-conf x86_64-w64-mingw32.static 4 KiB 0m3.675s
[build] pkgconf x86_64-w64-mingw32.static
[done] pkgconf x86_64-w64-mingw32.static 416 KiB 0m3.705s
[download] binutils
[build] binutils x86_64-w64-mingw32.static
[done] binutils x86_64-w64-mingw32.static 431740 KiB 1m23.316s
[download] mingw-w64
[no-build] mingw-w64 x86_64-w64-mingw32.static
[download] gcc
[build] gcc x86_64-w64-mingw32.static
[done] gcc x86_64-w64-mingw32.static 2425708 KiB 11m58.106s
[download] a52dec
[build] a52dec x86_64-w64-mingw32.static
[done] a52dec x86_64-w64-mingw32.static 4144 KiB 0m16.632s
[download] bzip2
[build] bzip2 x86_64-w64-mingw32.static
[done] bzip2 x86_64-w64-mingw32.static 3148 KiB 0m5.996s
[download] expat
[build] expat x86_64-w64-mingw32.static
[done] expat x86_64-w64-mingw32.static 4724 KiB 0m8.350s
[download] zlib
[build] zlib x86_64-w64-mingw32.static
[done] zlib x86_64-w64-mingw32.static 3536 KiB 0m5.577s
[download] libpng
[build] libpng x86_64-w64-mingw32.static
[done] libpng x86_64-w64-mingw32.static 17868 KiB 0m15.736s
[download] freetype-bootstrap
[build] freetype-bootstrap x86_64-w64-mingw32.static
[done] freetype-bootstrap x86_64-w64-mingw32.static 23580 KiB 0m16.531s
[download] fontconfig
[build] fontconfig x86_64-w64-mingw32.static
[done] fontconfig x86_64-w64-mingw32.static 13180 KiB 0m23.502s
[download] dbus
[build] dbus x86_64-w64-mingw32.static
[done] dbus x86_64-w64-mingw32.static 20280 KiB 0m33.637s
[download] libiconv
[build] libiconv x86_64-w64-mingw32.static
[done] libiconv x86_64-w64-mingw32.static 25420 KiB 0m20.721s
[download] gettext
[build] gettext x86_64-w64-mingw32.static
[done] gettext x86_64-w64-mingw32.static 104928 KiB 0m31.999s
[download] libffi
[build] libffi x86_64-w64-mingw32.static
[done] libffi x86_64-w64-mingw32.static 6600 KiB 0m8.476s
[download] pcre
[build] pcre x86_64-w64-mingw32.static
[done] pcre x86_64-w64-mingw32.static 14912 KiB 0m19.509s
[download] glib
[build] glib x86_64-w64-mingw32.static
[done] glib x86_64-w64-mingw32.static 140732 KiB 2m25.483s
[download] lzo
[build] lzo x86_64-w64-mingw32.static
[done] lzo x86_64-w64-mingw32.static 6940 KiB 0m25.815s
[download] pixman
[build] pixman x86_64-w64-mingw32.static
[done] pixman x86_64-w64-mingw32.static 24684 KiB 0m27.291s
[download] cairo
[build] cairo x86_64-w64-mingw32.static
[done] cairo x86_64-w64-mingw32.static 94504 KiB 0m46.756s
[download] icu4c
[build] icu4c x86_64-w64-mingw32.static
[done] icu4c x86_64-w64-mingw32.static 598432 KiB 3m19.803s
[download] harfbuzz
[build] harfbuzz x86_64-w64-mingw32.static
[done] harfbuzz x86_64-w64-mingw32.static 221196 KiB 0m43.547s
[build] freetype x86_64-w64-mingw32.static
[done] freetype x86_64-w64-mingw32.static 23632 KiB 0m16.904s
[download] sdl
[build] sdl x86_64-w64-mingw32.static
[done] sdl x86_64-w64-mingw32.static 25104 KiB 0m26.790s
[download] agg
[no-build] agg x86_64-w64-mingw32.static
[download] ogg
[build] ogg x86_64-w64-mingw32.static
[done] ogg x86_64-w64-mingw32.static 3148 KiB 0m7.626s
[download] flac
[build] flac x86_64-w64-mingw32.static
[done] flac x86_64-w64-mingw32.static 21176 KiB 0m26.766s
[download] vorbis
[build] vorbis x86_64-w64-mingw32.static
[done] vorbis x86_64-w64-mingw32.static 11188 KiB 0m10.152s
[download] libsndfile
[build] libsndfile x86_64-w64-mingw32.static
[done] libsndfile x86_64-w64-mingw32.static 16432 KiB 0m28.296s
[download] mpg123
[build] mpg123 x86_64-w64-mingw32.static
[done] mpg123 x86_64-w64-mingw32.static 16912 KiB 0m23.447s
[download] portaudio
[build] portaudio x86_64-w64-mingw32.static
[done] portaudio x86_64-w64-mingw32.static 24008 KiB 0m13.825s
[download] openal
[build] openal x86_64-w64-mingw32.static
[done] openal x86_64-w64-mingw32.static 7576 KiB 0m20.363s
[download] alure
[build] alure x86_64-w64-mingw32.static
Failed to build package alure for target x86_64-w64-mingw32.static!
------------------------------------------------------------
Makefile:117 : la recette pour la cible « all » a échouée
make[2]: *** [all] Erreur 2
make[2] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
Makefile:527 : la recette pour la cible « build-only-alure_x86_64-w64-mingw32.static » a échouée
make[1]: *** [build-only-alure_x86_64-w64-mingw32.static] Erreur 2
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m11.938s
user 0m15.960s
sys 0m0.977s
------------------------------------------------------------
[log] /home/suizokukan/mxe/log/alure_x86_64-w64-mingw32.static
Makefile:527 : la recette pour la cible « /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/installed/alure » a échouée
make: *** [/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/installed/alure] Erreur 1
make[1] : on entre dans le répertoire « /home/suizokukan/mxe »
uname -a
Linux archsuizokukan 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
815d8fe7e18deb2ae50ade063f98cfdd6d155581 - armadillo: remove outdated boost dependency [il y a 2 jours] [ (HEAD -> master, origin/master, origin/gh-pages, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
rm -rf '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static'
mkdir -p '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static'
cd '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static' && tar xjf '/home/suizokukan/mxe/pkg/mpg123-1.22.4.tar.bz2'
cd '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4'
cd '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4' && ./configure --host='x86_64-w64-mingw32.static' --build='x86_64-unknown-linux-gnu' --prefix='/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static' --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN="false" --disable-doxygen --with-default-audio=win32 --with-audio=win32,sdl,dummy --enable-modules=no
configure: WARNING: unrecognized options: --disable-doxygen
configure: loading site script /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/config.site
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... x86_64-w64-mingw32.static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32.static-strip... x86_64-w64-mingw32.static-strip
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 -Werror in CFLAGS (It breaks tests)... no
checking if you are up to something totally static with LDFLAGS/CFLAGS... no
checking for style of include used by make... GNU
checking for x86_64-w64-mingw32.static-gcc... x86_64-w64-mingw32.static-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32.static-gcc accepts -g... yes
checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together... yes
checking dependency style of x86_64-w64-mingw32.static-gcc... gcc3
checking dependency style of x86_64-w64-mingw32.static-gcc... gcc3
checking for x86_64-w64-mingw32.static-gcc... (cached) x86_64-w64-mingw32.static-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32.static-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together... (cached) yes
checking dependency style of x86_64-w64-mingw32.static-gcc... (cached) gcc3
checking how to run the C preprocessor... x86_64-w64-mingw32.static-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for an ANSI C-conforming const... yes
checking for inline... inline
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
Modules disabled, not checking for libltdl.
Modules disabled.
checking for x86_64-w64-mingw32.static-as... x86_64-w64-mingw32.static-as
checking for x86_64-w64-mingw32.static-dlltool... x86_64-w64-mingw32.static-dlltool
checking for x86_64-w64-mingw32.static-objdump... x86_64-w64-mingw32.static-objdump
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 x86_64-w64-mingw32.static-gcc... /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld
checking if the linker (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B
checking the name lister (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-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-w64-mingw32.static format... func_convert_file_nix_to_w32
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld option to reload object files... -r
checking for x86_64-w64-mingw32.static-objdump... (cached) x86_64-w64-mingw32.static-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32.static-dlltool... (cached) x86_64-w64-mingw32.static-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32.static-ar... x86_64-w64-mingw32.static-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32.static-strip... (cached) x86_64-w64-mingw32.static-strip
checking for x86_64-w64-mingw32.static-ranlib... x86_64-w64-mingw32.static-ranlib
checking command to parse /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B output from x86_64-w64-mingw32.static-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 x86_64-w64-mingw32.static-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32.static-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32.static-gcc static flag -static works... yes
checking if x86_64-w64-mingw32.static-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32.static-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32.static-gcc linker (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
checking whether to build static libraries... yes
Modules still disabled...
We assume IEEE754 floating point format.
checking if .balign is present... yes
checking __attribute__((aligned(16)))... yes
checking if assembler supports AVX instructions... yes
checking for ANSI C header files... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... no
checking for sys/ioctl.h... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking sys/signal.h usability... no
checking sys/signal.h presence... no
checking for sys/signal.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for size_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint32_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking size of size_t... 8
checking size of ssize_t... 8
checking size of off_t... 8
checking size of int32_t... 4
checking size of long... 4
checking if we want to enable alias wrappers for largefile... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking POSIX termios... no
checking for random... no
checking for sched_setscheduler... no
checking for setuid... no
checking for getuid... no
checking for setpriority... no
checking for strerror... yes
checking for setlocale... yes
checking for nl_langinfo... no
checking for strdup... yes
checking for atoll... yes
checking for mkfifo... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking netdb.h usability... no
checking netdb.h presence... no
checking for netdb.h... no
checking for sys/param.h... (cached) yes
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking netinet/in.h usability... no
checking netinet/in.h presence... no
checking for netinet/in.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking for library containing gethostbyname... no
checking for library containing socket... no
checking for getaddrinfo... no
checking for working AI_ADDRCONFIG... no
checking for sqrt in -lm... yes
checking for powf in -lmx... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking for tcsetattr in -los2term... no
checking if we want feature report function... yes
Limiting outputs to build according to your preference: win32 sdl dummy dummy
checking for x86_64-w64-mingw32.static-pkg-config... /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking for SDL... yes
checking if you are too dumbing dumb for the dummy... no
checking if you are too dumbing dumb for the dummy... no
Preparing static output win32
checking for windows.h... (cached) yes
checking for _wopen... yes
checking if we want Unicode File Open for Win32... yes
checking if Unicode functions working... yes
checking ws2tcpip.h usability... yes
checking ws2tcpip.h presence... yes
checking for ws2tcpip.h... yes
checking if we want Win32 sockets... yes
checking if winsock2 API is available... yes
checking if we have Named Pipes... yes
checking if WINVER and _WIN32_WINNT needs version bumps... no
checking if we have EOVERFLOW macro... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmpg123.pc
config.status: creating mpg123.spec
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/output/Makefile
config.status: creating src/libmpg123/Makefile
config.status: creating src/libmpg123/mpg123.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-doxygen
mpg123 1.22.4
Install path ............ /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static
CPU Optimization ........ x86-64
Compiler Optimization ... 2
Gapless Support ......... enabled
Debugging ............... disabled
Seek table size ......... 1000
FIFO support ............ enabled
Buffer .................. disabled
Network (http streams) .. enabled
Network Sockets ......... Winsock2
IPv6 (getaddrinfo) ...... enabled
File offsets ............ default
LFS alias symbols ....... enabled (32)
LFS alias type .......... long
Core libmpg123 features:
Layer I ................. enabled
Layer II ................ enabled
Layer III ............... enabled
NtoM resampling ......... enabled
downsampled decoding .... enabled
Feeder/buffered input ... enabled
ID3v2 parsing ........... enabled
String API .............. enabled
ICY parsing/conversion .. enabled
Error/warning messages .. enabled
Win32 Unicode File Open.. enabled
Feature Report Function.. enabled
Output formats (nofpu will disable all but 16 or 8 bit!):
8 bit integer ........... enabled
16 bit integer .......... enabled
32/24 bit integer ....... enabled
real (32 bit float) ..... enabled
Optimization detail:
Integer conversion ...... fast
New/old WRITE_SAMPLE .... disabled
new Huffman scheme ...... enabled
Note: Disabling core features is not commonly done and some combinations might not build/work. If you encounter such a case, help yourself (and provide a patch) or just poke the maintainers.
Modules ................. disabled
Module suffix ........... .la
Checked audio modules ... win32 sdl dummy dummy
Detected audio support .. win32 sdl dummy dummy
Default output module ... win32
The _single_ active output module is being statically linked in.
Next type 'make' and then 'make install'.
make -C '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4' -j '2'
make[2] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
Making all in src
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make all-recursive
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
Making all in output
make[5] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output »
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -I../../src -I../../src/libmpg123 -DBUILDING_OUTPUT_MODULES=1 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT win32.o -MD -MP -MF .deps/win32.Tpo -c -o win32.o win32.c
mv -f .deps/win32.Tpo .deps/win32.Po
make[5] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output »
Making all in libmpg123
make[5] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -o compat.o
mv -f .deps/compat.Tpo .deps/compat.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c -o frame.lo frame.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c -o frame.o
mv -f .deps/frame.Tpo .deps/frame.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o
mv -f .deps/parse.Tpo .deps/parse.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT dct64.lo -MD -MP -MF .deps/dct64.Tpo -c -o dct64.lo dct64.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT dct64.lo -MD -MP -MF .deps/dct64.Tpo -c dct64.c -o dct64.o
mv -f .deps/dct64.Tpo .deps/dct64.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT equalizer.lo -MD -MP -MF .deps/equalizer.Tpo -c -o equalizer.lo equalizer.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT equalizer.lo -MD -MP -MF .deps/equalizer.Tpo -c equalizer.c -o equalizer.o
mv -f .deps/equalizer.Tpo .deps/equalizer.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT id3.lo -MD -MP -MF .deps/id3.Tpo -c -o id3.lo id3.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT id3.lo -MD -MP -MF .deps/id3.Tpo -c id3.c -o id3.o
mv -f .deps/format.Tpo .deps/format.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c -o optimize.lo optimize.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c optimize.c -o optimize.o
mv -f .deps/optimize.Tpo .deps/optimize.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT readers.lo -MD -MP -MF .deps/readers.Tpo -c -o readers.lo readers.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT readers.lo -MD -MP -MF .deps/readers.Tpo -c readers.c -o readers.o
mv -f .deps/id3.Tpo .deps/id3.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c -o tabinit.lo tabinit.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -o tabinit.o
mv -f .deps/readers.Tpo .deps/readers.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT libmpg123.lo -MD -MP -MF .deps/libmpg123.Tpo -c -o libmpg123.lo libmpg123.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT libmpg123.lo -MD -MP -MF .deps/libmpg123.Tpo -c libmpg123.c -o libmpg123.o
mv -f .deps/tabinit.Tpo .deps/tabinit.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT index.lo -MD -MP -MF .deps/index.Tpo -c -o index.lo index.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT index.lo -MD -MP -MF .deps/index.Tpo -c index.c -o index.o
mv -f .deps/index.Tpo .deps/index.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT stringbuf.lo -MD -MP -MF .deps/stringbuf.Tpo -c -o stringbuf.lo stringbuf.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT stringbuf.lo -MD -MP -MF .deps/stringbuf.Tpo -c stringbuf.c -o stringbuf.o
mv -f .deps/stringbuf.Tpo .deps/stringbuf.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT icy.lo -MD -MP -MF .deps/icy.Tpo -c -o icy.lo icy.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT icy.lo -MD -MP -MF .deps/icy.Tpo -c icy.c -o icy.o
mv -f .deps/icy.Tpo .deps/icy.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT icy2utf8.lo -MD -MP -MF .deps/icy2utf8.Tpo -c -o icy2utf8.lo icy2utf8.c
mv -f .deps/libmpg123.Tpo .deps/libmpg123.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT ntom.lo -MD -MP -MF .deps/ntom.Tpo -c -o ntom.lo ntom.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT icy2utf8.lo -MD -MP -MF .deps/icy2utf8.Tpo -c icy2utf8.c -o icy2utf8.o
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT ntom.lo -MD -MP -MF .deps/ntom.Tpo -c ntom.c -o ntom.o
mv -f .deps/icy2utf8.Tpo .deps/icy2utf8.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth.lo -MD -MP -MF .deps/synth.Tpo -c -o synth.lo synth.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth.lo -MD -MP -MF .deps/synth.Tpo -c synth.c -o synth.o
mv -f .deps/ntom.Tpo .deps/ntom.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_8bit.lo -MD -MP -MF .deps/synth_8bit.Tpo -c -o synth_8bit.lo synth_8bit.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_8bit.lo -MD -MP -MF .deps/synth_8bit.Tpo -c synth_8bit.c -o synth_8bit.o
mv -f .deps/synth_8bit.Tpo .deps/synth_8bit.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c -o layer1.lo layer1.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -o layer1.o
mv -f .deps/synth.Tpo .deps/synth.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c -o layer2.lo layer2.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -o layer2.o
mv -f .deps/layer1.Tpo .deps/layer1.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c -o layer3.lo layer3.c
mv -f .deps/layer2.Tpo .deps/layer2.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_s32.lo -MD -MP -MF .deps/synth_s32.Tpo -c -o synth_s32.lo synth_s32.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -o layer3.o
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_s32.lo -MD -MP -MF .deps/synth_s32.Tpo -c synth_s32.c -o synth_s32.o
mv -f .deps/synth_s32.Tpo .deps/synth_s32.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_real.lo -MD -MP -MF .deps/synth_real.Tpo -c -o synth_real.lo synth_real.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT synth_real.lo -MD -MP -MF .deps/synth_real.Tpo -c synth_real.c -o synth_real.o
mv -f .deps/synth_real.Tpo .deps/synth_real.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct36_x86_64.lo -MD -MP -MF .deps/dct36_x86_64.Tpo -c -o dct36_x86_64.lo dct36_x86_64.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct36_x86_64.lo -MD -MP -MF .deps/dct36_x86_64.Tpo -c dct36_x86_64.S -o dct36_x86_64.o
mv -f .deps/dct36_x86_64.Tpo .deps/dct36_x86_64.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_x86_64_float.lo -MD -MP -MF .deps/dct64_x86_64_float.Tpo -c -o dct64_x86_64_float.lo dct64_x86_64_float.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_x86_64_float.lo -MD -MP -MF .deps/dct64_x86_64_float.Tpo -c dct64_x86_64_float.S -o dct64_x86_64_float.o
mv -f .deps/dct64_x86_64_float.Tpo .deps/dct64_x86_64_float.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64_float.lo -MD -MP -MF .deps/synth_x86_64_float.Tpo -c -o synth_x86_64_float.lo synth_x86_64_float.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64_float.lo -MD -MP -MF .deps/synth_x86_64_float.Tpo -c synth_x86_64_float.S -o synth_x86_64_float.o
mv -f .deps/synth_x86_64_float.Tpo .deps/synth_x86_64_float.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64_s32.lo -MD -MP -MF .deps/synth_x86_64_s32.Tpo -c -o synth_x86_64_s32.lo synth_x86_64_s32.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64_s32.lo -MD -MP -MF .deps/synth_x86_64_s32.Tpo -c synth_x86_64_s32.S -o synth_x86_64_s32.o
mv -f .deps/synth_x86_64_s32.Tpo .deps/synth_x86_64_s32.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64_float.lo -MD -MP -MF .deps/synth_stereo_x86_64_float.Tpo -c -o synth_stereo_x86_64_float.lo synth_stereo_x86_64_float.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64_float.lo -MD -MP -MF .deps/synth_stereo_x86_64_float.Tpo -c synth_stereo_x86_64_float.S -o synth_stereo_x86_64_float.o
mv -f .deps/synth_stereo_x86_64_float.Tpo .deps/synth_stereo_x86_64_float.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64_s32.lo -MD -MP -MF .deps/synth_stereo_x86_64_s32.Tpo -c -o synth_stereo_x86_64_s32.lo synth_stereo_x86_64_s32.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64_s32.lo -MD -MP -MF .deps/synth_stereo_x86_64_s32.Tpo -c synth_stereo_x86_64_s32.S -o synth_stereo_x86_64_s32.o
mv -f .deps/synth_stereo_x86_64_s32.Tpo .deps/synth_stereo_x86_64_s32.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64.lo -MD -MP -MF .deps/synth_x86_64.Tpo -c -o synth_x86_64.lo synth_x86_64.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_x86_64.lo -MD -MP -MF .deps/synth_x86_64.Tpo -c synth_x86_64.S -o synth_x86_64.o
mv -f .deps/synth_x86_64.Tpo .deps/synth_x86_64.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_x86_64.lo -MD -MP -MF .deps/dct64_x86_64.Tpo -c -o dct64_x86_64.lo dct64_x86_64.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_x86_64.lo -MD -MP -MF .deps/dct64_x86_64.Tpo -c dct64_x86_64.S -o dct64_x86_64.o
mv -f .deps/dct64_x86_64.Tpo .deps/dct64_x86_64.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64.lo -MD -MP -MF .deps/synth_stereo_x86_64.Tpo -c -o synth_stereo_x86_64.lo synth_stereo_x86_64.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_x86_64.lo -MD -MP -MF .deps/synth_stereo_x86_64.Tpo -c synth_stereo_x86_64.S -o synth_stereo_x86_64.o
mv -f .deps/synth_stereo_x86_64.Tpo .deps/synth_stereo_x86_64.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT dither.lo -MD -MP -MF .deps/dither.Tpo -c -o dither.lo dither.c
mv -f .deps/layer3.Tpo .deps/layer3.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT getcpuflags_x86_64.lo -MD -MP -MF .deps/getcpuflags_x86_64.Tpo -c -o getcpuflags_x86_64.lo getcpuflags_x86_64.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT dither.lo -MD -MP -MF .deps/dither.Tpo -c dither.c -o dither.o
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT getcpuflags_x86_64.lo -MD -MP -MF .deps/getcpuflags_x86_64.Tpo -c getcpuflags_x86_64.S -o getcpuflags_x86_64.o
mv -f .deps/getcpuflags_x86_64.Tpo .deps/getcpuflags_x86_64.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct36_avx.lo -MD -MP -MF .deps/dct36_avx.Tpo -c -o dct36_avx.lo dct36_avx.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct36_avx.lo -MD -MP -MF .deps/dct36_avx.Tpo -c dct36_avx.S -o dct36_avx.o
mv -f .deps/dct36_avx.Tpo .deps/dct36_avx.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_avx_float.lo -MD -MP -MF .deps/dct64_avx_float.Tpo -c -o dct64_avx_float.lo dct64_avx_float.S
mv -f .deps/dither.Tpo .deps/dither.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx_float.lo -MD -MP -MF .deps/synth_stereo_avx_float.Tpo -c -o synth_stereo_avx_float.lo synth_stereo_avx_float.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_avx_float.lo -MD -MP -MF .deps/dct64_avx_float.Tpo -c dct64_avx_float.S -o dct64_avx_float.o
mv -f .deps/dct64_avx_float.Tpo .deps/dct64_avx_float.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx_s32.lo -MD -MP -MF .deps/synth_stereo_avx_s32.Tpo -c -o synth_stereo_avx_s32.lo synth_stereo_avx_s32.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx_float.lo -MD -MP -MF .deps/synth_stereo_avx_float.Tpo -c synth_stereo_avx_float.S -o synth_stereo_avx_float.o
mv -f .deps/synth_stereo_avx_float.Tpo .deps/synth_stereo_avx_float.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_avx.lo -MD -MP -MF .deps/dct64_avx.Tpo -c -o dct64_avx.lo dct64_avx.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx_s32.lo -MD -MP -MF .deps/synth_stereo_avx_s32.Tpo -c synth_stereo_avx_s32.S -o synth_stereo_avx_s32.o
mv -f .deps/synth_stereo_avx_s32.Tpo .deps/synth_stereo_avx_s32.Plo
/bin/sh ../../libtool --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx.lo -MD -MP -MF .deps/synth_stereo_avx.Tpo -c -o synth_stereo_avx.lo synth_stereo_avx.S
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT dct64_avx.lo -MD -MP -MF .deps/dct64_avx.Tpo -c dct64_avx.S -o dct64_avx.o
mv -f .deps/dct64_avx.Tpo .deps/dct64_avx.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT feature.lo -MD -MP -MF .deps/feature.Tpo -c -o feature.lo feature.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -g -O2 -MT synth_stereo_avx.lo -MD -MP -MF .deps/synth_stereo_avx.Tpo -c synth_stereo_avx.S -o synth_stereo_avx.o
mv -f .deps/synth_stereo_avx.Tpo .deps/synth_stereo_avx.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT lfs_wrap.lo -MD -MP -MF .deps/lfs_wrap.Tpo -c -o lfs_wrap.lo lfs_wrap.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT feature.lo -MD -MP -MF .deps/feature.Tpo -c feature.c -o feature.o
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT lfs_wrap.lo -MD -MP -MF .deps/lfs_wrap.Tpo -c lfs_wrap.c -o lfs_wrap.o
mv -f .deps/feature.Tpo .deps/feature.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT lfs_alias.lo -MD -MP -MF .deps/lfs_alias.Tpo -c -o lfs_alias.lo lfs_alias.c
libtool: compile: x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT lfs_alias.lo -MD -MP -MF .deps/lfs_alias.Tpo -c lfs_alias.c -o lfs_alias.o
mv -f .deps/lfs_alias.Tpo .deps/lfs_alias.Plo
mv -f .deps/lfs_wrap.Tpo .deps/lfs_wrap.Plo
/bin/sh ../../libtool --tag=CC --mode=link x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -no-undefined -version-info 41:2:41 -export-symbols-regex '^mpg123_' -o libmpg123.la -rpath /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib compat.lo parse.lo frame.lo format.lo dct64.lo equalizer.lo id3.lo optimize.lo readers.lo tabinit.lo libmpg123.lo index.lo stringbuf.lo icy.lo icy2utf8.lo ntom.lo synth.lo synth_8bit.lo layer1.lo layer2.lo layer3.lo synth_s32.lo synth_real.lo dct36_x86_64.lo dct64_x86_64_float.lo synth_x86_64_float.lo synth_x86_64_s32.lo synth_stereo_x86_64_float.lo synth_stereo_x86_64_s32.lo synth_x86_64.lo dct64_x86_64.lo synth_stereo_x86_64.lo dither.lo getcpuflags_x86_64.lo dct36_avx.lo dct64_avx_float.lo synth_stereo_avx_float.lo synth_stereo_avx_s32.lo dct64_avx.lo synth_stereo_avx.lo feature.lo lfs_wrap.lo lfs_alias.lo -lm -lws2_32
libtool: link: x86_64-w64-mingw32.static-ar cru .libs/libmpg123.a compat.o parse.o frame.o format.o dct64.o equalizer.o id3.o optimize.o readers.o tabinit.o libmpg123.o index.o stringbuf.o icy.o icy2utf8.o ntom.o synth.o synth_8bit.o layer1.o layer2.o layer3.o synth_s32.o synth_real.o dct36_x86_64.o dct64_x86_64_float.o synth_x86_64_float.o synth_x86_64_s32.o synth_stereo_x86_64_float.o synth_stereo_x86_64_s32.o synth_x86_64.o dct64_x86_64.o synth_stereo_x86_64.o dither.o getcpuflags_x86_64.o dct36_avx.o dct64_avx_float.o synth_stereo_avx_float.o synth_stereo_avx_s32.o dct64_avx.o synth_stereo_avx.o feature.o lfs_wrap.o lfs_alias.o
libtool: link: x86_64-w64-mingw32.static-ranlib .libs/libmpg123.a
libtool: link: ( cd ".libs" && rm -f "libmpg123.la" && ln -s "../libmpg123.la" "libmpg123.la" )
make[5] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
make[5] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.c
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
mv -f .deps/buffer.Tpo .deps/buffer.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
mv -f .deps/audio.Tpo .deps/audio.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT compat.o -MD -MP -MF .deps/compat.Tpo -c -o compat.o `test -f 'libmpg123/compat.c' || echo './'`libmpg123/compat.c
mv -f .deps/common.Tpo .deps/common.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT control_generic.o -MD -MP -MF .deps/control_generic.Tpo -c -o control_generic.o control_generic.c
mv -f .deps/compat.Tpo .deps/compat.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT equalizer.o -MD -MP -MF .deps/equalizer.Tpo -c -o equalizer.o equalizer.c
mv -f .deps/control_generic.Tpo .deps/control_generic.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT getlopt.o -MD -MP -MF .deps/getlopt.Tpo -c -o getlopt.o getlopt.c
mv -f .deps/equalizer.Tpo .deps/equalizer.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT httpget.o -MD -MP -MF .deps/httpget.Tpo -c -o httpget.o httpget.c
mv -f .deps/getlopt.Tpo .deps/getlopt.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT resolver.o -MD -MP -MF .deps/resolver.Tpo -c -o resolver.o resolver.c
mv -f .deps/resolver.Tpo .deps/resolver.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT genre.o -MD -MP -MF .deps/genre.Tpo -c -o genre.o genre.c
mv -f .deps/httpget.Tpo .deps/httpget.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT mpg123.o -MD -MP -MF .deps/mpg123.Tpo -c -o mpg123.o mpg123.c
mv -f .deps/genre.Tpo .deps/genre.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT metaprint.o -MD -MP -MF .deps/metaprint.Tpo -c -o metaprint.o metaprint.c
mv -f .deps/metaprint.Tpo .deps/metaprint.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT local.o -MD -MP -MF .deps/local.Tpo -c -o local.o local.c
mv -f .deps/mpg123.Tpo .deps/mpg123.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT playlist.o -MD -MP -MF .deps/playlist.Tpo -c -o playlist.o playlist.c
mv -f .deps/local.Tpo .deps/local.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT streamdump.o -MD -MP -MF .deps/streamdump.Tpo -c -o streamdump.o streamdump.c
mv -f .deps/playlist.Tpo .deps/playlist.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT term.o -MD -MP -MF .deps/term.Tpo -c -o term.o term.c
mv -f .deps/streamdump.Tpo .deps/streamdump.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT wav.o -MD -MP -MF .deps/wav.Tpo -c -o wav.o wav.c
mv -f .deps/term.Tpo .deps/term.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT xfermem.o -MD -MP -MF .deps/xfermem.Tpo -c -o xfermem.o xfermem.c
mv -f .deps/wav.Tpo .deps/wav.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT win32_support.o -MD -MP -MF .deps/win32_support.Tpo -c -o win32_support.o win32_support.c
mv -f .deps/xfermem.Tpo .deps/xfermem.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT win32_net.o -MD -MP -MF .deps/win32_net.Tpo -c -o win32_net.o win32_net.c
mv -f .deps/win32_support.Tpo .deps/win32_support.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT legacy_module.o -MD -MP -MF .deps/legacy_module.Tpo -c -o legacy_module.o legacy_module.c
mv -f .deps/win32_net.Tpo .deps/win32_net.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT sysutil.o -MD -MP -MF .deps/sysutil.Tpo -c -o sysutil.o sysutil.c
mv -f .deps/legacy_module.Tpo .deps/legacy_module.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT out123.o -MD -MP -MF .deps/out123.Tpo -c -o out123.o out123.c
mv -f .deps/sysutil.Tpo .deps/sysutil.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT mpg123-id3dump.o -MD -MP -MF .deps/mpg123-id3dump.Tpo -c -o mpg123-id3dump.o mpg123-id3dump.c
mv -f .deps/out123.Tpo .deps/out123.Po
x86_64-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I. -DPKGLIBDIR="\"/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/mpg123\"" -I../src/libmpg123 -I../src/libmpg123 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT mpg123-strip.o -MD -MP -MF .deps/mpg123-strip.Tpo -c -o mpg123-strip.o mpg123-strip.c
mv -f .deps/mpg123-strip.Tpo .deps/mpg123-strip.Po
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123.exe audio.o buffer.o common.o compat.o control_generic.o equalizer.o getlopt.o httpget.o resolver.o genre.o mpg123.o metaprint.o local.o playlist.o streamdump.o term.o wav.o xfermem.o win32_support.o win32_net.o libmpg123/libmpg123.la legacy_module.o output/win32.o -lwinmm -lm -lws2_32
libtool: link: x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123.exe audio.o buffer.o common.o compat.o control_generic.o equalizer.o getlopt.o httpget.o resolver.o genre.o mpg123.o metaprint.o local.o playlist.o streamdump.o term.o wav.o xfermem.o win32_support.o win32_net.o legacy_module.o output/win32.o libmpg123/.libs/libmpg123.a -lwinmm -lws2_32
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o out123.exe audio.o buffer.o sysutil.o compat.o getlopt.o out123.o wav.o xfermem.o win32_support.o libmpg123/libmpg123.la legacy_module.o output/win32.o -lwinmm -lm -lws2_32
libtool: link: x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o out123.exe audio.o buffer.o sysutil.o compat.o getlopt.o out123.o wav.o xfermem.o win32_support.o legacy_module.o output/win32.o libmpg123/.libs/libmpg123.a -lwinmm -lws2_32
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123-strip.exe mpg123-strip.o getlopt.o compat.o libmpg123/libmpg123.la -lm -lws2_32
mv -f .deps/mpg123-id3dump.Tpo .deps/mpg123-id3dump.Po
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123-id3dump.exe mpg123-id3dump.o getlopt.o compat.o win32_support.o libmpg123/libmpg123.la -lm -lws2_32
libtool: link: x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123-strip.exe mpg123-strip.o getlopt.o compat.o libmpg123/.libs/libmpg123.a -lws2_32
libtool: link: x86_64-w64-mingw32.static-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -o mpg123-id3dump.exe mpg123-id3dump.o getlopt.o compat.o win32_support.o libmpg123/.libs/libmpg123.a -lws2_32
make[5] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
Making all in doc
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[3]: rien à faire pour « all-am ».
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[2] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make -C '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4' -j 1 install
make[2] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
Making install in src
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
Making install in output
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output »
make[4]: rien à faire pour « install ».
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output »
Making install in libmpg123
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
make[5] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
/usr/bin/mkdir -p '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libmpg123.la '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib'
libtool: install: /usr/bin/install -c .libs/libmpg123.lai /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libmpg123.la
libtool: install: /usr/bin/install -c .libs/libmpg123.a /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libmpg123.a
libtool: install: chmod 644 /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libmpg123.a
libtool: install: x86_64-w64-mingw32.static-ranlib /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libmpg123.a
/usr/bin/mkdir -p '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include'
/usr/bin/install -c -m 644 mpg123.h '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include'
make[5] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make[5] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
/usr/bin/mkdir -p '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c mpg123.exe out123.exe mpg123-id3dump.exe mpg123-strip.exe '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin'
libtool: install: /usr/bin/install -c mpg123.exe /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/mpg123.exe
libtool: install: /usr/bin/install -c out123.exe /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/out123.exe
libtool: install: /usr/bin/install -c mpg123-id3dump.exe /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/mpg123-id3dump.exe
libtool: install: /usr/bin/install -c mpg123-strip.exe /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/mpg123-strip.exe
make[5]: rien à faire pour « install-data-am ».
make[5] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
Making install in doc
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[4]: rien à faire pour « install-exec-am ».
make[4]: rien à faire pour « install-data-am ».
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[4]: rien à faire pour « install-exec-am ».
/usr/bin/mkdir -p '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/man/man1'
/usr/bin/install -c -m 644 man1/mpg123.1 man1/out123.1 '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/man/man1'
/usr/bin/mkdir -p '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/pkgconfig'
/usr/bin/install -c -m 644 libmpg123.pc '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/pkgconfig'
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
make[2] : on quitte le répertoire « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mpg123 configure 1.22.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-w64-mingw32.static --build=x86_64-unknown-linux-gnu --prefix=/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN=false --disable-doxygen --with-default-audio=win32 --with-audio=win32,sdl,dummy --enable-modules=no
## --------- ##
## Platform. ##
## --------- ##
hostname = archsuizokukan
uname -m = x86_64
uname -r = 4.2.5-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/suizokukan/mxe/usr/bin
PATH: /home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/suizokukan/mxe/usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2675: loading site script /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/config.site
| ac_cv_build=x86_64-unknown-linux-gnu
configure:2816: checking build system type
configure:2830: result: x86_64-unknown-linux-gnu
configure:2850: checking host system type
configure:2863: result: x86_64-w64-mingw32.static
configure:2900: checking for a BSD-compatible install
configure:2968: result: /usr/bin/install -c
configure:2979: checking whether build environment is sane
configure:3034: result: yes
configure:3093: checking for x86_64-w64-mingw32.static-strip
configure:3109: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-strip
configure:3120: result: x86_64-w64-mingw32.static-strip
configure:3185: checking for a thread-safe mkdir -p
configure:3224: result: /usr/bin/mkdir -p
configure:3231: checking for gawk
configure:3247: found /usr/bin/gawk
configure:3258: result: gawk
configure:3269: checking whether make sets $(MAKE)
configure:3291: result: yes
configure:3320: checking whether make supports nested variables
configure:3337: result: yes
configure:3469: checking for -Werror in CFLAGS (It breaks tests)
configure:3485: result: no
configure:3496: checking if you are up to something totally static with LDFLAGS/CFLAGS
configure:3516: result: no
configure:3536: checking for style of include used by make
configure:3564: result: GNU
configure:3595: checking for x86_64-w64-mingw32.static-gcc
configure:3611: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-gcc
configure:3622: result: x86_64-w64-mingw32.static-gcc
configure:3891: checking for C compiler version
configure:3900: x86_64-w64-mingw32.static-gcc --version >&5
x86_64-w64-mingw32.static-gcc (GCC) 4.9.3
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3911: $? = 0
configure:3900: x86_64-w64-mingw32.static-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32.static-gcc
COLLECT_LTO_WRAPPER=/home/suizokukan/mxe/usr/libexec/gcc/x86_64-w64-mingw32.static/4.9.3/lto-wrapper
Target: x86_64-w64-mingw32.static
Configured with: /home/suizokukan/mxe/tmp-gcc-x86_64-w64-mingw32.static/gcc-4.9.3/configure --target=x86_64-w64-mingw32.static --build=x86_64-unknown-linux-gnu --prefix=/home/suizokukan/mxe/usr --libdir=/home/suizokukan/mxe/usr/lib --enable-languages=c,c++,objc,fortran --enable-version-specific-runtime-libs --with-gcc --with-gnu-ld --with-gnu-as --disable-nls --disable-shared --disable-multilib --without-x --disable-win32-registry --enable-threads=win32 --enable-libgomp --with-gmp=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-isl=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-mpc=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-mpfr=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-cloog=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-as=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-as --with-ld=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld --with-nm=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm
Thread model: win32
gcc version 4.9.3 (GCC)
configure:3911: $? = 0
configure:3900: x86_64-w64-mingw32.static-gcc -V >&5
x86_64-w64-mingw32.static-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:3911: $? = 1
configure:3900: x86_64-w64-mingw32.static-gcc -qversion >&5
x86_64-w64-mingw32.static-gcc: error: unrecognized command line option '-qversion'
x86_64-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:3911: $? = 1
configure:3931: checking whether the C compiler works
configure:3953: x86_64-w64-mingw32.static-gcc conftest.c >&5
configure:3957: $? = 0
configure:4005: result: yes
configure:4008: checking for C compiler default output file name
configure:4010: result: a.exe
configure:4016: checking for suffix of executables
configure:4023: x86_64-w64-mingw32.static-gcc -o conftest.exe conftest.c >&5
configure:4027: $? = 0
configure:4049: result: .exe
configure:4071: checking whether we are cross compiling
configure:4109: result: yes
configure:4114: checking for suffix of object files
configure:4136: x86_64-w64-mingw32.static-gcc -c conftest.c >&5
configure:4140: $? = 0
configure:4161: result: o
configure:4165: checking whether we are using the GNU C compiler
configure:4184: x86_64-w64-mingw32.static-gcc -c conftest.c >&5
configure:4184: $? = 0
configure:4193: result: yes
configure:4202: checking whether x86_64-w64-mingw32.static-gcc accepts -g
configure:4222: x86_64-w64-mingw32.static-gcc -c -g conftest.c >&5
configure:4222: $? = 0
configure:4263: result: yes
configure:4280: checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89
configure:4343: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4343: $? = 0
configure:4356: result: none needed
configure:4381: checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together
configure:4403: x86_64-w64-mingw32.static-gcc -c conftest.c -o conftest2.o
configure:4406: $? = 0
configure:4403: x86_64-w64-mingw32.static-gcc -c conftest.c -o conftest2.o
configure:4406: $? = 0
configure:4418: result: yes
configure:4437: checking dependency style of x86_64-w64-mingw32.static-gcc
configure:4548: result: gcc3
configure:4572: checking dependency style of x86_64-w64-mingw32.static-gcc
configure:4681: result: gcc3
configure:4704: checking for x86_64-w64-mingw32.static-gcc
configure:4731: result: x86_64-w64-mingw32.static-gcc
configure:5000: checking for C compiler version
configure:5009: x86_64-w64-mingw32.static-gcc --version >&5
x86_64-w64-mingw32.static-gcc (GCC) 4.9.3
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5020: $? = 0
configure:5009: x86_64-w64-mingw32.static-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32.static-gcc
COLLECT_LTO_WRAPPER=/home/suizokukan/mxe/usr/libexec/gcc/x86_64-w64-mingw32.static/4.9.3/lto-wrapper
Target: x86_64-w64-mingw32.static
Configured with: /home/suizokukan/mxe/tmp-gcc-x86_64-w64-mingw32.static/gcc-4.9.3/configure --target=x86_64-w64-mingw32.static --build=x86_64-unknown-linux-gnu --prefix=/home/suizokukan/mxe/usr --libdir=/home/suizokukan/mxe/usr/lib --enable-languages=c,c++,objc,fortran --enable-version-specific-runtime-libs --with-gcc --with-gnu-ld --with-gnu-as --disable-nls --disable-shared --disable-multilib --without-x --disable-win32-registry --enable-threads=win32 --enable-libgomp --with-gmp=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-isl=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-mpc=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-mpfr=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-cloog=/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu --with-as=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-as --with-ld=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld --with-nm=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm
Thread model: win32
gcc version 4.9.3 (GCC)
configure:5020: $? = 0
configure:5009: x86_64-w64-mingw32.static-gcc -V >&5
x86_64-w64-mingw32.static-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:5020: $? = 1
configure:5009: x86_64-w64-mingw32.static-gcc -qversion >&5
x86_64-w64-mingw32.static-gcc: error: unrecognized command line option '-qversion'
x86_64-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:5020: $? = 1
configure:5024: checking whether we are using the GNU C compiler
configure:5052: result: yes
configure:5061: checking whether x86_64-w64-mingw32.static-gcc accepts -g
configure:5122: result: yes
configure:5139: checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89
configure:5215: result: none needed
configure:5240: checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together
configure:5277: result: yes
configure:5296: checking dependency style of x86_64-w64-mingw32.static-gcc
configure:5407: result: gcc3
configure:5427: checking how to run the C preprocessor
configure:5458: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:5458: $? = 0
configure:5472: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5497: result: x86_64-w64-mingw32.static-gcc -E
configure:5517: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:5517: $? = 0
configure:5531: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5531: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5560: checking for grep that handles long lines and -e
configure:5618: result: /usr/bin/grep
configure:5623: checking for egrep
configure:5685: result: /usr/bin/grep -E
configure:5691: checking for an ANSI C-conforming const
configure:5757: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5757: $? = 0
configure:5764: result: yes
configure:5772: checking for inline
configure:5788: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5788: $? = 0
configure:5796: result: inline
configure:5815: checking for ANSI C header files
configure:5835: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5835: $? = 0
configure:5919: result: yes
configure:5932: checking for sys/types.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for sys/stat.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for stdlib.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for string.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for memory.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for strings.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for inttypes.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for stdint.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5932: checking for unistd.h
configure:5932: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5932: $? = 0
configure:5932: result: yes
configure:5944: checking whether byte ordering is bigendian
configure:5959: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:22:15: error: unknown type name 'universal'
configure:5959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:6004: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:6004: $? = 0
configure:6022: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: unknown type name 'not'
not big endian
^
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:6022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:6150: result: no
configure:6364: checking for x86_64-w64-mingw32.static-as
configure:6380: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-as
configure:6391: result: x86_64-w64-mingw32.static-as
configure:6456: checking for x86_64-w64-mingw32.static-dlltool
configure:6472: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-dlltool
configure:6483: result: x86_64-w64-mingw32.static-dlltool
configure:6548: checking for x86_64-w64-mingw32.static-objdump
configure:6564: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-objdump
configure:6575: result: x86_64-w64-mingw32.static-objdump
configure:6706: checking how to print strings
configure:6733: result: printf
configure:6754: checking for a sed that does not truncate output
configure:6818: result: /usr/bin/sed
configure:6836: checking for fgrep
configure:6898: result: /usr/bin/grep -F
configure:6933: checking for ld used by x86_64-w64-mingw32.static-gcc
configure:7000: result: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld
configure:7007: checking if the linker (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld) is GNU ld
configure:7022: result: yes
configure:7034: checking for BSD- or MS-compatible name lister (nm)
configure:7088: result: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B
configure:7218: checking the name lister (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B) interface
configure:7225: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:7228: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B "conftest.o"
configure:7231: output
0000000000000000 b .bss
0000000000000000 d .data
0000000000000000 N .debug_abbrev
0000000000000000 N .debug_aranges
0000000000000000 N .debug_info
0000000000000000 N .debug_line
0000000000000000 r .rdata$zzz
0000000000000000 t .text
0000000000000000 B some_variable
configure:7238: result: BSD nm
configure:7241: checking whether ln -s works
configure:7245: result: yes
configure:7253: checking the maximum length of command line arguments
configure:7384: result: 1572864
configure:7432: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-w64-mingw32.static format
configure:7472: result: func_convert_file_nix_to_w32
configure:7479: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7499: result: func_convert_file_noop
configure:7506: checking for /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld option to reload object files
configure:7513: result: -r
configure:7547: checking for x86_64-w64-mingw32.static-objdump
configure:7574: result: x86_64-w64-mingw32.static-objdump
configure:7643: checking how to recognize dependent libraries
configure:7843: result: file_magic ^x86 archive import|^x86 DLL
configure:7888: checking for x86_64-w64-mingw32.static-dlltool
configure:7915: result: x86_64-w64-mingw32.static-dlltool
configure:7985: checking how to associate runtime and link libraries
configure:8012: result: func_cygming_dll_for_implib
configure:8028: checking for x86_64-w64-mingw32.static-ar
configure:8044: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ar
configure:8055: result: x86_64-w64-mingw32.static-ar
configure:8136: checking for archiver @FILE support
configure:8153: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:8153: $? = 0
configure:8156: x86_64-w64-mingw32.static-ar cru libconftest.a @conftest.lst >&5
configure:8159: $? = 0
configure:8164: x86_64-w64-mingw32.static-ar cru libconftest.a @conftest.lst >&5
x86_64-w64-mingw32.static-ar: conftest.o: No such file or directory
configure:8167: $? = 1
configure:8179: result: @
configure:8197: checking for x86_64-w64-mingw32.static-strip
configure:8224: result: x86_64-w64-mingw32.static-strip
configure:8296: checking for x86_64-w64-mingw32.static-ranlib
configure:8312: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ranlib
configure:8323: result: x86_64-w64-mingw32.static-ranlib
configure:8465: checking command to parse /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B output from x86_64-w64-mingw32.static-gcc object
configure:8618: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:8621: $? = 0
configure:8625: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8628: $? = 0
configure:8694: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:8697: $? = 0
configure:8735: result: ok
configure:8782: checking for sysroot
configure:8812: result: no
configure:8819: checking for a working dd
configure:8857: result: /usr/bin/dd
configure:8861: checking how to truncate binary pipes
configure:8876: result: /usr/bin/dd bs=4096 count=1
configure:9165: checking for x86_64-w64-mingw32.static-mt
configure:9195: result: no
configure:9205: checking for mt
configure:9235: result: no
configure:9255: checking if : is a manifest tool
configure:9261: : '-?'
configure:9269: result: no
configure:9943: checking for dlfcn.h
configure:9943: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:55:19: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h>
^
compilation terminated.
configure:9943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dlfcn.h>
configure:9943: result: no
configure:10137: checking for objdir
configure:10152: result: .libs
configure:10416: checking if x86_64-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions
configure:10434: x86_64-w64-mingw32.static-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:10438: $? = 0
configure:10451: result: no
configure:10809: checking for x86_64-w64-mingw32.static-gcc option to produce PIC
configure:10816: result: -DDLL_EXPORT -DPIC
configure:10824: checking if x86_64-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works
configure:10842: x86_64-w64-mingw32.static-gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:10846: $? = 0
configure:10859: result: yes
configure:10888: checking if x86_64-w64-mingw32.static-gcc static flag -static works
configure:10916: result: yes
configure:10931: checking if x86_64-w64-mingw32.static-gcc supports -c -o file.o
configure:10952: x86_64-w64-mingw32.static-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10956: $? = 0
configure:10978: result: yes
configure:10986: checking if x86_64-w64-mingw32.static-gcc supports -c -o file.o
configure:11033: result: yes
configure:11066: checking whether the x86_64-w64-mingw32.static-gcc linker (/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld) supports shared libraries
configure:12325: result: yes
configure:12565: checking dynamic linker characteristics
configure:13383: result: Win32 ld.exe
configure:13505: checking how to hardcode library paths into programs
configure:13530: result: immediate
configure:14078: checking whether stripping libraries is possible
configure:14083: result: yes
configure:14118: checking if libtool supports shared libraries
configure:14120: result: yes
configure:14123: checking whether to build shared libraries
configure:14148: result: no
configure:14151: checking whether to build static libraries
configure:14155: result: yes
configure:14981: checking if .balign is present
configure:14986: result: yes
configure:15028: checking __attribute__((aligned(16)))
configure:15034: result: yes
configure:15046: checking if assembler supports AVX instructions
configure:15053: result: yes
configure:15136: checking for ANSI C header files
configure:15240: result: yes
configure:15251: checking stdio.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking stdio.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking for stdio.h
configure:15251: result: yes
configure:15251: checking for stdlib.h
configure:15251: result: yes
configure:15251: checking for string.h
configure:15251: result: yes
configure:15251: checking for unistd.h
configure:15251: result: yes
configure:15251: checking sched.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking sched.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking for sched.h
configure:15251: result: yes
configure:15251: checking sys/ioctl.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:66:23: fatal error: sys/ioctl.h: No such file or directory
#include <sys/ioctl.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ioctl.h>
configure:15251: result: no
configure:15251: checking sys/ioctl.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:33:23: fatal error: sys/ioctl.h: No such file or directory
#include <sys/ioctl.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <sys/ioctl.h>
configure:15251: result: no
configure:15251: checking for sys/ioctl.h
configure:15251: result: no
configure:15251: checking for sys/types.h
configure:15251: result: yes
configure:15251: checking for stdint.h
configure:15251: result: yes
configure:15251: checking limits.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking limits.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking for limits.h
configure:15251: result: yes
configure:15251: checking for inttypes.h
configure:15251: result: yes
configure:15251: checking sys/time.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking sys/time.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking for sys/time.h
configure:15251: result: yes
configure:15251: checking sys/wait.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:71:22: fatal error: sys/wait.h: No such file or directory
#include <sys/wait.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/wait.h>
configure:15251: result: no
configure:15251: checking sys/wait.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:38:22: fatal error: sys/wait.h: No such file or directory
#include <sys/wait.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <sys/wait.h>
configure:15251: result: no
configure:15251: checking for sys/wait.h
configure:15251: result: no
configure:15251: checking sys/resource.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:71:26: fatal error: sys/resource.h: No such file or directory
#include <sys/resource.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/resource.h>
configure:15251: result: no
configure:15251: checking sys/resource.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:38:26: fatal error: sys/resource.h: No such file or directory
#include <sys/resource.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <sys/resource.h>
configure:15251: result: no
configure:15251: checking for sys/resource.h
configure:15251: result: no
configure:15251: checking sys/signal.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:71:24: fatal error: sys/signal.h: No such file or directory
#include <sys/signal.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/signal.h>
configure:15251: result: no
configure:15251: checking sys/signal.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:38:24: fatal error: sys/signal.h: No such file or directory
#include <sys/signal.h>
^
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <sys/signal.h>
configure:15251: result: no
configure:15251: checking for sys/signal.h
configure:15251: result: no
configure:15251: checking signal.h usability
configure:15251: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking signal.h presence
configure:15251: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:15251: $? = 0
configure:15251: result: yes
configure:15251: checking for signal.h
configure:15251: result: yes
configure:15271: checking for special C compiler options needed for large files
configure:15316: result: no
configure:15322: checking for _FILE_OFFSET_BITS value needed for large files
configure:15347: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:45:3: warning: left shift count >= width of type
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
^
conftest.c:45:3: warning: left shift count >= width of type
conftest.c:46:10: warning: left shift count >= width of type
&& LARGE_OFF_T % 2147483647 == 1)
^
conftest.c:46:10: warning: left shift count >= width of type
conftest.c:45:7: error: variably modified 'off_t_is_large' at file scope
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
^
configure:15347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15371: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15371: $? = 0
configure:15379: result: 64
configure:15474: checking for size_t
configure:15474: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15474: $? = 0
configure:15474: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:15474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:15474: result: yes
configure:15485: checking for uintptr_t
configure:15485: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15485: $? = 0
configure:15485: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:24: error: expected expression before ')' token
if (sizeof ((uintptr_t)))
^
configure:15485: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:15485: result: yes
configure:15496: checking for ssize_t
configure:15496: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15496: $? = 0
configure:15496: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:15496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:15496: result: yes
configure:15507: checking for off_t
configure:15507: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15507: $? = 0
configure:15507: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:15507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:15507: result: yes
configure:15518: checking for int32_t
configure:15518: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15518: $? = 0
configure:15518: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
if (sizeof ((int32_t)))
^
configure:15518: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:15518: result: yes
configure:15529: checking for int64_t
configure:15529: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15529: $? = 0
configure:15529: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
if (sizeof ((int64_t)))
^
configure:15529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:15529: result: yes
configure:15540: checking for uint32_t
configure:15540: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15540: $? = 0
configure:15540: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:23: error: expected expression before ')' token
if (sizeof ((uint32_t)))
^
configure:15540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:15540: result: yes
configure:15551: checking for int16_t
configure:15551: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15551: $? = 0
configure:15551: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
if (sizeof ((int16_t)))
^
configure:15551: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int16_t)))
| return 0;
| ;
| return 0;
| }
configure:15551: result: yes
configure:15562: checking for uint16_t
configure:15562: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15562: $? = 0
configure:15562: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:23: error: expected expression before ')' token
if (sizeof ((uint16_t)))
^
configure:15562: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:15562: result: yes
configure:15577: checking size of size_t
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15582: $? = 0
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
^
configure:15582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
^
configure:15582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
^
configure:15582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)];
^
configure:15582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15582: $? = 0
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15582: $? = 0
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15582: $? = 0
configure:15582: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15582: $? = 0
configure:15596: result: 8
configure:15610: checking size of ssize_t
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
^
configure:15615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
^
configure:15615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
^
configure:15615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 7)];
^
configure:15615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15615: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15629: result: 8
configure:15643: checking size of off_t
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15648: $? = 0
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
^
configure:15648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
^
configure:15648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
^
configure:15648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
^
configure:15648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15648: $? = 0
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15648: $? = 0
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15648: $? = 0
configure:15648: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15648: $? = 0
configure:15662: result: 8
configure:15676: checking size of int32_t
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15681: $? = 0
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 0)];
^
configure:15681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 1)];
^
configure:15681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 3)];
^
configure:15681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15681: $? = 0
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15681: $? = 0
configure:15681: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15681: $? = 0
configure:15695: result: 4
configure:15709: checking size of long
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15714: $? = 0
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^
configure:15714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^
configure:15714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^
configure:15714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15714: $? = 0
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15714: $? = 0
configure:15714: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15714: $? = 0
configure:15728: result: 4
configure:15785: checking if we want to enable alias wrappers for largefile
configure:15788: result: yes
configure:15806: checking for stdlib.h
configure:15806: result: yes
configure:15806: checking for unistd.h
configure:15806: result: yes
configure:15806: checking for sys/param.h
configure:15806: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15806: $? = 0
configure:15806: result: yes
configure:15826: checking for getpagesize
configure:15826: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:15826: $? = 0
configure:15826: result: yes
configure:15835: checking for working mmap
configure:15992: result: no
configure:16003: checking POSIX termios
configure:16023: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:53:21: fatal error: termios.h: No such file or directory
#include <termios.h>
^
compilation terminated.
configure:16023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <unistd.h>
| #include <termios.h>
|
| int
| main ()
| {
| /* SunOS 4.0.3 has termios.h but not the library calls. */
| tcgetattr(0, 0);
| ;
| return 0;
| }
configure:16031: result: no
configure:16045: checking for random
configure:16045: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cc6ZsFFC.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:85: undefined reference to `random'
collect2: error: ld returned 1 exit status
configure:16045: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| /* Define random to an innocuous variant, in case <limits.h> declares random.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define random innocuous_random
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char random (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef random
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char random ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_random || defined __stub___random
| choke me
| #endif
|
| int
| main ()
| {
| return random ();
| ;
| return 0;
| }
configure:16045: result: no
configure:16059: checking for sched_setscheduler
configure:16059: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccuAUx1E.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:85: undefined reference to `sched_setscheduler'
collect2: error: ld returned 1 exit status
configure:16059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| /* Define sched_setscheduler to an innocuous variant, in case <limits.h> declares sched_setscheduler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_setscheduler innocuous_sched_setscheduler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_setscheduler (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_setscheduler
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_setscheduler ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sched_setscheduler || defined __stub___sched_setscheduler
| choke me
| #endif
|
| int
| main ()
| {
| return sched_setscheduler ();
| ;
| return 0;
| }
configure:16059: result: no
configure:16059: checking for setuid
configure:16059: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccRdgw8A.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:85: undefined reference to `setuid'
collect2: error: ld returned 1 exit status
configure:16059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| /* Define setuid to an innocuous variant, in case <limits.h> declares setuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setuid innocuous_setuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setuid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setuid || defined __stub___setuid
| choke me
| #endif
|
| int
| main ()
| {
| return setuid ();
| ;
| return 0;
| }
configure:16059: result: no
configure:16059: checking for getuid
configure:16059: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cc3X5iAD.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:85: undefined reference to `getuid'
collect2: error: ld returned 1 exit status
configure:16059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| /* Define getuid to an innocuous variant, in case <limits.h> declares getuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getuid innocuous_getuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getuid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getuid || defined __stub___getuid
| choke me
| #endif
|
| int
| main ()
| {
| return getuid ();
| ;
| return 0;
| }
configure:16059: result: no
configure:16073: checking for setpriority
configure:16073: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cc1k5MqE.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:85: undefined reference to `setpriority'
collect2: error: ld returned 1 exit status
configure:16073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| /* Define setpriority to an innocuous variant, in case <limits.h> declares setpriority.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setpriority innocuous_setpriority
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setpriority (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setpriority
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setpriority ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setpriority || defined __stub___setpriority
| choke me
| #endif
|
| int
| main ()
| {
| return setpriority ();
| ;
| return 0;
| }
configure:16073: result: no
configure:16086: checking for strerror
configure:16086: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:16086: $? = 0
configure:16086: result: yes
configure:16099: checking for setlocale
configure:16099: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:16099: $? = 0
configure:16099: result: yes
configure:16099: checking for nl_langinfo
configure:16099: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccpbiXHM.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:87: undefined reference to `nl_langinfo'
collect2: error: ld returned 1 exit status
configure:16099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h. */
| /* Define nl_langinfo to an innocuous variant, in case <limits.h> declares nl_langinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define nl_langinfo innocuous_nl_langinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char nl_langinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef nl_langinfo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nl_langinfo ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_nl_langinfo || defined __stub___nl_langinfo
| choke me
| #endif
|
| int
| main ()
| {
| return nl_langinfo ();
| ;
| return 0;
| }
configure:16099: result: no
configure:16112: checking for strdup
configure:16112: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:76:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^
configure:16112: $? = 0
configure:16112: result: yes
configure:16125: checking for atoll
configure:16125: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:16125: $? = 0
configure:16125: result: yes
configure:16137: checking for mkfifo
configure:16137: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cctcIX9X.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:89: undefined reference to `mkfifo'
collect2: error: ld returned 1 exit status
configure:16137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| /* end confdefs.h. */
| /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkfifo innocuous_mkfifo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkfifo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mkfifo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mkfifo ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mkfifo || defined __stub___mkfifo
| choke me
| #endif
|
| int
| main ()
| {
| return mkfifo ();
| ;
| return 0;
| }
configure:16137: result: no
configure:16154: checking locale.h usability
configure:16154: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:16154: $? = 0
configure:16154: result: yes
configure:16154: checking locale.h presence
configure:16154: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:16154: $? = 0
configure:16154: result: yes
configure:16154: checking for locale.h
configure:16154: result: yes
configure:16154: checking langinfo.h usability
configure:16154: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:89:22: fatal error: langinfo.h: No such file or directory
#include <langinfo.h>
^
compilation terminated.
configure:16154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <langinfo.h>
configure:16154: result: no
configure:16154: checking langinfo.h presence
configure:16154: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:56:22: fatal error: langinfo.h: No such file or directory
#include <langinfo.h>
^
compilation terminated.
configure:16154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <langinfo.h>
configure:16154: result: no
configure:16154: checking for langinfo.h
configure:16154: result: no
configure:16169: checking netdb.h usability
configure:16169: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:89:19: fatal error: netdb.h: No such file or directory
#include <netdb.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdb.h>
configure:16169: result: no
configure:16169: checking netdb.h presence
configure:16169: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:56:19: fatal error: netdb.h: No such file or directory
#include <netdb.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <netdb.h>
configure:16169: result: no
configure:16169: checking for netdb.h
configure:16169: result: no
configure:16169: checking for sys/param.h
configure:16169: result: yes
configure:16169: checking sys/socket.h usability
configure:16169: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:90:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:16169: result: no
configure:16169: checking sys/socket.h presence
configure:16169: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:57:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <sys/socket.h>
configure:16169: result: no
configure:16169: checking for sys/socket.h
configure:16169: result: no
configure:16169: checking netinet/in.h usability
configure:16169: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:90:24: fatal error: netinet/in.h: No such file or directory
#include <netinet/in.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in.h>
configure:16169: result: no
configure:16169: checking netinet/in.h presence
configure:16169: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:57:24: fatal error: netinet/in.h: No such file or directory
#include <netinet/in.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <netinet/in.h>
configure:16169: result: no
configure:16169: checking for netinet/in.h
configure:16169: result: no
configure:16169: checking arpa/inet.h usability
configure:16169: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:90:23: fatal error: arpa/inet.h: No such file or directory
#include <arpa/inet.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arpa/inet.h>
configure:16169: result: no
configure:16169: checking arpa/inet.h presence
configure:16169: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:57:23: fatal error: arpa/inet.h: No such file or directory
#include <arpa/inet.h>
^
compilation terminated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <arpa/inet.h>
configure:16169: result: no
configure:16169: checking for arpa/inet.h
configure:16169: result: no
configure:16190: checking for library containing gethostbyname
configure:16221: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccL2odii.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:68: undefined reference to `gethostbyname'
collect2: error: ld returned 1 exit status
configure:16221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:16221: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lnsl >&5
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -lnsl
collect2: error: ld returned 1 exit status
configure:16221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:16221: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lsocket >&5
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:16221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:16238: result: no
configure:16246: checking for library containing socket
configure:16277: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cc3stssp.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:68: undefined reference to `socket'
collect2: error: ld returned 1 exit status
configure:16277: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:16277: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lsocket >&5
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:16277: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:16294: result: no
configure:16305: checking for getaddrinfo
configure:16305: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccnRakkr.o: In function `main':
/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/conftest.c:91: undefined reference to `getaddrinfo'
collect2: error: ld returned 1 exit status
configure:16305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getaddrinfo innocuous_getaddrinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getaddrinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getaddrinfo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getaddrinfo ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getaddrinfo || defined __stub___getaddrinfo
| choke me
| #endif
|
| int
| main ()
| {
| return getaddrinfo ();
| ;
| return 0;
| }
configure:16305: result: no
configure:16318: checking for working AI_ADDRCONFIG
configure:16363: result: no
configure:16397: checking for sqrt in -lm
configure:16422: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lm >&5
conftest.c:64:6: warning: conflicting types for built-in function 'sqrt'
char sqrt ();
^
configure:16422: $? = 0
configure:16431: result: yes
configure:16442: checking for powf in -lmx
configure:16467: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lmx -lm >&5
conftest.c:65:6: warning: conflicting types for built-in function 'powf'
char powf ();
^
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -lmx
collect2: error: ld returned 1 exit status
configure:16467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char powf ();
| int
| main ()
| {
| return powf ();
| ;
| return 0;
| }
configure:16476: result: no
configure:16506: checking os2.h usability
configure:16506: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:91:17: fatal error: os2.h: No such file or directory
#include <os2.h>
^
compilation terminated.
configure:16506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <os2.h>
configure:16506: result: no
configure:16506: checking os2.h presence
configure:16506: x86_64-w64-mingw32.static-gcc -E conftest.c
conftest.c:58:17: fatal error: os2.h: No such file or directory
#include <os2.h>
^
compilation terminated.
configure:16506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <os2.h>
configure:16506: result: no
configure:16506: checking for os2.h
configure:16506: result: no
configure:16513: checking for tcsetattr in -los2term
configure:16538: x86_64-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -los2term -lm >&5
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -los2term
collect2: error: ld returned 1 exit status
configure:16538: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpg123"
| #define PACKAGE_TARNAME "mpg123"
| #define PACKAGE_VERSION "1.22.4"
| #define PACKAGE_STRING "mpg123 1.22.4"
| #define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpg123"
| #define VERSION "1.22.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define GAPLESS 1
| #define USE_NEW_HUFFTABLE 1
| #define IEEE_FLOAT 1
| #define MODULE_FILE_SUFFIX ".la"
| #define ASMALIGN_BALIGN 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define _FILE_OFFSET_BITS 64
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_INT32_T 4
| #define SIZEOF_LONG 4
| #define lfs_alias_t long
| #define LFS_ALIAS_BITS 32
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRERROR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRDUP 1
| #define HAVE_ATOLL 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tcsetattr ();
| int
| main ()
| {
| return tcsetattr ();
| ;
| return 0;
| }
configure:16547: result: no
configure:16829: checking if we want feature report function
configure:16845: result: yes
configure:16920: checking for x86_64-w64-mingw32.static-pkg-config
configure:16938: found /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config
configure:16950: result: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config
configure:17018: checking pkg-config is at least version 0.9.0
configure:17021: result: yes
configure:17772: checking windows.h usability
configure:17772: x86_64-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:17772: $? = 0
configure:17772: result: yes
configure:17772: checking windows.h presence
configure:17772: x86_64-w64-mingw32.static-gcc -E conftest.c
configure:17772: $? = 0
configure:17772: result: yes
configure:17772: checking for windows.h
configure:17772: result: yes
configure:17639: checking for SDL
configure:17646: $PKG_CONFIG --exists --print-errors "sdl"
configure:17649: $? = 0
configure:17663: $PKG_CONFIG --exists --print-errors "sdl"
configure:17666: $? = 0
configure:17704: result: yes
configure:17035: checking if you are too dumbing dumb for the dummy
configure:17037: result: no
configure:17035: checking if you are too dumbing dumb for the dummy
configure:17037: result: no
configure:18687: checking for windows.h
configure:18687: result: yes
configure:18700: checking for _wopen
configure:18700: x86_64-w64-mingw32.static-gcc -o conftest.exe -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c -lm >&5
configure:18700: $? = 0
configure:18700: result: yes
configure:18707: checking if we want Unicode File Open for Win32
configure:18710: result: yes
configure:18712: checking if Unicode functions working
configure:18727: x86_64-w64-mingw32.static-gcc -o conftest.exe -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c -lm >&5
configure:18727: $? = 0
configure:18760: result: yes
configure:18774: checking ws2tcpip.h usability
configure:18774: x86_64-w64-mingw32.static-gcc -c -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c >&5
configure:18774: $? = 0
configure:18774: result: yes
configure:18774: checking ws2tcpip.h presence
configure:18774: x86_64-w64-mingw32.static-gcc -E -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c
configure:18774: $? = 0
configure:18774: result: yes
configure:18774: checking for ws2tcpip.h
configure:18774: result: yes
configure:18787: checking if we want Win32 sockets
configure:18790: result: yes
configure:18792: checking if winsock2 API is available
configure:18810: x86_64-w64-mingw32.static-gcc -o conftest.exe -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c -lm -lws2_32 >&5
configure:18810: $? = 0
configure:18846: result: yes
configure:18867: checking if we have Named Pipes
configure:18880: x86_64-w64-mingw32.static-gcc -o conftest.exe -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c -lm -lws2_32 >&5
configure:18880: $? = 0
configure:18911: result: yes
configure:18924: checking if WINVER and _WIN32_WINNT needs version bumps
configure:18939: result: no
configure:18947: checking if we have EOVERFLOW macro
configure:18956: x86_64-w64-mingw32.static-gcc -c -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM conftest.c >&5
configure:18956: $? = 0
configure:18962: result: yes
configure:19156: checking that generated files are newer than configure
configure:19162: result: done
configure:19302: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mpg123 config.status 1.22.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on archsuizokukan
config.status:1314: creating Makefile
config.status:1314: creating libmpg123.pc
config.status:1314: creating mpg123.spec
config.status:1314: creating doc/Makefile
config.status:1314: creating src/Makefile
config.status:1314: creating src/output/Makefile
config.status:1314: creating src/libmpg123/Makefile
config.status:1314: creating src/libmpg123/mpg123.h
config.status:1314: creating src/config.h
config.status:1543: executing depfiles commands
config.status:1543: executing libtool commands
configure:21453: WARNING: unrecognized options: --disable-doxygen
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_ESD_CFLAGS_set=
ac_cv_env_ESD_CFLAGS_value=
ac_cv_env_ESD_LIBS_set=
ac_cv_env_ESD_LIBS_value=
ac_cv_env_JACK_CFLAGS_set=
ac_cv_env_JACK_CFLAGS_value=
ac_cv_env_JACK_LIBS_set=
ac_cv_env_JACK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PULSE_CFLAGS_set=
ac_cv_env_PULSE_CFLAGS_value=
ac_cv_env_PULSE_LIBS_set=
ac_cv_env_PULSE_LIBS_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32.static
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func__wopen=yes
ac_cv_func_atoll=yes
ac_cv_func_getaddrinfo=no
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=no
ac_cv_func_mkfifo=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_nl_langinfo=no
ac_cv_func_random=no
ac_cv_func_sched_setscheduler=no
ac_cv_func_setlocale=yes
ac_cv_func_setpriority=no
ac_cv_func_setuid=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_header_arpa_inet_h=no
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=no
ac_cv_header_netinet_in_h=no
ac_cv_header_os2_h=no
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=no
ac_cv_header_sys_signal_h=no
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=yes
ac_cv_header_ws2tcpip_h=yes
ac_cv_host=x86_64-w64-mingw32.static
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mx_powf=no
ac_cv_lib_os2term_tcsetattr=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKG_CONFIG=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=x86_64-w64-mingw32.static-ar
ac_cv_prog_AS=x86_64-w64-mingw32.static-as
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-w64-mingw32.static-gcc
ac_cv_prog_CPP='x86_64-w64-mingw32.static-gcc -E'
ac_cv_prog_DLLTOOL=x86_64-w64-mingw32.static-dlltool
ac_cv_prog_HAVE_DOXYGEN=false
ac_cv_prog_OBJDUMP=x86_64-w64-mingw32.static-objdump
ac_cv_prog_RANLIB=x86_64-w64-mingw32.static-ranlib
ac_cv_prog_STRIP=x86_64-w64-mingw32.static-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_gethostbyname=no
ac_cv_search_socket=no
ac_cv_sizeof_int32_t=4
ac_cv_sizeof_long=4
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_posix_termios=no
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uintptr_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
apr_cv_gai_addrconfig=no
lt_cv_ar_at_file=@
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld
lt_cv_path_NM='/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
pkg_cv_SDL_CFLAGS='-I/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main '
pkg_cv_SDL_LIBS='-L/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib -lmingw32 -lSDLmain -lSDL -mwindows -liconv -lm -luser32 -lgdi32 -lwinmm -ldxguid '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing aclocal-1.14'
AIX_CFLAGS=''
AIX_LDFLAGS=''
AIX_LIBS=''
ALIB_CFLAGS=''
ALIB_LDFLAGS=''
ALIB_LIBS=''
ALSA_CFLAGS=''
ALSA_LDFLAGS=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
API_VERSION='41'
AR='x86_64-w64-mingw32.static-ar'
ARTS_CFLAGS=''
ARTS_LDFLAGS=''
ARTS_LIBS=''
AS='x86_64-w64-mingw32.static-as'
AUTOCONF='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing autoconf'
AUTOHEADER='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing autoheader'
AUTOMAKE='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing automake-1.14'
AWK='gawk'
CC='x86_64-w64-mingw32.static-gcc'
CCAS='x86_64-w64-mingw32.static-gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2'
COREAUDIO_CFLAGS=''
COREAUDIO_LDFLAGS=''
COREAUDIO_LIBS=''
CPP='x86_64-w64-mingw32.static-gcc -E'
CPPFLAGS=' -DOPT_MULTI -DOPT_X86_64 -DOPT_GENERIC -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DOPT_AVX -DNOXFERMEM '
CYGPATH_W='echo'
DECODER_LOBJ=' stringbuf.lo icy.lo icy2utf8.lo ntom.lo synth.lo synth_8bit.lo layer1.lo layer2.lo layer3.lo synth_s32.lo synth_real.lo dct36_x86_64.lo dct64_x86_64_float.lo synth_x86_64_float.lo synth_x86_64_s32.lo synth_stereo_x86_64_float.lo synth_stereo_x86_64_s32.lo synth_x86_64.lo dct64_x86_64.lo synth_stereo_x86_64.lo dither.lo getcpuflags_x86_64.lo dct36_avx.lo dct64_avx_float.lo synth_stereo_avx_float.lo synth_stereo_avx_s32.lo dct64_avx.lo synth_stereo_avx.lo feature.lo'
DECODER_OBJ=' stringbuf.$(OBJEXT) icy.$(OBJEXT) icy2utf8.$(OBJEXT) ntom.$(OBJEXT) synth.$(OBJEXT) synth_8bit.$(OBJEXT) layer1.$(OBJEXT) layer2.$(OBJEXT) layer3.$(OBJEXT) synth_s32.$(OBJEXT) synth_real.$(OBJEXT) dct36_x86_64.$(OBJEXT) dct64_x86_64_float.$(OBJEXT) synth_x86_64_float.$(OBJEXT) synth_x86_64_s32.$(OBJEXT) synth_stereo_x86_64_float.$(OBJEXT) synth_stereo_x86_64_s32.$(OBJEXT) synth_x86_64.$(OBJEXT) dct64_x86_64.$(OBJEXT) synth_stereo_x86_64.$(OBJEXT) dither.$(OBJEXT) getcpuflags_x86_64.$(OBJEXT) dct36_avx.$(OBJEXT) dct64_avx_float.$(OBJEXT) synth_stereo_avx_float.$(OBJEXT) synth_stereo_avx_s32.$(OBJEXT) dct64_avx.$(OBJEXT) synth_stereo_avx.$(OBJEXT) feature.$(OBJEXT)'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='x86_64-w64-mingw32.static-dlltool'
DSYMUTIL=''
DUMMY_CFLAGS=''
DUMMY_LDFLAGS=''
DUMMY_LIBS=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ESD_CFLAGS=''
ESD_LDFLAGS=''
ESD_LIBS=''
EXEC_LT_LDFLAGS=''
EXEEXT='.exe'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_AIX_FALSE=''
HAVE_AIX_TRUE='#'
HAVE_ALIB_FALSE=''
HAVE_ALIB_TRUE='#'
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE='#'
HAVE_ARTS_FALSE=''
HAVE_ARTS_TRUE='#'
HAVE_COREAUDIO_FALSE=''
HAVE_COREAUDIO_TRUE='#'
HAVE_DUMMY_FALSE='#'
HAVE_DUMMY_TRUE=''
HAVE_ESD_FALSE=''
HAVE_ESD_TRUE='#'
HAVE_HP_FALSE=''
HAVE_HP_TRUE='#'
HAVE_JACK_FALSE=''
HAVE_JACK_TRUE='#'
HAVE_MINT_FALSE=''
HAVE_MINT_TRUE='#'
HAVE_MODULES_FALSE=''
HAVE_MODULES_TRUE='#'
HAVE_NAS_FALSE=''
HAVE_NAS_TRUE='#'
HAVE_OPENAL_FALSE=''
HAVE_OPENAL_TRUE='#'
HAVE_OS2_FALSE=''
HAVE_OS2_TRUE='#'
HAVE_OSS_FALSE=''
HAVE_OSS_TRUE='#'
HAVE_PORTAUDIO_FALSE=''
HAVE_PORTAUDIO_TRUE='#'
HAVE_PULSE_FALSE=''
HAVE_PULSE_TRUE='#'
HAVE_QSA_FALSE=''
HAVE_QSA_TRUE='#'
HAVE_SDL_FALSE='#'
HAVE_SDL_TRUE=''
HAVE_SGI_FALSE=''
HAVE_SGI_TRUE='#'
HAVE_SNDIO_FALSE=''
HAVE_SNDIO_TRUE='#'
HAVE_SUN_FALSE=''
HAVE_SUN_TRUE='#'
HAVE_TINYALSA_FALSE=''
HAVE_TINYALSA_TRUE='#'
HAVE_WIN32_FALSE='#'
HAVE_WIN32_TRUE=''
HAVE_WIN32_WASAPI_FALSE=''
HAVE_WIN32_WASAPI_TRUE='#'
HP_CFLAGS=''
HP_LDFLAGS=''
HP_LIBS=''
INCLUDE_STDIO_H='#include <stdio.h>'
INCLUDE_STDLIB_H='#include <stdlib.h>'
INCLUDE_SYS_TYPE_H='#include <sys/types.h>'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JACK_CFLAGS=''
JACK_LDFLAGS=''
JACK_LIBS=''
LD='/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld'
LDFLAGS=' '
LFS_LOBJ='lfs_wrap.lo lfs_alias.lo'
LIBMPG123_LIBS='-lm -lws2_32'
LIBMPG123_VERSION='41:2:41'
LIBOBJS=''
LIBS='-lm -lws2_32'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_LDFLAGS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing makeinfo'
MANIFEST_TOOL=':'
MINT_CFLAGS=''
MINT_LDFLAGS=''
MINT_LIBS=''
MKDIR_P='/usr/bin/mkdir -p'
MODULE_OBJ='legacy_module.$(OBJEXT)'
NAS_CFLAGS=''
NAS_LDFLAGS=''
NAS_LIBS=''
NM='/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-nm -B'
NMEDIT=''
OBJDUMP='x86_64-w64-mingw32.static-objdump'
OBJEXT='o'
OPENAL_CFLAGS=''
OPENAL_LDFLAGS=''
OPENAL_LIBS=''
OS2_CFLAGS=''
OS2_LDFLAGS=''
OS2_LIBS=''
OSS_CFLAGS=''
OSS_LDFLAGS=''
OSS_LIBS=''
OTOOL64=''
OTOOL=''
OUTPUT_CFLAGS=''
OUTPUT_LDFLAGS=''
OUTPUT_LIBS='-lwinmm'
OUTPUT_MOD='win32'
OUTPUT_OBJ='output/win32.$(OBJEXT)'
PACKAGE='mpg123'
PACKAGE_BUGREPORT='mpg123-devel@lists.sourceforge.net'
PACKAGE_NAME='mpg123'
PACKAGE_STRING='mpg123 1.22.4'
PACKAGE_TARNAME='mpg123'
PACKAGE_URL=''
PACKAGE_VERSION='1.22.4'
PATH_SEPARATOR=':'
PKG_CONFIG='/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PORTAUDIO_CFLAGS=''
PORTAUDIO_LDFLAGS=''
PORTAUDIO_LIBS=''
PULSE_CFLAGS=''
PULSE_LDFLAGS=''
PULSE_LIBS=''
QSA_CFLAGS=''
QSA_LDFLAGS=''
QSA_LIBS=''
RANLIB='x86_64-w64-mingw32.static-ranlib'
SDL_CFLAGS='-I/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main '
SDL_LDFLAGS=''
SDL_LIBS='-L/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib -lmingw32 -lSDLmain -lSDL -mwindows -liconv -lm -luser32 -lgdi32 -lwinmm -ldxguid '
SED='/usr/bin/sed'
SET_MAKE=''
SGI_CFLAGS=''
SGI_LDFLAGS=''
SGI_LIBS=''
SHELL='/bin/sh'
SNDIO_CFLAGS=''
SNDIO_LDFLAGS=''
SNDIO_LIBS=''
STRIP='x86_64-w64-mingw32.static-strip'
SUN_CFLAGS=''
SUN_LDFLAGS=''
SUN_LIBS=''
TINYALSA_CFLAGS=''
TINYALSA_LDFLAGS=''
TINYALSA_LIBS=''
USE_YASM_FOR_AVX_FALSE=''
USE_YASM_FOR_AVX_TRUE='#'
VERSION='1.22.4'
WIN32_CFLAGS=''
WIN32_CODES_FALSE='#'
WIN32_CODES_TRUE=''
WIN32_LDFLAGS=''
WIN32_LIBS='-lwinmm'
WIN32_WASAPI_CFLAGS=''
WIN32_WASAPI_LDFLAGS=''
WIN32_WASAPI_LIBS=''
YASM='no'
YASMFLAGS=''
YASM_FORMAT=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-w64-mingw32.static'
host_alias='x86_64-w64-mingw32.static'
host_cpu='x86_64'
host_os='mingw32.static'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "mpg123"
#define PACKAGE_TARNAME "mpg123"
#define PACKAGE_VERSION "1.22.4"
#define PACKAGE_STRING "mpg123 1.22.4"
#define PACKAGE_BUGREPORT "mpg123-devel@lists.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "mpg123"
#define VERSION "1.22.4"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define LT_OBJDIR ".libs/"
#define GAPLESS 1
#define USE_NEW_HUFFTABLE 1
#define IEEE_FLOAT 1
#define MODULE_FILE_SUFFIX ".la"
#define ASMALIGN_BALIGN 1
#define STDC_HEADERS 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SIGNAL_H 1
#define _FILE_OFFSET_BITS 64
#define SIZEOF_SIZE_T 8
#define SIZEOF_SSIZE_T 8
#define SIZEOF_OFF_T 8
#define SIZEOF_INT32_T 4
#define SIZEOF_LONG 4
#define lfs_alias_t long
#define LFS_ALIAS_BITS 32
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_STRERROR 1
#define HAVE_SETLOCALE 1
#define HAVE_STRDUP 1
#define HAVE_ATOLL 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_LIBM 1
#define CCALIGN 1
#define HAVE_WINDOWS_H 1
#define DEFAULT_OUTPUT_MODULE "win32"
#define FRAME_INDEX 1
#define INDEX_SIZE 1000
#define HAVE_WINDOWS_H 1
#define WANT_WIN32_UNICODE 1
#define HAVE_WS2TCPIP_H 1
#define WANT_WIN32_SOCKETS 1
#define WANT_WIN32_FIFO 1
#define FIFO 1
#define NETWORK 1
#define IPV6 1
configure: exit 0
settings.mk
# This is a template of configuration file for MXE. See
# index.html for more extensive documentations.
# This variable controls the number of compilation processes
# within one package ("intra-package parallelism").
#JOBS :=
# This variable controls where intermediate files are created
# this is necessary when compiling inside a virtualbox shared
# directory. Some commands like strip fail in there with Protocol error
# default is the current directory
#MXE_TMP := /tmp
# This variable controls the targets that will build.
#MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared x86_64-w64-mingw32.static x86_64-w64-mingw32.shared
# This variable controls the download mirror for SourceForge,
# when it is used. Enabling the value below means auto.
#SOURCEFORGE_MIRROR := downloads.sourceforge.net
# The three lines below makes `make` build these "local
# packages" instead of all packages.
#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets
#.DEFAULT local-pkg-list:
#local-pkg-list: $(LOCAL_PKG_LIST)
(du -k -d 0 '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static' 2>/dev/null || du -k --max-depth 0 '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static') | sed -n 's/^\(\S*\).*/du: \1 KiB/p'
du: 16912 KiB
rm -rfv '/home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static'
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/TODO » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/config.log » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/Makefile.am » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/libmpg123.pc.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/libtool » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/windows-builds.sh » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/equalize.dat » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ChangeLog » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/AUTHORS » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/audio.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/common.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/common.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-strip.exe » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/sysutil.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/win32_support.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/dither.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/streamdump.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/text.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/httpget.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/plain_id3.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/compat.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/seek_whence.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/common.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/sysutil.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/equalizer.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/noise.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/resolver.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/metaprint.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/legacy_module.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/control_generic.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/win32_net.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/getlopt.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/genre.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/mpg123-id3dump.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/buffer.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/wav.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/local.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/audio.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/out123.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/term.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/mpg123-strip.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/xfermem.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/playlist.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps/mpg123.Po » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.deps »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/metaprint.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/control_generic.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/win32_support.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/compat.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/control_generic.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123.exe » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/resolver.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/Makefile.am » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/common.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/streamdump.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-strip.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/xfermem.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/out123.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/sysutil.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/playlist.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/metaprint.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/win32_support.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-id3dump.exe » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/equalizer.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/module.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/module.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/term.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/out123-with-modules » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/xfermem.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/streamdump.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-strip.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/intsym.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_3dnow.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/index.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/parse.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer3.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_avx.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64_float.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_arm_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_x86_64_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_avx_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_x86_64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/compat.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/lfs_wrap.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/check_neon.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/equalizer_3dnow.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_sse_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/getcpuflags.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_arm.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/tabinit.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_x86_64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/optimize.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_x86_64_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_i486.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_sse_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dither.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_neon64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_x86_64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_i586.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/icy.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_avx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_x86_64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_i586_dither.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/getcpuflags_arm.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_3dnow.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/stringbuf.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/parse.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_x86_64_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_sse_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_avx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon64_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/icy2utf8.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/feature.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/ntom.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/layer1.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_3dnowext.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/layer3.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_avx_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/frame.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_neon.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_8bit.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/libmpg123.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_i386.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_neon.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_sse.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_3dnowext.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/layer2.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_avx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/equalizer.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/getcpuflags_x86_64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_3dnow.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_mmx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_real.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_avx_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon64_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon64_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_neon64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_sse_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_i486.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/tabinit_mmx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_sse_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_sse_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_sse.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_3dnowext.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_3dnow.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_neon_accurate.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_altivec.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_sse.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/index.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_mmx.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_x86_64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/lfs_alias.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_x86_64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_x86_64_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/testcpu.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_neon64_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/readers.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_x86_64_s32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct36_neon64.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/id3.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_altivec.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_avx_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/format.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/dct64_neon_float.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps/synth_stereo_sse_s32.Plo » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.deps »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_sse_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_3dnowext.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_neon64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_sse.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_s32.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/optimize.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_sse_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx_float.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_float.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags_x86_64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/compat.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_sse3d.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_neon64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_s32.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_x86_64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags_x86_64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_wrap.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dither.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon64_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/Makefile.am » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/frame.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/l2tables.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/id3.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/decode.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_sse.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer3.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_real.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_sse_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/testcpu.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_neon_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_float.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/index.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_wrap.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer1.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_altivec.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/equalizer.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dither.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/tabinit.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_float.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_sse.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_8bit.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_mmx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/id3.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/ntom.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_8bit.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_s32.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_i586.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/frame.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_alias.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/compat.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_sse_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/true.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon64_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_i486.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/parse.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_sse_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/tabinit.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy2utf8.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_mono.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/parse.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_8bit.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx_float.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/mpg123.h.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/mpg123lib_intern.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_sse_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/abi_align.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/equalizer_3dnow.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_8bit.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags_x86_64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/tabinit_mmx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/reader.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/compat.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/format.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/libmpg123.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/sample.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy2utf8.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_float.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer1.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer2.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/optimize.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer3.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_i386.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/compat.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/gapless.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_avx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_real.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy2utf8.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_s32.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_float.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_real.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/stringbuf.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/id3.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_mmx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/ntom.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_neon.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_alias.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/ntom.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/readers.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/huffman.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/mpg123.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/feature.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/icy2utf8.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/libmpg123.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_arm_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/mpeghead.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/newhuffman.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/stringbuf.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/l3_integer_tables.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/feature.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_3dnow.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_3dnow.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64_float.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_i586_dither.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_s32.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon64_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_i486.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/index.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/id3.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/frame.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/index.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags_arm.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/optimize.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer1.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_x86_64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_arm.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_altivec.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_wrap.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/format.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/equalizer.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/libmpg123.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/stringbuf.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/parse.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64_s32.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/debug.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/frame.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/equalizer.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_avx.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_neon64_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_3dnowext.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getcpuflags.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_sse_s32.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_avx.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/feature.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/lfs_alias.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/optimize.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_ntom.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/tabinit.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/mangle.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_neon64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_neon64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_s32.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/readers.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/readers.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dither.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer2.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/getbits.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/check_neon.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_s32.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_avx_s32.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_neon.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/l12_integer_tables.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/layer2.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_accurate.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_3dnowext.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dither.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/format.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_stereo_x86_64_float.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synths.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct64_x86_64_float.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/Makefile.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64.lo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/synth_x86_64.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/libmpg123.la » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/dct36_x86_64.S » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.libs/libmpg123.lai » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.libs/libmpg123.a » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.libs/libmpg123.la » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123/.libs »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/libmpg123 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/sfifo.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/metaprint.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/getlopt.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/buffer.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/audio.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/resolver.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/out123.exe » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/httpget.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/sysutil.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/getlopt.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123app.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/legacy_module.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/config.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/httpget.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/wavhead.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/buffer.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/local.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/win32_net.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/win32_net.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/out123.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/genre.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/xfermem.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/term.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/sfifo.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-with-modules » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/genre.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/genre.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/win32_support.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/playlist.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/httpget.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/wav.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests/text.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests/plain_id3.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests/testtext.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests/noise.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests/seek_whence.c » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/tests »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/equalizer.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/local.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/playlist.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/buffer.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-id3dump.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/wav.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/resolver.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/audio.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/term.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/stamp-h1 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/streamdump.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123-id3dump.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/sgi.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_sun_la-sun.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_jack_la-jack.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_arts_la-arts.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_alib_la-alib.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_dummy_la-dummy.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_aix_la-aix.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_hp_la-hp.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_pulse_la-pulse.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_esd_la-esd.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/win32.Po » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_oss_la-oss.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_tinyalsa_la-tinyalsa.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_coreaudio_la-coreaudio.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_os2_la-os2.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_sgi_la-sgi.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_mint_la-mint.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_nas_la-nas.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_alsa_la-alsa.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_qsa_la-qsa.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_sndio_la-sndio.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_portaudio_la-portaudio.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_win32_la-win32.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_openal_la-openal.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_sdl_la-sdl.Plo » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps/output_win32_wasapi_la-win32_wasapi.Plo » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/.deps »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/qsa.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/portaudio.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/Makefile.am » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/esd.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/os2.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/hp.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/win32_wasapi.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/aix.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/win32.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/sun.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/coreaudio.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/win32.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/alib.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/openal.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/dummy.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/alsa.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/sdl.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/tinyalsa.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/arts.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/oss.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/sndio.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/mint.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/jack.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/nas.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/Makefile.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output/pulse.c » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/output »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/legacy_module.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/config.h.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/Makefile.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/getlopt.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/mpg123.o » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/local.h » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src/.libs »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/src »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/aclocal.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/configure » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/COPYING » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/INSTALL » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/mpg123.spec » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/NEWS » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/makedll.sh » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/config.status » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/NEWS.libmpg123 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/libmpg123.pc » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/man1/out123.1 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/man1/mpg123.1 » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/man1 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/README » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/configure.ac » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/addrconfig.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/ltsugar.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/libtool.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/ltoptions.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/ltversion.m4 » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4/lt~obsolete.m4 » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/m4 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Sony_PSP/readers.c.patch » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Sony_PSP/config.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Sony_PSP/README » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Sony_PSP/Makefile.psp » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Sony_PSP »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/mpg123_.pas » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/README » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Xcode/config.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Xcode/mpg123.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Xcode/mpg123.xcodeproj/project.pbxproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Xcode/mpg123.xcodeproj »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/Xcode »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/examples/scan.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/examples/feedseek.c » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/examples »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/mpg123.sln » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/mpglib/mpglib.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/mpglib »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/libmpg123/libmpg123.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/libmpg123 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/scan/scan.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/scan »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/feedseek/feedseek.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/feedseek »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/dump_seekindex/dump_seekindex.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008/dump_seekindex »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/msvc.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/SOURCE/CORE_Mutex.CPP » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/SOURCE/CORE_FileIn.CPP » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/SOURCE/SourceFilter_MP3Stream.CPP » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/SOURCE/CORE_Log.CPP » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/SOURCE »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE/IIEP_FileIn.H » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE/CORE/SourceFilter_MP3.H » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE/CORE/CORE_FileIn.H » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE/CORE »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE/IIEP_Def.H » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/INCLUDE »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/README » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/libMPG123/PLACE_LIBMPG123_SOURCES_HERE » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/libMPG123/libMPG123.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream/libMPG123 »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/CMP3Stream »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/feedseekclr/Program.cs » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/feedseekclr/feedseekclr.csproj » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/feedseekclr/Properties/AssemblyInfo.cs » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/feedseekclr/Properties »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/feedseekclr »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/ReplaceReaderclr/Program.cs » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/ReplaceReaderclr/ReplaceReaderclr.csproj » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/ReplaceReaderclr/Properties/AssemblyInfo.cs » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/ReplaceReaderclr/Properties »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/ReplaceReaderclr »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/scanclr/Program.cs » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/scanclr/scanclr.csproj » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/scanclr/Properties/AssemblyInfo.cs » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/scanclr/Properties »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples/scanclr »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/examples »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/2008clr.sln » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/advanced.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/stdafx.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/dllmain.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/text.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/error.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/string.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/text.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/id3v2.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/enum.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/mpg123clr.rc » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/stdafx.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/targetver.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/error.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/id3v1.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/ReadMe.txt » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/resource.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/mpg123clr.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/string.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/id3v2.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/mpg123clr.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/id3v1.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/advanced.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/AssemblyInfo.cpp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr/mpg123clr.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr/mpg123clr »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2008clr »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/config.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/mpg123.h » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/mpg123.sln » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/libmpg123/libmpg123.vcxproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/libmpg123 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/scan/scan.vcxproj.filters » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/scan/scan.vcxproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/scan »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/feedseek/feedseek.vcxproj » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/feedseek/feedseek.vcxproj.filters » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/feedseek »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/dump_seekindex/dump_seekindex.vcxproj.filters » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/dump_seekindex/dump_seekindex.vcxproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010/dump_seekindex »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2010 »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2005/libmpg123/libmpg123.vcproj » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2005/libmpg123 »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++/2005 »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports/MSVC++ »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/ports »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/TODO » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/mpglib.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/scan.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/id3dump.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/dump_seekindex.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/feedseek.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/extract_frames.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples/mpg123_to_wav.c » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/examples »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/doxyhead.xhtml » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/Makefile.am » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/LARGEFILE » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/doxygen.conf » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/README.gain » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/PATENTS » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/BUGS » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/BENCHMARKING » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/README.3DNOW » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/CONTACT » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/doxy_examples.c » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/THANKS » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/LICENSE » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/ACCURACY » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/libmpg123_speed.txt » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/Makefile » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/README.remote » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/ROAD_TO_LGPL » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc/Makefile.in » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/doc »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/ltmain.sh » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/config.sub » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/config.guess » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/missing » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/install-sh » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/depcomp » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build/compile » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/build »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/scripts/benchmark-cpu.pl » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/scripts/mpg123info » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/scripts/conplay » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/scripts/tag_lyrics.py » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/scripts »
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/mpg123.spec.in » supprimé
« /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4/Makefile.in » supprimé
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static/mpg123-1.22.4 »
répertoire supprimé : « /home/suizokukan/mxe/tmp-mpg123-x86_64-w64-mingw32.static »
touch '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/installed/mpg123'
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m23.447s
user 0m28.750s
sys 0m2.067s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment