Giter Club home page Giter Club logo

media-autobuild_suite's People

Contributors

1480c1 avatar aryla avatar biswa96 avatar eltoddy avatar gyand avatar importtaste avatar jb-alvarado avatar kliffgomel avatar l4cache avatar lars18th avatar laserfoxcn avatar lehmann-c avatar ligh-de avatar mboncoddo avatar mdyan avatar mkver avatar moisespr123 avatar myfreeer avatar nille02 avatar okazunori2013 avatar pat357 avatar patman86 avatar polymetric avatar rld243 avatar softworkz avatar vt-idiot avatar waldonnis avatar wiiaboo avatar woot000 avatar yuudai-g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

media-autobuild_suite's Issues

Always create a new ini-file

After running this batchscript that always create a new ini-file.
I was try to replace "find" with "findstr", after then it works normally.
please fix it, thanks!

:checkINI
findstr /i "msys2Arch" %ini% >nul
    if ERRORLEVEL 1 del %ini% && GOTO selectmsys2Arch

Video playback has slight pause

CMD:

:test1
ffmpeg -i sample.mkv -async 1 -c:v copy -c:a libfdk_aac -vbr 3 test1.mkv
ffmpeg -i test1.mkv -map 0:a:0 -c:a copy test1.m4a
:test2
ffmpeg -i sample.mkv -c:v copy -c:a libfdk_aac -vbr 3 test2.mkv
ffmpeg -i test1.mkv -map 0:a:0 -c:a copy test2.m4a

I used mpc-hc and ffplay playback these mkv,
test2.mkv there is a slight pause probably at 00:07.
but I playback test2.m4a it sounds no problem.

https://www.dropbox.com/s/cor4z083vtkbu3o/sample.mkv

This problem also occurs in other source videos.

Can not build ffmpeg-shared

After compiling done, I did not found any exe-file under dir "bin-video\ffmpegSHARED\bin"
please fix it, thank you very much.

LD      ffmpeg_g.exe
LD      ffplay_g.exe
LD      ffprobe_g.exe
cmdutils.o:cmdutils.c:(.text+0x41e3): undefined reference to `avdevice_configuration'
cmdutils.o:cmdutils.c:(.text+0x4453): undefined reference to `avdevice_version'
cmdutils.o:cmdutils.c:(.text+0x4a67): undefined reference to `avdevice_version'
C:/media-autobuild_suite/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/bin/ld.exe: cmdutils.o: bad reloc address 0xf in section `.text.unlikely'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffprobe_g.exe' failed
make: *** [ffprobe_g.exe] Error 1
make: *** Waiting for unfinished jobs....
cmdutils.o:cmdutils.c:(.text+0x41e3): undefined reference to `avdevice_configuration'
cmdutils.o:cmdutils.c:(.text+0x4453): undefined reference to `avdevice_version'
cmdutils.o:cmdutils.c:(.text+0x4a67): undefined reference to `avdevice_version'
C:/media-autobuild_suite/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/bin/ld.exe: cmdutils.o: bad reloc address 0xf in section `.text.unlikely'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffmpeg_g.exe' failed
make: *** [ffmpeg_g.exe] Error 1
cmdutils.o:cmdutils.c:(.text+0x41e3): undefined reference to `avdevice_configuration'
cmdutils.o:cmdutils.c:(.text+0x4453): undefined reference to `avdevice_version'
cmdutils.o:cmdutils.c:(.text+0x4a67): undefined reference to `avdevice_version'
C:/media-autobuild_suite/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/bin/ld.exe: cmdutils.o: bad reloc address 0xf in section `.text.unlikely'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffplay_g.exe' failed
make: *** [ffplay_g.exe] Error 1
INSTALL libavdevice/avdevice.dll
STRIP   install-libavdevice-shared
INSTALL libavdevice/avdevice.dll
INSTALL libavdevice/avdevice.dll
INSTALL libavfilter/avfilter.dll
STRIP   install-libavfilter-shared
INSTALL libavfilter/avfilter.dll
INSTALL libavfilter/avfilter.dll
INSTALL libavformat/avformat.dll
STRIP   install-libavformat-shared
INSTALL libavformat/avformat.dll
INSTALL libavformat/avformat.dll
INSTALL libavcodec/avcodec.dll
STRIP   install-libavcodec-shared
INSTALL libavcodec/avcodec.dll
INSTALL libavcodec/avcodec.dll
INSTALL libpostproc/postproc.dll
STRIP   install-libpostproc-shared
INSTALL libpostproc/postproc.dll
INSTALL libpostproc/postproc.dll
INSTALL libswresample/swresample.dll
STRIP   install-libswresample-shared
INSTALL libswresample/swresample.dll
INSTALL libswresample/swresample.dll
INSTALL libswscale/swscale.dll
STRIP   install-libswscale-shared
INSTALL libswscale/swscale.dll
INSTALL libswscale/swscale.dll
INSTALL libavutil/avutil.dll
STRIP   install-libavutil-shared
INSTALL libavutil/avutil.dll
INSTALL libavutil/avutil.dll
LD      ffmpeg_g.exe
cmdutils.o:cmdutils.c:(.text+0x41e3): undefined reference to `avdevice_configuration'
cmdutils.o:cmdutils.c:(.text+0x4453): undefined reference to `avdevice_version'
cmdutils.o:cmdutils.c:(.text+0x4a67): undefined reference to `avdevice_version'
C:/media-autobuild_suite/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/bin/ld.exe: cmdutils.o: bad reloc address 0xf in section `.text.unlikely'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffmpeg_g.exe' failed
make: *** [ffmpeg_g.exe] Error 1

RTMP

To simplify the RTMP compilation I suggest you the following approach:

OpenSSL:
Please note the mingw64 at the end of the configuration. For x86 it has to be mingw. The rest should be equal for both architectures.

wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar xf openssl-1.0.1e.tar.gz
rm openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
./Configure --prefix=$LOCALDESTDIR no-shared zlib --with-zlib-include=$LOCALDESTDIR/include --with-zlib-lib=$LOCALDESTDIR/lib mingw64
make depend
make
make install
sed -i 's/Libs: -L${libdir} -lcrypto/Libs: -L${libdir} -lcrypto -lws2_32 -lgdi32/g' $LOCALDESTDIR/lib/pkgconfig/libcrypto.pc

RTMP:

git clone git://git.ffmpeg.org/rtmpdump rtmpdump
cd rtmpdump
make LDFLAGS="$LDFLAGS" prefix=$LOCALDESTDIR SHARED= SYS=mingw "-lz -static" install
sed -i 's/Libs: -L${libdir} -lrtmp -lz/Libs: -L${libdir} -lrtmp -lz -lws2_32 -lwinmm -lgdi32/g' $LOCALDESTDIR/lib/pkgconfig/librtmp.pc

... --enable-librtmp ...
Thats it. Run ffmpeg -protocols, voilà!:

rtmp
rtmpe
rtmps
rtmpt
rtmpte

I guess you don't need build-gnutls_tmp.sh any more.

wxWidgets isn't compiling since 1/2 days ago

/usr/bin/install -c -m 644 /build64/wxWidgets-3.0.1/lib/libwxscintilla-3.0.a /local64/lib
/build64/wxWidgets-3.0.1/bk-deps x86_64-w64-mingw32-g++ -c -o baselib_datetime.o  -D__WXMSW__      -DWXBUILDING -I/build64/wxWidgets-3.0.1/src/tiff/libtiff -I./src/tiff/libtiff    -I./src/regex  -DwxUSE_GUI=0 -DwxUSE_BASE=1 -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -D_FILE_OFFSET_BITS=64 -I/build64/wxWidgets-3.0.1/lib/wx/include/msw-unicode-static-3.0 -I./include -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -fno-devirtualize -fpermissive -O2 -fno-strict-aliasing -I/local64/include -mms-bitfields -mthreads -mtune=generic -pipe  ./src/common/datetime.cpp
./src/common/datetime.cpp: In static member function 'static tm* wxDateTime::GetTmNow(tm*)':
./src/common/datetime.cpp:516:38: error: 'localtime_r' was not declared in this scope
     return wxLocaltime_r(&t, tmstruct);
                                      ^
./src/common/datetime.cpp: In static member function 'static wxDateTime::Country wxDateTime::GetCountry()':
./src/common/datetime.cpp:809:52: error: 'localtime_r' was not declared in this scope
         struct tm *tm = wxLocaltime_r(&t, &tmstruct);
                                                    ^
./src/common/datetime.cpp: In member function 'long unsigned int wxDateTime::GetAsDOS() const':
./src/common/datetime.cpp:1359:52: error: 'localtime_r' was not declared in this scope
     struct tm *tm = wxLocaltime_r(&ticks, &tmstruct);
                                                    ^
./src/common/datetime.cpp: In member function 'wxDateTime::Tm wxDateTime::GetTm(const wxDateTime::TimeZone&) const':
./src/common/datetime.cpp:1403:48: error: 'localtime_r' was not declared in this scope
             tm = wxLocaltime_r(&time, &tmstruct);
                                                ^
./src/common/datetime.cpp:1418:49: error: 'gmtime_r' was not declared in this scope
                 tm = wxGmtime_r(&time, &tmstruct);
                                                 ^
./src/common/datetime.cpp: In member function 'int wxDateTime::IsDST(wxDateTime::Country) const':
./src/common/datetime.cpp:2063:49: error: 'localtime_r' was not declared in this scope
         tm *tm = wxLocaltime_r(&timet, &tmstruct);
                                                 ^
./src/common/datetime.cpp: In static member function 'static tm* wxDateTime::GetTmNow(tm*)':
./src/common/datetime.cpp:517:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Makefile:29217: recipe for target 'baselib_datetime.o' failed
make: *** [baselib_datetime.o] Error 1
-------------------------------------------------
build wxWidgets-3.0.1 failed...

No such file or directory

I am using the newest script, but I get a lot of similar errors.
The following is the error messages:

install base system:

C:\mingw\pacman.sh: line 2: /etc/base-new.pk: No such file or directory
error: no targets specified (use -h for help)

compile localtools:

-------------------------------------------------------------------------------
checking for pacman packs update...
-------------------------------------------------------------------------------

C:\mingw\compile_localtools.sh: line 43: diff: command not found
C:\mingw\compile_localtools.sh: line 44: diff: command not found
C:\mingw\compile_localtools.sh: line 52: diff: command not found
C:\mingw\compile_localtools.sh: line 53: diff: command not found
C:\mingw\compile_localtools.sh: line 62: diff: command not found
C:\mingw\compile_localtools.sh: line 63: diff: command not found

-------------------------------------------------------------------------------
updating pacman packs done...
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------

compile global tools 32bit

-------------------------------------------------------------------------------
C:\mingw\compile_localtools.sh: line 249: wget: command not found
C:\mingw\compile_localtools.sh: line 250: tar: command not found
rm: cannot remove ‘openjpeg-1.5.2.tar.gz’: No such file or directory
C:\mingw\compile_localtools.sh: line 252: cd: openjpeg-1.5.2: No such file or directory
CMake Error: The source directory "C:/mingw/build32" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
C:\mingw\compile_localtools.sh: line 256: make: command not found
C:\mingw\compile_localtools.sh: line 257: make: command not found
-------------------------------------------------
build openjpeg-1.5.2 failed...
delete the source folder under '/build32' and start again,
or if you know there is no dependences hit enter for continue it
first close the batch window, then the shell window

libvpx won't compile

As the title suggests, I'm struggling to get libvpx to compile (at least with the latest version) - I added git checkout v1.3.0 just before the configure statement and it seemed to work just fine.

The problem is that each time I run the script it detects the libvpx is not the latest version so it refreshes it via git and then reverts to v1.3.0

Is the an option with your script for specifying which versions of certain libraries we want to use?

mpv needs libwaio in order to work with some 3rd party clients (like Syncplay)

See: https://github.com/mpv-player/mpv/blob/master/DOCS/crosscompile-mingw.md#additional-dependencies

Example: https://github.com/lachs0r/mingw-w64-cmake/blob/master/packages/libwaio.cmake

cd $LOCALBUILDDIR

do_git "git://midipix.org/waio" waio-git

if [[ $compile == "true" ]]; then
    if [ -f lib/libwaio.a ]; then
        ./build-mingw-nt64 clean
    fi
    sed -i "s/AR=x86_64-w64-mingw32-ar/AR=x86_64-w64-mingw32-gcc-ar" ./config-mingw-nt64.mak
    ./build-mingw-nt64 lib-static
    cp -r ./include/waio/ /local64/include/waio/
    cp -r ./lib64/libwaio.a /local64/lib/libwaio.a

    sed -i "s/AR=x86_64-w64-mingw32-gcc-ar/AR=x86_64-w64-mingw32-ar" ./config-mingw-nt64.mak
    do_checkIfExist waio-git lib/libwaio.a
    compile="False"
fi

FFmpeg: static or shared decision

Would be nice if you allow to decide whether FFmpeg should be built statically or dynamically. I already managed to compile FFmpeg with --enable-shared --disable-static by using the following patches, 32 Bit respectively:

--- local64/etc/profile.local.old   Mon Oct 07 22:05:35 2013
+++ local64/etc/profile.local   Mon Oct 07 23:44:48 2013
@@ -9,7 +9,7 @@
 CPPFLAGS="-I/local64/include"
 CFLAGS="-I/local64/include -mms-bitfields -mthreads"
 CXXFLAGS="-I/local64/include -mms-bitfields -mthreads"
-LDFLAGS="-L/local64/lib"
+LDFLAGS="-L/local64/lib -static -static-libgcc -static-libstdc++"
 export PKG_CONFIG_PATH CPPFLAGS CFLAGS CXXFLAGS LDFLAGS

 PATH=".:/local64/bin:/mingw64/bin:/mingw/bin:/bin:/opt/bin"
--- compileGlobals64.sh.old Mon Oct 07 20:42:10 2013
+++ compileGlobals64.sh Mon Oct 07 20:07:42 2013
@@ -251,7 +251,7 @@
        wget -c http://www.libsdl.org/release/SDL-1.2.15.tar.gz
        tar xf SDL-1.2.15.tar.gz
        cd SDL-1.2.15
-       ./configure --host=x86_64-pc-mingw32 --prefix=$LOCALDESTDIR --enable-shared=no
+       CFLAGS="-DDECLSPEC=" ./configure --host=x86_64-pc-mingw32 --prefix=$LOCALDESTDIR --enable-shared=no
        make -j $cpuCount
        make install
        echo "finish" > compile.done

Can not copy video stream to mkv

Commands

ffmpeg -i sample.m2ts -c copy output.mkv
ffmpeg -i sample.m2ts -map 0:v -c copy output.mkv

ffmpeg error message

[matroska @ 0112f800] Can't write packet with unknown timestamp
av_interleaved_write_frame(): Invalid argument

sample.m2ts
http://anonymousdelivers.us/134423

This error only happen to use the ffmpeg copy the m2ts's video stream to MKV,
but it does not happen to stable releases.

Build faac failed

then mv -f ".deps/frame.Tpo" ".deps/frame.Plo"; else rm -f ".deps/frame.Tpo"; exit 1; fi
libtool: Version mismatch error.  This is libtool 2.4.3, but the
libtool: definition of this LT_INIT comes from libtool 2.4.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.3
libtool: and run autoconf again.
libtool: Version mismatch error.  This is libtool 2.4.3, but the
libtool: definition of this LT_INIT comes from libtool 2.4.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.3
libtool: and run autoconf again.
libtool: Version mismatch error.  This is libtool 2.4.3, but the
libtool: definition of this LT_INIT comes from libtool 2.4.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.3
libtool: and run autoconf again.
Makefile:308: recipe for target 'aacquant.lo' failed
make[2]: *** [aacquant.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:308: recipe for target 'frame.lo' failed
make[2]: *** [frame.lo] Error 1
Makefile:308: recipe for target 'fft.lo' failed
make[2]: *** [fft.lo] Error 1
libtool: Version mismatch error.  This is libtool 2.4.3, but the
libtool: definition of this LT_INIT comes from libtool 2.4.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.3
libtool: and run autoconf again.
Makefile:308: recipe for target 'bitstream.lo' failed
make[2]: *** [bitstream.lo] Error 1
make[2]: Leaving directory '/build32/faac-1.28/libfaac'
Makefile:266: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build32/faac-1.28'
Makefile:195: recipe for target 'all' failed
make: *** [all] Error 2
Making install in include
make[1]: Entering directory '/build32/faac-1.28/include'
make[2]: Entering directory '/build32/faac-1.28/include'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/local32/include" || mkdir -p -- "/local32/include"
 /usr/bin/install -c -m 644 'faac.h' '/local32/include/faac.h'
 /usr/bin/install -c -m 644 'faaccfg.h' '/local32/include/faaccfg.h'
make[2]: Leaving directory '/build32/faac-1.28/include'
make[1]: Leaving directory '/build32/faac-1.28/include'
Making install in libfaac
make[1]: Entering directory '/build32/faac-1.28/libfaac'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  -I/local32/include -D_FORTI     FY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local32/include -mms-bitfields -mthreads -mtune=generic -pipe -MT aacquant.lo      -MD -MP -MF ".deps/aacquant.Tpo" -c -o aacquant.lo aacquant.c; \
then mv -f ".deps/aacquant.Tpo" ".deps/aacquant.Plo"; else rm -f ".deps/aacquant.Tpo"; exit 1; fi
libtool: Version mismatch error.  This is libtool 2.4.3, but the
libtool: definition of this LT_INIT comes from libtool 2.4.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.3
libtool: and run autoconf again.
Makefile:308: recipe for target 'aacquant.lo' failed
make[1]: *** [aacquant.lo] Error 1
make[1]: Leaving directory '/build32/faac-1.28/libfaac'
Makefile:266: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
-------------------------------------------------
Build faac-1.28 failed...
Delete the source folder under '/build32' and start again,
or if you know there is no dependences hit enter for continue it.

please fix it, thanks.

Few unrelated proposals

First off, I like the splitting up of some of the scripts. It makes the batch file much more readable.

On that note, what are your thoughts on splitting off the two profiles into their own text files? Right now, if we customize the profile's for custom compilation flags, they will be overwritten each time the batch file is run. This would let us customize them as well as make the profile update code much simpler as none of the profiles contain any variables so they can be defined statically and could then just do a diff of the files would no longer have to run that long diff section of code to compare the two.

We should probably also put a "pacman -Sc" to clean-up old packages. There's also some changes in the main batch file I'd like to do just to simplify things if you don't mind. An example is the following:

set cygdrive=no

    if exist %instdir%\%msys2%\etc\fstab. (
        for /f %%b in ('findstr /i binary %instdir%\%msys2%\etc\fstab.') do set cygdrive=yes
        )
    if "%cygdrive%"=="no" echo.none / cygdrive binary,posix=0,noacl,user 0 ^0>>%instdir%\%msys2%\etc\fstab.

    echo.>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\local32\ /local32>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\build32\ /build32>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\%msys2%\mingw32\ /mingw32>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\local64\ /local64>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\build64\ /build64>>%instdir%\%msys2%\etc\fstab.
    echo.%instdir%\%msys2%\mingw64\ /mingw64>>%instdir%\%msys2%\etc\fstab.

to:

    (
        set cygdrive=no

        if exist %instdir%\%msys2%\etc\fstab. (
            for /f %%b in ('findstr /i binary %instdir%\%msys2%\etc\fstab.') do set cygdrive=yes
            )
        if "%cygdrive%"=="no" echo.none / cygdrive binary,posix=0,noacl,user 0 0

        echo.>>%instdir%\%msys2%\etc\fstab
        echo.%instdir%\local32\ /local32
        echo.%instdir%\build32\ /build32
        echo.%instdir%\%msys2%\mingw32\ /mingw32
        echo.%instdir%\local64\ /local64
        echo.%instdir%\build64\ /build64
        echo.%instdir%\%msys2%\mingw64\ /mingw64
    ) >> %instdir%\%msys2%\etc\fstab

All of the writing out to file sections can be similarly done and makes things shorter and easier to read. I can start a fork and put in pull requests if you want rather than just creating issues. Any thoughts?

libgcrypt fails to compile

I just tried this script and...

checking which key derivation functions to include... s2k pkdf2 scrypt
checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether to run large data tests... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether AESNI support is requested... yes
checking whether PCLMUL support is requested... yes
checking whether DRNG support is requested... yes
checking whether AVX support is requested... yes
checking whether AVX2 support is requested... yes
checking whether NEON support is requested... yes
checking whether a -O flag munging is requested... yes
checking whether to enable AMD64 as(1) feature detection... yes
checking for i686-w64-mingw32-gpg-error-config... no
checking for gpg-error-config... no
checking for GPG Error - version >= 1.11... no
configure: error: libgpg-error is needed.
                See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .

... looks like libgpg-error is missing. Opening msys console and installing via packman didn't help.
But after a bit of playing with this I found a kind-of workaround:
Download following packages from msys repo http://sourceforge.net/projects/msys2/files/REPOS/
for 32bit:
libgpg-error-1.12-1-i686.pkg.tar.xz
libgpg-error-devel-1.12-1-i686.pkg.tar.xz

for 64bit:
libgpg-error-1.12-1-x86_64.pkg.tar.xz
libgpg-error-devel-1.12-1-x86_64.pkg.tar.xz

extract them somewhere and copy contents of usr directory to local32 or local64 respectively.
Then everything compiles just fine :-)

Doesn't work with x86 Windows / 32bit MSYS2

Hello jb-alvarado :-)
I just joined GitHub solely to report this...
Many thanks for your hard efforts so far and
really sad on your intention to leave this project orphaned...

I am using a Windows Vista SP2 x86 laptop with very little free space on C:/,
so I turned to your script for compiling a non-free version of FFmpeg on
my external HDD F:/.
I have used in the past nu774's script for compiling fdkaac.exe and it worked
like a charm on my setup, so I thought the case would be similar with your script...
I ran media-autobuild_suite.bat and just used the recommended setting for
"64 bit msys2"; it downloaded and extracted fine, only to realize a bit later that it's
(of course) incompatible with my architecture...
Deleted everything and started anew, this time selecting "32 bit msys2"
It also downloaded and extracted fine, but soon your script died
trying to "compile global tools 32bit":


compile global tools 32bit


F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 168: wget: command not found
F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 169: tar: command not found
rm: cannot remove ‘openjpeg-1.5.2.tar.gz’: No such file or directory
F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 171: cd: openjpeg-1.5.2: No such file or directory
F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 173: cmake: command not found
F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 175: make: command not found
F:\Compiler\media-autobuild_suite-master\compile_localtools.sh: line 176: make: command not found


build openjpeg-1.5.2 failed...
delete the source folder under '/build32' and start again,
or if you know there is no dependences hit enter for continue it
first close the batch window, then the shell window

On the homepage you state it's tested on Win7 (but don't mention x86 or x64),
so I thought Vista was to blame...
I borrowed my sister's laptop with Win7 SP1 x64 and tried to run the script there.
Out of curiosity, since I'm only interested in x86 binaries, I chose to install "32 bit msys2"
as I did in my Vista x86 machine, and ended up getting the same errors...
So Vista was not to blame after all, it appears THERE'S A BUG IN THE SCRIPT WHEN MSYS32 IS USED. I wish it could be fixed somehow so that the script could be used in x86 Windows...

I then started again, using MSYS64 this time on the Win7 x64 machine, and the script executes normally. It stalled in the compilation of gnutls-3.3.3, but your provided solution worked and let it continue (it is still running...). BTW, why have you chosen GnuTLS over PolarSSL?
With GnuTLS, rtmpdump binaries end up quite big... (~ 3.35 MB).
I understand that the script fetches git HEAD FFmpeg sources to compile ffmpeg.exe;
what if I want to compile, say, FFmpeg 2.4.3 with a personal patch of http.c that has not made it to
the git repo? What should I do? I am a complete novice, so bear with me...

I offer my gratitude for all your time and efforts spent in this project.
Vangelis (from Greece)

ffmpeg shared build failures on new script revision

ffmpeg fails to build in both 32 and 64-bit modes when choosing to build it as shared instead of static.

This is due to the reliance on the mingw-w64 builds of the following packages which are tied to the glib2 libraries:

mingw-w64--libass: depends on mingw-w64--harfbuzz, mingw-w64--freetype
mingw-w64-
-harfbuzz: depends on mingw-w64--freetype, mingw-w64--glib2
mingw-w64--freetype: depends on mingw-w64--harfbuzz

dlltool when run on the ffmpeg libs will export all symbols defined (except those from mingw) when no symbols are listed as exports. When compiling ffmpeg as shared, glib2 gets built-in which does have exports defined resulting in libavfilter's dll containing only glib2 export symbols which breaks the build when libavdevice tries to link. This problem also occurs when using the mingw version of SDL. To fix this, I added back in libass and SDL from the previous script and removed the glib2-0 library referenced in the shared build.

I wasn't sure how you wanted to handle this, but have you looked into possibly using makepkg-mingw to build and install packages? I made a few packages using modified PKGBUILD scripts from here: https://github.com/Alexpux/MINGW-packages which are kept up-to-date and built virtually automatically. They're kept up-to-date as well as contain patches for many of the libraries we're building and customizing them to change flags may be easier.

Wget.zip extraction filename conflict

Wget.zip contains a LICENSE file that when attempting to extract through install-wget.js causes a conflict with the tool-set's LICENSE file prompting a dialog box that can neither rename or replace the tool-set one with the included wget LICENSE. Removing or renaming the toolset's LICENSE file corrects the issue.

Windows 8/8.1

crash on mpv choice

d:\Archive\Archive01\media-autobuild-suite>media-autobuild_suite.bat
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Select the build target system:
 1 = both [32 bit and 64 bit]
 2 = 32 bit build system
 3 = 64 bit build system

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Build System:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build nonfree binaries [like fdkaac], is not allow to distribute them:
 1 = nonfree binaries
 2 = free binaries

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Binaries:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build ffmpeg binary:
 1 = yes [static]
 2 = no
 3 = shared

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build ffmpeg:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build ffmpeg new when lib has updated:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build ffmpeg if lib is new:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mp4box binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mp4box:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mplayer/mencoder binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mplayer:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mpv binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mpv:1
( was unexpected at this time.
d:\Archive\Archive01\media-autobuild-suite>media-autobuild_suite.bat
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Select the build target system:
 1 = both [32 bit and 64 bit]
 2 = 32 bit build system
 3 = 64 bit build system

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Build System:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build nonfree binaries [like fdkaac], is not allow to distribute them:
 1 = nonfree binaries
 2 = free binaries

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Binaries:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build ffmpeg binary:
 1 = yes [static]
 2 = no
 3 = shared

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build ffmpeg:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build ffmpeg new when lib has updated:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build ffmpeg if lib is new:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mp4box binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mp4box:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mplayer/mencoder binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mplayer:1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 Build static mpv binary:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
build mpv:2
( was unexpected at this time.
d:\Archive\Archive01\media-autobuild-suite>

It doesn't matter what I select on build mpv choice. It's either expecting a "(" or a ")" ... Probably just a typo...

building ffmpeg failed

I am use the newest script and completely rebuild the environment from zero.
But I can not successful build ffmpeg.
Please fix it, thanks!

CC      ffplay.o
CC      ffprobe.o
AR      libavdevice/libavdevice.a
AR      libavfilter/libavfilter.a
AR      libavformat/libavformat.a
AR      libavcodec/libavcodec.a
AR      libpostproc/libpostproc.a
AR      libswresample/libswresample.a
AR      libswscale/libswscale.a
AR      libavutil/libavutil.a
LD      ffmpeg_g.exe
LD      ffplay_g.exe
LD      ffprobe_g.exe
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitset' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitmask' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `nbits_table' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitmask' overridden by definition
CC:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o:/media-autobuild_suite/local64/lib): warning/libwavpack.a: multiple common(libwavpack_la of `bitset'
C:/media-autobuild_suite/local64/lib-entropy_utils.o/libwavpack.a): warning: defined here
C:/media(libwavpack_la-autobuild_suite-common_utils.o/local64/lib): warning/libwavpack.a: previous(libwavpack_la common-extra1.o is): warning here: common
C of:/media `nbits_table' overridden-autobuild_suite by/local64 definition/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite/local64/lib-pack_utils.o): warning: multiple common of `bitmask'
C:/media/libwavpack.a-autobuild_suite(libwavpack_la/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite-entropy_utils.o/local64): warning/lib: defined/libwavpack.a here(libwavpack_la
C-common_utils.o:/media): warning-autobuild_suite: defined/local64 here/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite-extra1.o/local64): warning/lib: common/libwavpack.a of(libwavpack_la `sample_rates-tags.o' overridden): warning by: multiple definition common
C of:/media `bitset-autobuild_suite'
C/local64:/media/lib-autobuild_suite/libwavpack.a/local64(libwavpack_la/lib-common_utils.o/libwavpack.a): warning(libwavpack_la: defined-common_utils.o here): warning
C: previous:/media common-autobuild_suite is/local64 here/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite-extra2.o/local64): warning/lib: common/libwavpack.a of(libwavpack_la `bitset-tags.o' overridden): warning by: multiple definition common
C of:/media `bitmask-autobuild_suite'
C/local64:/media/lib-autobuild_suite/libwavpack.a/local64(libwavpack_la/lib-entropy_utils.o/libwavpack.a): warning(libwavpack_la: defined-common_utils.o here): warning
C: previous:/media common-autobuild_suite is/local64 here/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite-extra2.o/local64): warning/lib: common/libwavpack.a of(libwavpack_la `bitmask-tags.o' overridden): warning by: multiple definition common
C of:/media `nbits_table-autobuild_suite'
C/local64:/media/lib-autobuild_suite/libwavpack.a/local64(libwavpack_la/lib-entropy_utils.o/libwavpack.a): warning(libwavpack_la: defined-common_utils.o here): warning
C: previous:/media common-autobuild_suite is/local64 here/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite-extra2.o/local64): warning/lib: common/libwavpack.a of(libwavpack_la `nbits_table-tags.o' overridden): warning by: common definition
C:/media of-autobuild_suite `sample_rates/local64' overridden/lib by/libwavpack.a definition(libwavpack_la
C-entropy_utils.o:/media): warning-autobuild_suite: defined/local64 here/lib
C/libwavpack.a:/media(libwavpack_la-autobuild_suite-common_utils.o/local64): warning/lib: defined/libwavpack.a here(libwavpack_la
C-extra2.o:/media): warning-autobuild_suite: common/local64 of/lib `sample_rates/libwavpack.a' overridden(libwavpack_la by-unpack3_open.o definition
C): warning:/media: multiple-autobuild_suite common/local64 of/lib `bitset/libwavpack.a'
C(libwavpack_la:/media-common_utils.o-autobuild_suite): warning/local64: defined/lib here/libwavpack.a
C(libwavpack_la:/media-common_utils.o-autobuild_suite): warning/msys64: previous/mingw64 common/lib is/libharfbuzz.a here(libharfbuzz_la
C-hb:/media-glib.o-autobuild_suite):(.text/local64+0x12/lib): undefined/libwavpack.a reference(libwavpack_la to-unpack3_open.o `g_unichar_fully_decompose'
C:/media): warning-autobuild_suite: multiple/msys64 common/mingw64/lib of/libharfbuzz.a `bitmask(libharfbuzz_la'
C-hb:/media-glib.o-autobuild_suite):(.text/local64+0x47/lib): undefined/libwavpack.a reference(libwavpack_la to-common_utils.o `g_unichar_get_script): warning'
C: previous:/media common-autobuild_suite is here
C:/media/msys64-autobuild_suite/mingw64/local64/lib/lib/libharfbuzz.a/libwavpack.a(libharfbuzz_la(libwavpack_la-hb-unpack3_open.o-glib.o): warning):(.text: multiple+0x70 common): undefined of reference `nbits_table to'
C `g_unichar_get_mirror_char'
C:/media:/media-autobuild_suite-autobuild_suite/msys64/local64/lib/mingw64/libwavpack.a/lib(libwavpack_la/libharfbuzz.a-common_utils.o(libharfbuzz_la): warning-hb: previous-glib.o common):(.text is here
C:/media+0x97-autobuild_suite): undefined/local64 reference/lib to/libwavpack.a `g_unichar_iswide(libwavpack_la'
C-unpack3_open.o:/media): warning-autobuild_suite: common/msys64 of/mingw64 `sample_rates/lib' overridden/libharfbuzz.a by(libharfbuzz_la definition
C:/media-hb-autobuild_suite-glib.o/local64):(.text/lib+0x29/libwavpack.a): undefined(libwavpack_la reference-common_utils.o to): warning `g_unichar_decompose: defined here
C:/media'
C-autobuild_suite:/media/local64-autobuild_suite/lib/msys64/libwavpack.a/mingw64(libwavpack_la/lib-pack.o/libharfbuzz.a): warning(libharfbuzz_la-hb-glib.o: multiple):(.text common+0x39 of): undefined `bitset reference'
C to:/media `g_unichar_compose'
C-autobuild_suite:/media/local64-autobuild_suite/lib/msys64/libwavpack.a/mingw64(libwavpack_la/lib-common_utils.o/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x52): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x83): undefined reference to `g_unichar_type'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xb3): undefined reference to `g_unichar_combining_class'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xc1): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xd1): undefined reference to `g_unicode_script_from_iso15924'
C:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/media): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib-autobuild_suite/libwavpack.a/msys64(libwavpack_la/mingw64-common_utils.o/lib): warning/libharfbuzz.a: previous(libharfbuzz_la common-hb is-glib.o here): bad
C reloc:/media address-autobuild_suite 0x0/local64 in/lib section/libwavpack.a `.pdata(libwavpack_la-pack.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o'
collect2.exe: error: ld returned 1 exit status
): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitset' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitmask' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `nbits_table' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x12): undefined reference to `g_unichar_fully_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x47): undefined reference to `g_unichar_get_script'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x70): undefined reference to `g_unichar_get_mirror_char'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x97): undefined reference to `g_unichar_iswide'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x29): undefined reference to `g_unichar_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x39): undefined reference to `g_unichar_compose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x52): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x83): undefined reference to `g_unichar_type'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xb3): undefined reference to `g_unichar_combining_class'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xc1): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xd1): undefined reference to `g_unicode_script_from_iso15924'
C:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o): bad reloc address 0x0 in section `.pdata'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffmpeg_g.exe' failed
make: *** [ffmpeg_g.exe] Error 1
make: *** Waiting for unfinished jobs....
Makefile:121: recipe for target 'ffplay_g.exe' failed
make: *** [ffplay_g.exe] Error 1
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitset' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitmask' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `nbits_table' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x12): undefined reference to `g_unichar_fully_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x47): undefined reference to `g_unichar_get_script'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x70): undefined reference to `g_unichar_get_mirror_char'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x97): undefined reference to `g_unichar_iswide'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x29): undefined reference to `g_unichar_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x39): undefined reference to `g_unichar_compose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x52): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x83): undefined reference to `g_unichar_type'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xb3): undefined reference to `g_unichar_combining_class'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xc1): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xd1): undefined reference to `g_unicode_script_from_iso15924'
C:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o): bad reloc address 0x0 in section `.pdata'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffprobe_g.exe' failed
make: *** [ffprobe_g.exe] Error 1
LD      ffmpeg_g.exe
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-tags.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-unpack3_open.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_dns.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-pack_floats.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitset'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `bitmask'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: multiple common of `nbits_table'
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: previous common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-write_words.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitset' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `bitmask' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: definition of `nbits_table' overriding common
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: common is here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra1.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitset' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `bitmask' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `nbits_table' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-entropy_utils.o): warning: defined here
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-extra2.o): warning: common of `sample_rates' overridden by definition
C:/media-autobuild_suite/local64/lib/libwavpack.a(libwavpack_la-common_utils.o): warning: defined here
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x12): undefined reference to `g_unichar_fully_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x47): undefined reference to `g_unichar_get_script'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x70): undefined reference to `g_unichar_get_mirror_char'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x97): undefined reference to `g_unichar_iswide'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x29): undefined reference to `g_unichar_decompose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x39): undefined reference to `g_unichar_compose'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x52): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0x83): undefined reference to `g_unichar_type'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xb3): undefined reference to `g_unichar_combining_class'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xc1): undefined reference to `g_unicode_script_to_iso15924'
C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o):(.text+0xd1): undefined reference to `g_unicode_script_from_iso15924'
C:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/media-autobuild_suite/msys64/mingw64/lib/libharfbuzz.a(libharfbuzz_la-hb-glib.o): bad reloc address 0x0 in section `.pdata'
collect2.exe: error: ld returned 1 exit status
Makefile:121: recipe for target 'ffmpeg_g.exe' failed
make: *** [ffmpeg_g.exe] Error 1

wxWidgets isn't compiling (again)

So I think MinGW broke wxWidgets and mkvtoolnix now, again due to time.h stuff.

(if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make all ; fi)
make[1]: Entering directory '/build64/wxWidgets-3.0.2/utils/wxrc'
x86_64-w64-mingw32-g++ -o wxrc.exe wxrc_wxrc.o    -L/build64/wxWidgets-3.0.2/lib  -L/local64/lib -pipe -static -static-libgcc -static-libstdc++    -lwx_baseu_xml-3.0 -lexpat -lwx_baseu-3.0     -lwxregexu-3.0  -L/local64/lib -pipe -static -static-libgcc -static-libstdc++   -lz -lrpcrt4 -loleaut32 -lole32 -luuid -llzma -ljbig -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32 -loleacc  -lz -lrpcrt4 -loleaut32 -lole32 -luuid -llzma -ljbig -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32 -loleacc
E:/ab/build64/wxWidgets-3.0.2/lib\libwx_baseu_xml-3.0.a(xmllib_xml.o):xml.cpp:(.text+0x5d0): multiple definition of `asctime_r(tm const*, char*)'
wxrc_wxrc.o:wxrc.cpp:(.text+0x30): first defined here
E:/ab/build64/wxWidgets-3.0.2/lib\libwx_baseu-3.0.a(baselib_appbase.o):appbase.cpp:(.text+0x4f0): multiple definition of `asctime_r(tm const*, char*)'
wxrc_wxrc.o:wxrc.cpp:(.text+0x30): first defined here
[...]
E:/ab/build64/wxWidgets-3.0.2/lib\libwx_baseu-3.0.a(baselib_base64.o):base64.cpp:(.text+0x0): multiple definition of `asctime_r(tm const*, char*)'
wxrc_wxrc.o:wxrc.cpp:(.text+0x30): first defined here
E:/ab/build64/wxWidgets-3.0.2/lib\libwx_baseu-3.0.a(baselib_ipcbase.o):ipcbase.cpp:(.text+0x60): multiple definition of `asctime_r(tm const*, char*)'
wxrc_wxrc.o:wxrc.cpp:(.text+0x30): first defined here
E:/ab/build64/wxWidgets-3.0.2/lib\libwx_baseu-3.0.a(baselib_timercmn.o):timercmn.cpp:(.text+0x300): multiple definition of `asctime_r(tm const*, char*)'
wxrc_wxrc.o:wxrc.cpp:(.text+0x30): first defined here
collect2.exe: error: ld returned 1 exit status
Makefile:118: recipe for target 'wxrc.exe' failed
make[1]: *** [wxrc.exe] Error 1
make[1]: Leaving directory '/build64/wxWidgets-3.0.2/utils/wxrc'
Makefile:16136: recipe for target 'wxrc' failed
make: *** [wxrc] Error 2

Regarding sox and kvazaar

While working on the ports I found the following plus had a few questions:

Within sox, we are trying to work around the MSYS2 libgsm by moving it out of the way during build-time. I've found it easier to just do the following prior to running autoreconf:

sed -i 's|found_libgsm=yes|found_libgsm=no|g' configure.ac

Since the tests beneath it only override the value by setting found_libgsm to no, it defaults to no and never tries to link to the external one.

For kvazaar, compiling with "make ARCH=i686/x86_64 CC=gcc" results in the following builds (replaced object list with ... for brevity).

x86_64:

gcc -I/local64/include -mms-bitfields -mthreads -pipe -O2 -g -Werror -ftree-vectorize -m64 -D__USE_MINGW_ANSI_STDIO=1 -std=gnu99 -I. -I./strategies -I./extras -I.. -Wall -Wtype-limits -Wvla  -c interface_main.c -o interface_main.o
yasm  -f win64 -DHAVE_ALIGNED_STACK=1 -DARCH_X86_64=1 -I. -I./strategies -I./extras -I.. ...
gcc ... -L/local64/lib -pipe -m64 -lm -pthread -o kvazaar

i686:

gcc -I/local32/include -mms-bitfields -mthreads -pipe -O2 -g -Werror -ftree-vectorize -m32 -D__USE_MINGW_ANSI_STDIO=1 -std=gnu99 -I. -I./strategies -I./extras -I.. -Wall -Wtype-limits -Wvla ...
yasm  -f win32 -DPREFIX -DHAVE_ALIGNED_STACK=0 -DARCH_X86_64=0 -I. -I./strategies -I./extras -I.. ...
gcc ... -L/local32/lib -pipe -m32 -lm -pthread -o kvazaar

I don't see any actual mention of a DFLAGS in the makefile. Do you recall if we were overriding these for a reason? They seem to be correctly set regardless although in the build script I'm passing in CC=gcc so I don't need to rely on the environmental variable.

Could Not Find msys2-base.tar.xz

-------------------------------------------------------------------------------

- Download and install msys2 basic system

-------------------------------------------------------------------------------
--2014-06-28 19:55:35--  http://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-x86_64-20140624.exe/download
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/project/msys2/Base/x86_64/msys2-x86_64-20140624.exe?r=&ts=1403956536&use_mirror=nchc
[following]
--2014-06-28 19:55:36--  http://downloads.sourceforge.net/project/msys2/Base/x86_64/msys2-x86_64-20140624.exe?r=&ts=1403956536&u
se_mirror=nchc
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://nchc.dl.sourceforge.net/project/msys2/Base/x86_64/msys2-x86_64-20140624.exe [following]
--2014-06-28 19:55:37--  http://nchc.dl.sourceforge.net/project/msys2/Base/x86_64/msys2-x86_64-20140624.exe
Resolving nchc.dl.sourceforge.net (nchc.dl.sourceforge.net)... 211.79.60.17
Connecting to nchc.dl.sourceforge.net (nchc.dl.sourceforge.net)|211.79.60.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 71674012 (68M) [application/octet-stream]
Saving to: 'msys2-base-x86_64.tar.xz'

100%[======================================================================================>] 71,674,012   194KB/s   in 4m 59s

2014-06-28 20:00:35 (234 KB/s) - 'msys2-base-x86_64.tar.xz' saved [71674012/71674012]


7-Zip (A) 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18


Error:
cannot find archive

7-Zip (A) 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18


Error:
cannot find archive
Could Not Find C:\media-autobuild_suite-master\msys2-base.tar.xz
Could Not Find C:\media-autobuild_suite-master\msys2-base.tar
-------------------------------------------------------------------------------

wrong 1.
download msys2-x86_64-20140624.exe
wrong 2.
saving to 'msys2-base-x86_64.tar.xz'

please fix it, thanks.

libgcrypt complile error

Hello,
I've just tried running the script, but unfortunately I'm getting an error when the scripts tries to compile libgcrypt (the log is looooong, sorry for that, but I don't know which part will be needed to analyze this problem):

--2014-07-23 14:49:44--  ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.1.tar.bz2
           => ‘libgcrypt-1.6.1.tar.bz2’
Resolving ftp.gnupg.org (ftp.gnupg.org)... 217.69.76.55
Connecting to ftp.gnupg.org (ftp.gnupg.org)|217.69.76.55|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /gcrypt/libgcrypt ... done.
==> SIZE libgcrypt-1.6.1.tar.bz2 ... 2470885
==> PASV ... done.    ==> RETR libgcrypt-1.6.1.tar.bz2 ... done.
Length: 2470885 (2.4M) (unauthoritative)

100%[================================================>] 2,470,885   3.76MB/s   in 0.6s

2014-07-23 14:49:45 (3.76 MB/s) - ‘libgcrypt-1.6.1.tar.bz2’ saved [2470885]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-mingw32
checking host system type... x86_64-pc-mingw32
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-pc-mingw32-gcc... no
checking for gcc... 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... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gawk... (cached) gawk
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cc for build... gcc
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... C:/mingw/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
checking if the linker (C:/mingw/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm
checking the name lister (/mingw64/bin/nm) interface... BSD nm
checking whether ln -s works... no, using cp -pR
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-mingw32 file names to x86_64-pc-mingw32 format... func_convert_file_msys_to_w32
checking how to convert x86_64-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
checking for C:/mingw/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
checking for x86_64-pc-mingw32-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-pc-mingw32-dlltool... no
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-pc-mingw32-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-pc-mingw32-strip... no
checking for strip... strip
checking for x86_64-pc-mingw32-ranlib... no
checking for ranlib... ranlib
checking command to parse /mingw64/bin/nm output from gcc object... ok
checking for sysroot... no
checking for x86_64-pc-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for x86_64-pc-mingw32-as... no
checking for as... as
checking for x86_64-pc-mingw32-dlltool... dlltool
checking for x86_64-pc-mingw32-objdump... objdump
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (C:/mingw/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) 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
checking for x86_64-pc-mingw32-windres... no
checking for windres... windres
checking whether byte ordering is bigendian... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking size of unsigned long long... 8
checking for uintptr_t... yes
checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147
checking which public-key ciphers to include... dsa elgamal rsa ecc
checking which message digests to include... crc gostr3411-94 md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool stribog
checking which key derivation functions to include... s2k pkdf2 scrypt
checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether to run large data tests... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether AESNI support is requested... yes
checking whether PCLMUL support is requested... yes
checking whether DRNG support is requested... yes
checking whether AVX support is requested... yes
checking whether AVX2 support is requested... yes
checking whether NEON support is requested... yes
checking whether a -O flag munging is requested... yes
checking whether to enable AMD64 as(1) feature detection... yes
checking for x86_64-pc-mingw32-gpg-error-config... no
checking for gpg-error-config... /mingw64/bin/gpg-error-config
checking for GPG Error - version >= 1.11... yes (1.13)
configure: WARNING:
***
*** The config script /mingw64/bin/gpg-error-config was
*** built for x86_64-w64-mingw32 and thus may not match the
*** used host x86_64-pc-mingw32.
*** You may want to use the configure option --with-gpg-error-prefix
*** to specify a matching config script.
***
checking for library containing setsockopt... no
checking for library containing setsockopt... (cached) no
checking for library containing setsockopt... (cached) no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/msg.h usability... no
checking sys/msg.h presence... no
checking for sys/msg.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... no
checking for pid_t... yes
checking for byte typedef... no
checking for ushort typedef... no
checking for ulong typedef... no
checking for u16 typedef... no
checking for u32 typedef... no
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking winsock2.h usability... yes
checking winsock2.h presence... yes
checking for winsock2.h... yes
checking ws2tcpip.h usability... yes
checking ws2tcpip.h presence... yes
checking for ws2tcpip.h... yes
checking for socklen_t... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking whether the variable length arrays are supported... yes
checking whether the visibility attribute is supported... no
checking whether the GCC style aligned attribute is supported... yes
checking whether 'asm' assembler keyword is supported... yes
checking whether '__asm__' assembler keyword is supported... yes
checking whether inline assembly memory barrier is supported... yes
checking whether GCC assembler is compatible for ARM assembly implementations... no
checking for _ prefix in compiled symbols... no
checking architecture and mpi assembler functions... x86
checking whether GCC inline assembler supports SSSE3 instructions... yes
checking whether GCC inline assembler supports PCLMUL instructions... yes
checking whether GCC inline assembler supports AVX instructions... yes
checking whether GCC inline assembler supports AVX2 instructions... yes
checking whether GCC inline assembler supports BMI2 instructions... yes
checking whether GCC assembler is compatible for amd64 assembly implementations... no
checking whether GCC assembler is compatible for Intel syntax assembly implementations... yes
checking whether compiler is configured for ARMv6 or newer architecture... n/a
checking whether GCC inline assembler supports NEON instructions... n/a
checking for vprintf... yes
checking for _doprnt... no
checking for stpcpy... no
checking for strcasecmp... yes
checking for strtoul... yes
checking for memmove... yes
checking for stricmp... yes
checking for atexit... yes
checking for raise... yes
checking for strerror... yes
checking for rand... yes
checking for mmap... no
checking for getpagesize... yes
checking for sysconf... no
checking for waitpid... no
checking for wait4... no
checking for gettimeofday... yes
checking for getrusage... no
checking for gethrtime... no
checking for clock_gettime... yes
checking for syslog... no
checking for fcntl... no
checking for ftruncate... yes
checking for flockfile... no
checking for mlock... no
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking for getpid... yes
checking for clock... yes
checking for random device... (cached) no
checking whether non excutable stack support is requested... yes
checking whether assembler supports --noexecstack option... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating compat/Makefile
config.status: creating mpi/Makefile
config.status: creating cipher/Makefile
config.status: creating random/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/gcrypt.h
config.status: creating src/libgcrypt-config
config.status: creating src/versioninfo.rc
config.status: creating tests/Makefile
config.status: creating tests/hashtest-256g
config.status: creating config.h
config.status: linking mpi/amd64/mpih-add1.S to mpi/mpih-add1-asm.S
config.status: linking mpi/amd64/mpih-sub1.S to mpi/mpih-sub1-asm.S
config.status: linking mpi/amd64/mpih-mul1.S to mpi/mpih-mul1-asm.S
config.status: linking mpi/amd64/mpih-mul2.S to mpi/mpih-mul2-asm.S
config.status: linking mpi/amd64/mpih-mul3.S to mpi/mpih-mul3-asm.S
config.status: linking mpi/amd64/mpih-lshift.S to mpi/mpih-lshift-asm.S
config.status: linking mpi/amd64/mpih-rshift.S to mpi/mpih-rshift-asm.S
config.status: linking mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing gcrypt-conf commands

        Libgcrypt v1.6.1 has been configured as follows:

        Platform:                  W32 (x86_64-pc-mingw32)
        Hardware detection module: hwf-x86
        Enabled cipher algorithms: arcfour blowfish cast5 des aes twofish
                                   serpent rfc2268 seed camellia idea salsa20
                                   gost28147
        Enabled digest algorithms: crc gostr3411-94 md4 md5 rmd160 sha1
                                   sha256 sha512 tiger whirlpool stribog

        Enabled kdf algorithms:    s2k pkdf2 scrypt
        Enabled pubkey algorithms: dsa elgamal rsa ecc
        Random number generator:   default
        Using linux capabilities:  no
        Try using Padlock crypto:  yes
        Try using AES-NI crypto:   yes
        Try using Intel PCLMUL:    yes
        Try using DRNG (RDRAND):   yes
        Try using Intel AVX:       yes
        Try using Intel AVX2:      yes
        Try using ARM NEON:        n/a

make  all-recursive
make[1]: Entering directory '/build64/libgcrypt-1.6.1'
Making all in compat
make[2]: Entering directory '/build64/libgcrypt-1.6.1/compat'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/mingw64/include -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/mingw64/include -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -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=link gcc  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall  -L/local64/lib -pipe -o libcompat.la  compat.lo
libtool: link: ar cru .libs/libcompat.a  compat.o
libtool: link: ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && cp -pR "../libcompat.la" "libcompat.la" )
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/compat'
Making all in mpi
make[2]: Entering directory '/build64/libgcrypt-1.6.1/mpi'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c -o mpi-add.lo mpi-add.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c -o mpi-bit.lo mpi-bit.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c -o mpi-cmp.lo mpi-cmp.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c -o mpi-div.lo mpi-div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c mpi-bit.c -o mpi-bit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c mpi-add.c -o mpi-add.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c mpi-div.c -o mpi-div.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c mpi-cmp.c -o mpi-cmp.o
mv -f .deps/mpi-cmp.Tpo .deps/mpi-cmp.Plo
mv -f .deps/mpi-add.Tpo .deps/mpi-add.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c -o mpi-gcd.lo mpi-gcd.c
mv -f .deps/mpi-bit.Tpo .deps/mpi-bit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c -o mpi-inline.lo mpi-inline.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c -o mpi-inv.lo mpi-inv.c
mv -f .deps/mpi-div.Tpo .deps/mpi-div.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c -o mpi-mul.lo mpi-mul.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c mpi-gcd.c -o mpi-gcd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c mpi-inline.c -o mpi-inline.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c mpi-inv.c -o mpi-inv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c mpi-mul.c -o mpi-mul.o
mv -f .deps/mpi-gcd.Tpo .deps/mpi-gcd.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c -o mpi-mod.lo mpi-mod.c
mv -f .deps/mpi-inv.Tpo .deps/mpi-inv.Plo
mv -f .deps/mpi-inline.Tpo .deps/mpi-inline.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c -o mpi-pow.lo mpi-pow.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c -o mpi-mpow.lo mpi-mpow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c mpi-mod.c -o mpi-mod.o
mv -f .deps/mpi-mul.Tpo .deps/mpi-mul.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c -o mpi-scan.lo mpi-scan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c mpi-pow.c -o mpi-pow.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c mpi-mpow.c -o mpi-mpow.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c mpi-scan.c -o mpi-scan.o
mv -f .deps/mpi-mod.Tpo .deps/mpi-mod.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c -o mpicoder.lo mpicoder.c
mv -f .deps/mpi-mpow.Tpo .deps/mpi-mpow.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c -o mpih-div.lo mpih-div.c
mv -f .deps/mpi-scan.Tpo .deps/mpi-scan.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c -o mpih-mul.lo mpih-mul.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c mpicoder.c -o mpicoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c mpih-div.c -o mpih-div.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c mpih-mul.c -o mpih-mul.o
mv -f .deps/mpi-pow.Tpo .deps/mpi-pow.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c -o mpiutil.lo mpiutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c mpiutil.c -o mpiutil.o
mv -f .deps/mpicoder.Tpo .deps/mpicoder.Plo
mv -f .deps/mpih-div.Tpo .deps/mpih-div.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c -o ec.lo ec.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ec-ed25519.lo -MD -MP -MF .deps/ec-ed25519.Tpo -c -o ec-ed25519.lo ec-ed25519.c
mv -f .deps/mpih-mul.Tpo .deps/mpih-mul.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-add1-asm.lo -MD -MP -MF .deps/mpih-add1-asm.Tpo -c -o mpih-add1-asm.lo mpih-add1-asm.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c ec.c -o ec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ec-ed25519.lo -MD -MP -MF .deps/ec-ed25519.Tpo -c ec-ed25519.c -o ec-ed25519.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-add1-asm.lo -MD -MP -MF .deps/mpih-add1-asm.Tpo -c mpih-add1-asm.S -o mpih-add1-asm.o
mv -f .deps/mpiutil.Tpo .deps/mpiutil.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-sub1-asm.lo -MD -MP -MF .deps/mpih-sub1-asm.Tpo -c -o mpih-sub1-asm.lo mpih-sub1-asm.S
mv -f .deps/mpih-add1-asm.Tpo .deps/mpih-add1-asm.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul1-asm.lo -MD -MP -MF .deps/mpih-mul1-asm.Tpo -c -o mpih-mul1-asm.lo mpih-mul1-asm.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-sub1-asm.lo -MD -MP -MF .deps/mpih-sub1-asm.Tpo -c mpih-sub1-asm.S -o mpih-sub1-asm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul1-asm.lo -MD -MP -MF .deps/mpih-mul1-asm.Tpo -c mpih-mul1-asm.S -o mpih-mul1-asm.o
mv -f .deps/mpih-sub1-asm.Tpo .deps/mpih-sub1-asm.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul2-asm.lo -MD -MP -MF .deps/mpih-mul2-asm.Tpo -c -o mpih-mul2-asm.lo mpih-mul2-asm.S
mv -f .deps/mpih-mul1-asm.Tpo .deps/mpih-mul1-asm.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul3-asm.lo -MD -MP -MF .deps/mpih-mul3-asm.Tpo -c -o mpih-mul3-asm.lo mpih-mul3-asm.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul2-asm.lo -MD -MP -MF .deps/mpih-mul2-asm.Tpo -c mpih-mul2-asm.S -o mpih-mul2-asm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-mul3-asm.lo -MD -MP -MF .deps/mpih-mul3-asm.Tpo -c mpih-mul3-asm.S -o mpih-mul3-asm.o
mv -f .deps/mpih-mul2-asm.Tpo .deps/mpih-mul2-asm.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-lshift-asm.lo -MD -MP -MF .deps/mpih-lshift-asm.Tpo -c -o mpih-lshift-asm.lo mpih-lshift-asm.S
mv -f .deps/mpih-mul3-asm.Tpo .deps/mpih-mul3-asm.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-rshift-asm.lo -MD -MP -MF .deps/mpih-rshift-asm.Tpo -c -o mpih-rshift-asm.lo mpih-rshift-asm.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-lshift-asm.lo -MD -MP -MF .deps/mpih-lshift-asm.Tpo -c mpih-lshift-asm.S -o mpih-lshift-asm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT mpih-rshift-asm.lo -MD -MP -MF .deps/mpih-rshift-asm.Tpo -c mpih-rshift-asm.S -o mpih-rshift-asm.o
mv -f .deps/mpih-lshift-asm.Tpo .deps/mpih-lshift-asm.Plo
mv -f .deps/mpih-rshift-asm.Tpo .deps/mpih-rshift-asm.Plo
mv -f .deps/ec-ed25519.Tpo .deps/ec-ed25519.Plo
mv -f .deps/ec.Tpo .deps/ec.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall  -L/local64/lib -pipe -o libmpi.la  mpi-add.lo mpi-bit.lo mpi-cmp.lo mpi-div.lo mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo mpih-mul.lo mpiutil.lo ec.lo ec-ed25519.lo mpih-add1-asm.lo mpih-sub1-asm.lo mpih-mul1-asm.lo mpih-mul2-asm.lo mpih-mul3-asm.lo mpih-lshift-asm.lo mpih-rshift-asm.lo
libtool: link: ar cru .libs/libmpi.a  mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o mpi-inline.o mpi-inv.o mpi-mul.o mpi-mod.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o mpih-div.o mpih-mul.o mpiutil.o ec.o ec-ed25519.o mpih-add1-asm.o mpih-sub1-asm.o mpih-mul1-asm.o mpih-mul2-asm.o mpih-mul3-asm.o mpih-lshift-asm.o mpih-rshift-asm.o
libtool: link: ranlib .libs/libmpi.a
libtool: link: ( cd ".libs" && rm -f "libmpi.la" && cp -pR "../libmpi.la" "libmpi.la" )
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/mpi'
Making all in cipher
make[2]: Entering directory '/build64/libgcrypt-1.6.1/cipher'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c -o cipher.lo cipher.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cbc.lo -MD -MP -MF .deps/cipher-cbc.Tpo -c -o cipher-cbc.lo cipher-cbc.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cfb.lo -MD -MP -MF .deps/cipher-cfb.Tpo -c -o cipher-cfb.lo cipher-cfb.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ofb.lo -MD -MP -MF .deps/cipher-ofb.Tpo -c -o cipher-ofb.lo cipher-ofb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.c -o cipher.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cbc.lo -MD -MP -MF .deps/cipher-cbc.Tpo -c cipher-cbc.c -o cipher-cbc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cfb.lo -MD -MP -MF .deps/cipher-cfb.Tpo -c cipher-cfb.c -o cipher-cfb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ofb.lo -MD -MP -MF .deps/cipher-ofb.Tpo -c cipher-ofb.c -o cipher-ofb.o
cipher.c: In function '_gcry_cipher_open_internal':
cipher.c:463:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
           if ( ((unsigned long)h & 0x0f) )
                 ^
cipher.c:467:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
               off = 16 - ((unsigned long)h & 0x0f);
                           ^
mv -f .deps/cipher-ofb.Tpo .deps/cipher-ofb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ctr.lo -MD -MP -MF .deps/cipher-ctr.Tpo -c -o cipher-ctr.lo cipher-ctr.c
mv -f .deps/cipher-cbc.Tpo .deps/cipher-cbc.Plo
mv -f .deps/cipher-cfb.Tpo .deps/cipher-cfb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-aeswrap.lo -MD -MP -MF .deps/cipher-aeswrap.Tpo -c -o cipher-aeswrap.lo cipher-aeswrap.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ccm.lo -MD -MP -MF .deps/cipher-ccm.Tpo -c -o cipher-ccm.lo cipher-ccm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ctr.lo -MD -MP -MF .deps/cipher-ctr.Tpo -c cipher-ctr.c -o cipher-ctr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-aeswrap.lo -MD -MP -MF .deps/cipher-aeswrap.Tpo -c cipher-aeswrap.c -o cipher-aeswrap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-ccm.lo -MD -MP -MF .deps/cipher-ccm.Tpo -c cipher-ccm.c -o cipher-ccm.o
mv -f .deps/cipher.Tpo .deps/cipher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cmac.lo -MD -MP -MF .deps/cipher-cmac.Tpo -c -o cipher-cmac.lo cipher-cmac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-cmac.lo -MD -MP -MF .deps/cipher-cmac.Tpo -c cipher-cmac.c -o cipher-cmac.o
mv -f .deps/cipher-ctr.Tpo .deps/cipher-ctr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-gcm.lo -MD -MP -MF .deps/cipher-gcm.Tpo -c -o cipher-gcm.lo cipher-gcm.c
mv -f .deps/cipher-aeswrap.Tpo .deps/cipher-aeswrap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-selftest.lo -MD -MP -MF .deps/cipher-selftest.Tpo -c -o cipher-selftest.lo cipher-selftest.c
mv -f .deps/cipher-ccm.Tpo .deps/cipher-ccm.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-gcm.lo -MD -MP -MF .deps/cipher-gcm.Tpo -c cipher-gcm.c -o cipher-gcm.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.lo pubkey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cipher-selftest.lo -MD -MP -MF .deps/cipher-selftest.Tpo -c cipher-selftest.c -o cipher-selftest.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c -o pubkey.o
mv -f .deps/cipher-cmac.Tpo .deps/cipher-cmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT pubkey-util.lo -MD -MP -MF .deps/pubkey-util.Tpo -c -o pubkey-util.lo pubkey-util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT pubkey-util.lo -MD -MP -MF .deps/pubkey-util.Tpo -c pubkey-util.c -o pubkey-util.o
mv -f .deps/cipher-selftest.Tpo .deps/cipher-selftest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c -o md.lo md.c
mv -f .deps/cipher-gcm.Tpo .deps/cipher-gcm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c -o mac.lo mac.c
mv -f .deps/pubkey.Tpo .deps/pubkey.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-hmac.lo -MD -MP -MF .deps/mac-hmac.Tpo -c -o mac-hmac.lo mac-hmac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c md.c -o md.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac.lo -MD -MP -MF .deps/mac.Tpo -c mac.c -o mac.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-hmac.lo -MD -MP -MF .deps/mac-hmac.Tpo -c mac-hmac.c -o mac-hmac.o
mv -f .deps/pubkey-util.Tpo .deps/pubkey-util.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-cmac.lo -MD -MP -MF .deps/mac-cmac.Tpo -c -o mac-cmac.lo mac-cmac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-cmac.lo -MD -MP -MF .deps/mac-cmac.Tpo -c mac-cmac.c -o mac-cmac.o
md.c: In function 'md_stop_debug':
md.c:1144:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     volatile u32 a = (u32)(ulong)md;
                           ^
mv -f .deps/mac.Tpo .deps/mac.Plo
mv -f .deps/mac-hmac.Tpo .deps/mac-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-gmac.lo -MD -MP -MF .deps/mac-gmac.Tpo -c -o mac-gmac.lo mac-gmac.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT kdf.lo -MD -MP -MF .deps/kdf.Tpo -c -o kdf.lo kdf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT mac-gmac.lo -MD -MP -MF .deps/mac-gmac.Tpo -c mac-gmac.c -o mac-gmac.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT kdf.lo -MD -MP -MF .deps/kdf.Tpo -c kdf.c -o kdf.o
mv -f .deps/mac-cmac.Tpo .deps/mac-cmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c -o hmac-tests.lo hmac-tests.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c hmac-tests.c -o hmac-tests.o
mv -f .deps/md.Tpo .deps/md.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c -o primegen.lo primegen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c primegen.c -o primegen.o
mv -f .deps/mac-gmac.Tpo .deps/mac-gmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c -o hash-common.lo hash-common.c
mv -f .deps/kdf.Tpo .deps/kdf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT dsa-common.lo -MD -MP -MF .deps/dsa-common.Tpo -c -o dsa-common.lo dsa-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c hash-common.c -o hash-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT dsa-common.lo -MD -MP -MF .deps/dsa-common.Tpo -c dsa-common.c -o dsa-common.o
mv -f .deps/hmac-tests.Tpo .deps/hmac-tests.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rsa-common.lo -MD -MP -MF .deps/rsa-common.Tpo -c -o rsa-common.lo rsa-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rsa-common.lo -MD -MP -MF .deps/rsa-common.Tpo -c rsa-common.c -o rsa-common.o
mv -f .deps/primegen.Tpo .deps/primegen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c -o arcfour.lo arcfour.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c arcfour.c -o arcfour.o
mv -f .deps/hash-common.Tpo .deps/hash-common.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c -o blowfish.lo blowfish.c
mv -f .deps/dsa-common.Tpo .deps/dsa-common.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT blowfish-amd64.lo -MD -MP -MF .deps/blowfish-amd64.Tpo -c -o blowfish-amd64.lo blowfish-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c blowfish.c -o blowfish.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT blowfish-amd64.lo -MD -MP -MF .deps/blowfish-amd64.Tpo -c blowfish-amd64.S -o blowfish-amd64.o
mv -f .deps/blowfish-amd64.Tpo .deps/blowfish-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c -o cast5.lo cast5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c cast5.c -o cast5.o
mv -f .deps/rsa-common.Tpo .deps/rsa-common.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT cast5-amd64.lo -MD -MP -MF .deps/cast5-amd64.Tpo -c -o cast5-amd64.lo cast5-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT cast5-amd64.lo -MD -MP -MF .deps/cast5-amd64.Tpo -c cast5-amd64.S -o cast5-amd64.o
mv -f .deps/cast5-amd64.Tpo .deps/cast5-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c -o des.lo des.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -o des.o
mv -f .deps/arcfour.Tpo .deps/arcfour.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c -o rijndael.lo rijndael.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c -o rijndael.o
mv -f .deps/blowfish.Tpo .deps/blowfish.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT rijndael-amd64.lo -MD -MP -MF .deps/rijndael-amd64.Tpo -c -o rijndael-amd64.lo rijndael-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT rijndael-amd64.lo -MD -MP -MF .deps/rijndael-amd64.Tpo -c rijndael-amd64.S -o rijndael-amd64.o
mv -f .deps/rijndael-amd64.Tpo .deps/rijndael-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c -o twofish.lo twofish.c
mv -f .deps/cast5.Tpo .deps/cast5.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT twofish-amd64.lo -MD -MP -MF .deps/twofish-amd64.Tpo -c -o twofish-amd64.lo twofish-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c twofish.c -o twofish.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT twofish-amd64.lo -MD -MP -MF .deps/twofish-amd64.Tpo -c twofish-amd64.S -o twofish-amd64.o
des.c: In function 'is_weak_key':
des.c:805:25: warning: pointer targets in passing argument 1 of 'working_memcmp' differ in signedness [-Wpointer-sign]
       if ( !(cmp_result=working_memcmp(work, weak_keys[middle], 8)) )
                         ^
des.c:131:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 working_memcmp( const char *a, const char *b, size_t n )
 ^
des.c:805:25: warning: pointer targets in passing argument 2 of 'working_memcmp' differ in signedness [-Wpointer-sign]
       if ( !(cmp_result=working_memcmp(work, weak_keys[middle], 8)) )
                         ^
des.c:131:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 working_memcmp( const char *a, const char *b, size_t n )
 ^
mv -f .deps/twofish-amd64.Tpo .deps/twofish-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c -o serpent.lo serpent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c serpent.c -o serpent.o
mv -f .deps/des.Tpo .deps/des.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT serpent-sse2-amd64.lo -MD -MP -MF .deps/serpent-sse2-amd64.Tpo -c -o serpent-sse2-amd64.lo serpent-sse2-amd64.S
mv -f .deps/rijndael.Tpo .deps/rijndael.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT serpent-avx2-amd64.lo -MD -MP -MF .deps/serpent-avx2-amd64.Tpo -c -o serpent-avx2-amd64.lo serpent-avx2-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT serpent-sse2-amd64.lo -MD -MP -MF .deps/serpent-sse2-amd64.Tpo -c serpent-sse2-amd64.S -o serpent-sse2-amd64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT serpent-avx2-amd64.lo -MD -MP -MF .deps/serpent-avx2-amd64.Tpo -c serpent-avx2-amd64.S -o serpent-avx2-amd64.o
mv -f .deps/serpent-sse2-amd64.Tpo .deps/serpent-sse2-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c -o rfc2268.lo rfc2268.c
mv -f .deps/serpent-avx2-amd64.Tpo .deps/serpent-avx2-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c -o seed.lo seed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c rfc2268.c -o rfc2268.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c -o seed.o
mv -f .deps/serpent.Tpo .deps/serpent.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c -o camellia.lo camellia.c
mv -f .deps/rfc2268.Tpo .deps/rfc2268.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c -o camellia-glue.lo camellia-glue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c camellia.c -o camellia.o
mv -f .deps/twofish.Tpo .deps/twofish.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT camellia-aesni-avx-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx-amd64.Tpo -c -o camellia-aesni-avx-amd64.lo camellia-aesni-avx-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c camellia-glue.c -o camellia-glue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT camellia-aesni-avx-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx-amd64.Tpo -c camellia-aesni-avx-amd64.S -o camellia-aesni-avx-amd64.o
mv -f .deps/seed.Tpo .deps/seed.Plo
mv -f .deps/camellia-aesni-avx-amd64.Tpo .deps/camellia-aesni-avx-amd64.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT camellia-aesni-avx2-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx2-amd64.Tpo -c -o camellia-aesni-avx2-amd64.lo camellia-aesni-avx2-amd64.S
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT idea.lo -MD -MP -MF .deps/idea.Tpo -c -o idea.lo idea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT idea.lo -MD -MP -MF .deps/idea.Tpo -c idea.c -o idea.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT camellia-aesni-avx2-amd64.lo -MD -MP -MF .deps/camellia-aesni-avx2-amd64.Tpo -c camellia-aesni-avx2-amd64.S -o camellia-aesni-avx2-amd64.o
mv -f .deps/camellia-aesni-avx2-amd64.Tpo .deps/camellia-aesni-avx2-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT salsa20.lo -MD -MP -MF .deps/salsa20.Tpo -c -o salsa20.lo salsa20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT salsa20.lo -MD -MP -MF .deps/salsa20.Tpo -c salsa20.c -o salsa20.o
mv -f .deps/camellia.Tpo .deps/camellia.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT salsa20-amd64.lo -MD -MP -MF .deps/salsa20-amd64.Tpo -c -o salsa20-amd64.lo salsa20-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT salsa20-amd64.lo -MD -MP -MF .deps/salsa20-amd64.Tpo -c salsa20-amd64.S -o salsa20-amd64.o
mv -f .deps/salsa20-amd64.Tpo .deps/salsa20-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT gost28147.lo -MD -MP -MF .deps/gost28147.Tpo -c -o gost28147.lo gost28147.c
mv -f .deps/camellia-glue.Tpo .deps/camellia-glue.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c -o dsa.lo dsa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT gost28147.lo -MD -MP -MF .deps/gost28147.Tpo -c gost28147.c -o gost28147.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c dsa.c -o dsa.o
mv -f .deps/idea.Tpo .deps/idea.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c -o rsa.lo rsa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c rsa.c -o rsa.o
mv -f .deps/salsa20.Tpo .deps/salsa20.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c -o elgamal.lo elgamal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c elgamal.c -o elgamal.o
mv -f .deps/gost28147.Tpo .deps/gost28147.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c -o ecc.lo ecc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c ecc.c -o ecc.o
mv -f .deps/dsa.Tpo .deps/dsa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-curves.lo -MD -MP -MF .deps/ecc-curves.Tpo -c -o ecc-curves.lo ecc-curves.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-curves.lo -MD -MP -MF .deps/ecc-curves.Tpo -c ecc-curves.c -o ecc-curves.o
mv -f .deps/rsa.Tpo .deps/rsa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-misc.lo -MD -MP -MF .deps/ecc-misc.Tpo -c -o ecc-misc.lo ecc-misc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-misc.lo -MD -MP -MF .deps/ecc-misc.Tpo -c ecc-misc.c -o ecc-misc.o
mv -f .deps/elgamal.Tpo .deps/elgamal.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-ecdsa.lo -MD -MP -MF .deps/ecc-ecdsa.Tpo -c -o ecc-ecdsa.lo ecc-ecdsa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-ecdsa.lo -MD -MP -MF .deps/ecc-ecdsa.Tpo -c ecc-ecdsa.c -o ecc-ecdsa.o
mv -f .deps/ecc-curves.Tpo .deps/ecc-curves.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-eddsa.lo -MD -MP -MF .deps/ecc-eddsa.Tpo -c -o ecc-eddsa.lo ecc-eddsa.c
mv -f .deps/ecc.Tpo .deps/ecc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-gost.lo -MD -MP -MF .deps/ecc-gost.Tpo -c -o ecc-gost.lo ecc-gost.c
mv -f .deps/ecc-misc.Tpo .deps/ecc-misc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c -o crc.lo crc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-eddsa.lo -MD -MP -MF .deps/ecc-eddsa.Tpo -c ecc-eddsa.c -o ecc-eddsa.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT ecc-gost.lo -MD -MP -MF .deps/ecc-gost.Tpo -c ecc-gost.c -o ecc-gost.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o
mv -f .deps/ecc-ecdsa.Tpo .deps/ecc-ecdsa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT gostr3411-94.lo -MD -MP -MF .deps/gostr3411-94.Tpo -c -o gostr3411-94.lo gostr3411-94.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT gostr3411-94.lo -MD -MP -MF .deps/gostr3411-94.Tpo -c gostr3411-94.c -o gostr3411-94.o
mv -f .deps/ecc-gost.Tpo .deps/ecc-gost.Plo
mv -f .deps/crc.Tpo .deps/crc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT stribog.lo -MD -MP -MF .deps/stribog.Tpo -c -o stribog.lo stribog.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c -o md4.lo md4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT stribog.lo -MD -MP -MF .deps/stribog.Tpo -c stribog.c -o stribog.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o md4.o
mv -f .deps/ecc-eddsa.Tpo .deps/ecc-eddsa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o
mv -f .deps/gostr3411-94.Tpo .deps/gostr3411-94.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -o sha256.o
mv -f .deps/md4.Tpo .deps/md4.Plo
mv -f .deps/stribog.Tpo .deps/stribog.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha256-ssse3-amd64.lo -MD -MP -MF .deps/sha256-ssse3-amd64.Tpo -c -o sha256-ssse3-amd64.lo sha256-ssse3-amd64.S
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -o sha512.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha256-ssse3-amd64.lo -MD -MP -MF .deps/sha256-ssse3-amd64.Tpo -c sha256-ssse3-amd64.S -o sha256-ssse3-amd64.o
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-ssse3-amd64.lo -MD -MP -MF .deps/sha512-ssse3-amd64.Tpo -c -o sha512-ssse3-amd64.lo sha512-ssse3-amd64.S
mv -f .deps/sha256-ssse3-amd64.Tpo .deps/sha256-ssse3-amd64.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-avx-amd64.lo -MD -MP -MF .deps/sha512-avx-amd64.Tpo -c -o sha512-avx-amd64.lo sha512-avx-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-ssse3-amd64.lo -MD -MP -MF .deps/sha512-ssse3-amd64.Tpo -c sha512-ssse3-amd64.S -o sha512-ssse3-amd64.o
mv -f .deps/sha256.Tpo .deps/sha256.Plo
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha512-avx2-bmi2-amd64.Tpo -c -o sha512-avx2-bmi2-amd64.lo sha512-avx2-bmi2-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-avx-amd64.lo -MD -MP -MF .deps/sha512-avx-amd64.Tpo -c sha512-avx-amd64.S -o sha512-avx-amd64.o
mv -f .deps/sha512-ssse3-amd64.Tpo .deps/sha512-ssse3-amd64.Plo
`echo /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -c ./tiger.c | sed -e 's/-O\([2-9s][2-9s]*\)/-O1/' -e 's/-Ofast/-O1/g' `
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha512-avx2-bmi2-amd64.lo -MD -MP -MF .deps/sha512-avx2-bmi2-amd64.Tpo -c sha512-avx2-bmi2-amd64.S -o sha512-avx2-bmi2-amd64.o
mv -f .deps/sha512-avx-amd64.Tpo .deps/sha512-avx-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c -o whirlpool.lo whirlpool.c
mv -f .deps/sha512-avx2-bmi2-amd64.Tpo .deps/sha512-avx2-bmi2-amd64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O1 -pipe -Wall -c ./tiger.c -o tiger.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c -o rmd160.lo rmd160.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -o whirlpool.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c rmd160.c -o rmd160.o
mv -f .deps/sha512.Tpo .deps/sha512.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
/bin/sh ../libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1  -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c -o sha1-ssse3-amd64.lo sha1-ssse3-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c sha1-ssse3-amd64.S -o sha1-ssse3-amd64.o
mv -f .deps/whirlpool.Tpo .deps/whirlpool.Plo
mv -f .deps/sha1-ssse3-amd64.Tpo .deps/sha1-ssse3-amd64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT scrypt.lo -MD -MP -MF .deps/scrypt.Tpo -c -o scrypt.lo scrypt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT scrypt.lo -MD -MP -MF .deps/scrypt.Tpo -c scrypt.c -o scrypt.o
mv -f .deps/rmd160.Tpo .deps/rmd160.Plo
mv -f .deps/sha1.Tpo .deps/sha1.Plo
mv -f .deps/scrypt.Tpo .deps/scrypt.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall  -L/local64/lib -pipe -o libcipher.la  cipher.lo cipher-cbc.lo cipher-cfb.lo cipher-ofb.lo cipher-ctr.lo cipher-aeswrap.lo cipher-ccm.lo cipher-cmac.lo cipher-gcm.lo cipher-selftest.lo pubkey.lo pubkey-util.lo md.lo mac.lo mac-hmac.lo mac-cmac.lo mac-gmac.lo kdf.lo hmac-tests.lo primegen.lo hash-common.lo dsa-common.lo rsa-common.lo arcfour.lo blowfish.lo blowfish-amd64.lo cast5.lo cast5-amd64.lo des.lo rijndael.lo rijndael-amd64.lo twofish.lo twofish-amd64.lo serpent.lo serpent-sse2-amd64.lo serpent-avx2-amd64.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo camellia-aesni-avx-amd64.lo camellia-aesni-avx2-amd64.lo idea.lo salsa20.lo salsa20-amd64.lo gost28147.lo  dsa.lo rsa.lo elgamal.lo                           ecc.lo ecc-curves.lo ecc-misc.lo                           ecc-ecdsa.lo ecc-eddsa.lo ecc-gost.lo crc.lo gostr3411-94.lo stribog.lo md4.lo md5.lo sha256.lo sha256-ssse3-amd64.lo sha512.lo sha512-ssse3-amd64.lo sha512-avx-amd64.lo sha512-avx2-bmi2-amd64.lo tiger.lo whirlpool.lo rmd160.lo sha1.lo sha1-ssse3-amd64.lo  scrypt.lo
libtool: link: ar cru .libs/libcipher.a  cipher.o cipher-cbc.o cipher-cfb.o cipher-ofb.o cipher-ctr.o cipher-aeswrap.o cipher-ccm.o cipher-cmac.o cipher-gcm.o cipher-selftest.o pubkey.o pubkey-util.o md.o mac.o mac-hmac.o mac-cmac.o mac-gmac.o kdf.o hmac-tests.o primegen.o hash-common.o dsa-common.o rsa-common.o arcfour.o blowfish.o blowfish-amd64.o cast5.o cast5-amd64.o des.o rijndael.o rijndael-amd64.o twofish.o twofish-amd64.o serpent.o serpent-sse2-amd64.o serpent-avx2-amd64.o rfc2268.o seed.o camellia.o camellia-glue.o camellia-aesni-avx-amd64.o camellia-aesni-avx2-amd64.o idea.o salsa20.o salsa20-amd64.o gost28147.o dsa.o rsa.o elgamal.o ecc.o ecc-curves.o ecc-misc.o ecc-ecdsa.o ecc-eddsa.o ecc-gost.o crc.o gostr3411-94.o stribog.o md4.o md5.o sha256.o sha256-ssse3-amd64.o sha512.o sha512-ssse3-amd64.o sha512-avx-amd64.o sha512-avx2-bmi2-amd64.o tiger.o whirlpool.o rmd160.o sha1.o sha1-ssse3-amd64.o scrypt.o
libtool: link: ranlib .libs/libcipher.a
libtool: link: ( cd ".libs" && rm -f "libcipher.la" && cp -pR "../libcipher.la" "libcipher.la" )
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/cipher'
Making all in random
make[2]: Entering directory '/build64/libgcrypt-1.6.1/random'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo random.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c -o random-csprng.lo random-csprng.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-fips.lo -MD -MP -MF .deps/random-fips.Tpo -c -o random-fips.lo random-fips.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-system.lo -MD -MP -MF .deps/random-system.Tpo -c -o random-system.lo random-system.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c random-csprng.c -o random-csprng.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-fips.lo -MD -MP -MF .deps/random-fips.Tpo -c random-fips.c -o random-fips.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT random-system.lo -MD -MP -MF .deps/random-system.Tpo -c random-system.c -o random-system.o
mv -f .deps/random-system.Tpo .deps/random-system.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c -o rndhw.lo rndhw.c
mv -f .deps/random.Tpo .deps/random.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndw32.lo -MD -MP -MF .deps/rndw32.Tpo -c -o rndw32.lo rndw32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c rndhw.c -o rndhw.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndw32.lo -MD -MP -MF .deps/rndw32.Tpo -c rndw32.c -o rndw32.o
mv -f .deps/random-csprng.Tpo .deps/random-csprng.Plo
mv -f .deps/random-fips.Tpo .deps/random-fips.Plo
{standard input}: Assembler messages:
{standard input}:27: Error: unsupported instruction `mov'
rndw32.c: In function 'slow_gatherer':
rndw32.c:516:42: warning: pointer targets in passing argument 1 of 'stricmp' differ in signedness [-Wpointer-sign]
           if (status == ERROR_SUCCESS && stricmp (szValue, "WinNT"))
                                          ^
In file included from rndw32.c:76:0:
C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/string.h:99:15: note: expected 'const char *' but argument is of type 'BYTE *'
   int __cdecl stricmp(const char *_Str1,const char *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
               ^
rndw32.c: In function '_gcry_rndw32_gather_random_fast':
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:840:5: note: in expansion of macro 'ADD'
     ADD ( GetActiveWindow ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:841:5: note: in expansion of macro 'ADD'
     ADD ( GetCapture ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:842:5: note: in expansion of macro 'ADD'
     ADD ( GetClipboardOwner ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:843:5: note: in expansion of macro 'ADD'
     ADD ( GetClipboardViewer ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:844:5: note: in expansion of macro 'ADD'
     ADD ( GetCurrentProcess ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:846:5: note: in expansion of macro 'ADD'
     ADD ( GetCurrentThread ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:848:5: note: in expansion of macro 'ADD'
     ADD ( GetDesktopWindow ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:849:5: note: in expansion of macro 'ADD'
     ADD ( GetFocus ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:853:5: note: in expansion of macro 'ADD'
     ADD ( GetOpenClipboardWindow ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:854:5: note: in expansion of macro 'ADD'
     ADD ( GetProcessHeap ());
     ^
rndw32.c:835:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define ADD(f)  do { ulong along = (ulong)(f);                  \
                                    ^
rndw32.c:855:5: note: in expansion of macro 'ADD'
     ADD ( GetProcessWindowStation ());
     ^
rndw32.c:911:5: warning: passing argument 2 of 'GetProcessWorkingSetSize' from incompatible pointer type
     GetProcessWorkingSetSize (handle, &minimumWorkingSetSize,
     ^
In file included from C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/windows.h:70:0,
                 from C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/winsock2.h:23,
                 from rndw32.c:81:
C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/winbase.h:1123:29: note: expected 'PSIZE_T' but argument is of type 'DWORD *'
   WINBASEAPI WINBOOL WINAPI GetProcessWorkingSetSize (HANDLE hProcess, PSIZE_T lpMinimumWorkingSetSize, PSIZE_T lpMaximumWorkingSetSize);
                             ^
rndw32.c:911:5: warning: passing argument 3 of 'GetProcessWorkingSetSize' from incompatible pointer type
     GetProcessWorkingSetSize (handle, &minimumWorkingSetSize,
     ^
In file included from C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/windows.h:70:0,
                 from C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/winsock2.h:23,
                 from rndw32.c:81:
C:/mingw/msys64/mingw64/x86_64-w64-mingw32/include/winbase.h:1123:29: note: expected 'PSIZE_T' but argument is of type 'DWORD *'
   WINBASEAPI WINBOOL WINAPI GetProcessWorkingSetSize (HANDLE hProcess, PSIZE_T lpMinimumWorkingSetSize, PSIZE_T lpMaximumWorkingSetSize);
                             ^
Makefile:401: recipe for target 'rndhw.lo' failed
make[2]: *** [rndhw.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/rndw32.Tpo .deps/rndw32.Plo
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/random'
Makefile:414: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build64/libgcrypt-1.6.1'
Makefile:345: recipe for target 'all' failed
make: *** [all] Error 2
Making install in compat
make[1]: Entering directory '/build64/libgcrypt-1.6.1/compat'
make[2]: Entering directory '/build64/libgcrypt-1.6.1/compat'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/compat'
make[1]: Leaving directory '/build64/libgcrypt-1.6.1/compat'
Making install in mpi
make[1]: Entering directory '/build64/libgcrypt-1.6.1/mpi'
make[2]: Entering directory '/build64/libgcrypt-1.6.1/mpi'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/mpi'
make[1]: Leaving directory '/build64/libgcrypt-1.6.1/mpi'
Making install in cipher
make[1]: Entering directory '/build64/libgcrypt-1.6.1/cipher'
make[2]: Entering directory '/build64/libgcrypt-1.6.1/cipher'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build64/libgcrypt-1.6.1/cipher'
make[1]: Leaving directory '/build64/libgcrypt-1.6.1/cipher'
Making install in random
make[1]: Entering directory '/build64/libgcrypt-1.6.1/random'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c -o rndhw.lo rndhw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/local64/include -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -I/mingw64/include -I/local64/include -mms-bitfields -mthreads -march=x86-64 -mtune=generic -O2 -pipe -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c rndhw.c -o rndhw.o
{standard input}: Assembler messages:
{standard input}:27: Error: unsupported instruction `mov'
Makefile:401: recipe for target 'rndhw.lo' failed
make[1]: *** [rndhw.lo] Error 1
make[1]: Leaving directory '/build64/libgcrypt-1.6.1/random'
Makefile:414: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
-------------------------------------------------
build libgcrypt-1.6.1 failed...
delete the source folder under '/build64' and start again
first close the batch window, then the shell window

Deleting the folder per instructions on screen doesn't change anything.
I've tried "pacman -S mingw-w64-i686-libgpg-error mingw-w64-x86_64-libgpg-error" just in case (I'm using the newest script) but it didn't help (as I expected).

Please let me know if there is a workaround.

Cheers!

Stripping 64-bit programs that always work, even I choose not to use it.

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 strip compiled files:
 1 = yes
 2 = no

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
strip files:2
-------------------------------------------------------------------------------
updating msys2 system
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
check for dynamic libs
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

- compile global tools:

-------------------------------------------------------------------------------
 compile global tools done...
-------------------------------------------------------------------------------

- compile local tools:

-------------------------------------------------------------------------------
 compile video tools done...
strip a52dec.exe 64Bit done...
strip bd_info.exe 64Bit done...
strip cacaclock.exe 64Bit done...
strip cacademo.exe 64Bit done...
strip cacafire.exe 64Bit done...
strip cacaplay.exe 64Bit done...
strip cacaview.exe 64Bit done...
strip extract_a52.exe 64Bit done...
strip faac.exe 64Bit done...
strip fdkaac.exe 64Bit done...
strip ffmpeg.exe 64Bit done...
strip ffplay.exe 64Bit done...
strip ffprobe.exe 64Bit done...
strip flac.exe 64Bit done...
strip img2txt.exe 64Bit done...
strip kvazaar.exe 64Bit done...
strip mediainfo.exe 64Bit done...
strip mencoder.exe 64Bit done...
strip metaflac.exe 64Bit done...
strip MP4Box.exe 64Bit done...
strip mplayer.exe 64Bit done...
strip opusdec.exe 64Bit done...
strip opusenc.exe 64Bit done...
strip opusinfo.exe 64Bit done...
strip orc-bugreport.exe 64Bit done...
strip orcc.exe 64Bit done...
strip play.exe 64Bit done...
strip rec.exe 64Bit done...
strip sndfile-cmp.exe 64Bit done...
strip sndfile-concat.exe 64Bit done...
strip sndfile-convert.exe 64Bit done...
strip sndfile-deinterleave.exe 64Bit done...
strip sndfile-info.exe 64Bit done...
strip sndfile-interleave.exe 64Bit done...
strip sndfile-metadata-get.exe 64Bit done...
strip sndfile-metadata-set.exe 64Bit done...
strip sndfile-play.exe 64Bit done...
strip sndfile-regtest.exe 64Bit done...
strip sndfile-salvage.exe 64Bit done...
strip sox.exe 64Bit done...
strip soxi.exe 64Bit done...
strip speexdec.exe 64Bit done...
strip speexenc.exe 64Bit done...
strip twolame.exe 64Bit done...
strip vpxdec.exe 64Bit done...
strip vpxenc.exe 64Bit done...
strip wavpack.exe 64Bit done...
strip wvgain.exe 64Bit done...
strip wvunpack.exe 64Bit done...
strip x264-10bit.exe 64Bit done...
strip x264.exe 64Bit done...
strip x265-16bit.exe 64Bit done...
strip x265.exe 64Bit done...
strip xavs.exe 64Bit done...
-------------------------------------------------------------------------------

 compiling done...

-------------------------------------------------------------------------------

Window close in 15


Window close in 10


Window close in 5


Press any key to continue . . .

pacman errors about msys-2.0.dll

version 2.9

I get a lot of errors like the following:
pacman.exe: *** fatal error - cygheap base mismatch detected - 0x1802E4400/0x1802F5400.

media-autobuild_suite.bat line 711 has "pacman --noconfirm -Syu ..."
I believe this or a later pacman invocation is causing the above error, because of
http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
where it says:
The next step is to update the installed packages (do this initially and as often as you want thereafter):
The 'normal' way (don't do this!) from Arch Linux would be to simply issue:
pacman -Su
.. however, because all MSYS2 programs share the same address space for DLLs due to how MSYS2 (well, Cygwin) implements 'fork', and because any Pacman package (both MSYS2 and MinGW-w64 ones) may use MSYS2's bash to run a post-install script, issuing this command can cause these scripts to fail to run should any updated, core MSYS2 DLLs end up in a different location to where they were. For this reason, the safest procedure for updating MSYS2 is to do it in two stages; first the core MSYS2 packages:
pacman -S --needed filesystem msys2-runtime bash libreadline libiconv libarchive libgpgme libcurl pacman ncurses libintl
.. if any packages got updated during this then you MUST restart MSYS2 because files that are provided by these packages will be in use and after update you can get fork errors - you need to exit all MSYS2 shells and run autorebase.bat, then re-launch msys2_shell.bat
Second, you can do an update of the remaining packages by issuing:
pacman -Su

Fontconfig error

ffmpeg -i input.mkv -c:a libfdk_aac -vbr 3 -vf subtitles=input.ass -c:v libx264 -profile:v high -preset veryslow -crf 18 -x264opts ref=4:bframes=5 output.mp4
Fontconfig error: "D:\AutoRecode\ffmpeg\fonts\conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "D:\AutoRecode\ffmpeg\fonts\conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "D:\AutoRecode\ffmpeg\fonts\conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number

Build libcdio-paranoia-10.2 failed... (at least with 32bit msys2)

Hello again jb-

I am the same person from issue #28, running your
latest version (2.9) of the script on a Vista x86 laptop...
After almost 5 hours of compilation on my old machine,
the script stopped, failing to compile libcdio-paranoia-10.2:

make[1]: Leaving directory '/build32/sox-git'


Build libcdio-paranoia-10.2 failed...
Delete the source folder under '/build32' and start again,
or if you know there is no dependences hit enter for continue it.

After some browsing on your repo, I discovered that this library
was recently added in the script:

4ed8666#diff-7725cf0dac3ca49b4752579ace284fad

while many others were removed:
SDL-1.2.15
flac-1.3.0
libsndfile
twolame-0.3.13
libdvdcss
libdvdread
libdvdnav
libass
orc-0.4.18
schroedinger-1.0.11
(BTW, why remove flac?)

Is libcdio-paranoia-10.2 supposed to compile
with 32bit msys32 on Win x86?
(It appears fate won't let me compile on my system :-{ )

I am again sorry to possibly cause you
extra time spent on debugging this...

Regards,
Vangelis.

Script unexpectly stops before finishing first run

Error is
GOTO was unexpected at this time.

Lines before are

-------------------------------------------------------------------------------
create local64 folders
-------------------------------------------------------------------------------

so it should be some problem around lines 765 and 771 and the script isn't expecting %searchRes% to exist since there's no fstab. file yet.

unable to clone libdvdread/libdvdnav source code

I have been unable to clone libdvdread/libdvdnav source code these last few days.
Can you fix it?

Cloning into 'libdvdread-git'...
fatal: unable to access 'https://gitorious.org/videolan/libdvdread.git/': Failed to connect to gitorious.org port 443: Network is unreachable

flac 1.3.1 was released, can you update the source code to the new version?

Decoding FLAC does not work properly.

First, sorry my bad English.

I used the ffmpeg recode flac there are some errors happened.
This is the error messages:

[flac @ 047550c0] invalid coding type
[flac @ 047550c0] decode_frame() failed
Error while decoding stream #0:0: Invalid data found when processing input

I replaced the latest Zeranoe FFmpeg build and retested, this is no problem.
I guess maybe Zeranoe used some way to solved this problem.

other batch files?

would it be possible to get a description in the readme of what those "other" files do--specifically media-suite_update and media-suite_compile ?
Like "am I ever supposed to run these?" "what do they do?"
Just calling it out as a suggestion.
Thanks!

Profile question regarding media-autobuild_suite.bat

In media-autobuild_suite.bat, there are sections named loginProfile and loginProfile64 that seem to be no longer necessary. When run, the script starts the compilation process by passing in build32 and build64 which are used in the compile_localtools.sh script. These trigger "source /local32/etc/profile.local" or "source /local64/etc/profile.local" before either of these files are required in the compile_localtools.sh script so the only consequence I see of adding the profile writing code to msys2's profile is that none of the mingw32_shell.bat, mingw64_shell.bat, or msys2_shell.bat work in their expected manner. Can these lines be removed or can we change them to the following:

if [[ -z "$MSYSTEM" && -f /local32/etc/profile.local ]]; then
source /local32/etc/profile.local
fi

Right now, regardless of whether you've installed msys32 or msys64, as long as you've selected to build for mingw32, those are the paths that will be used instead of msys2's default paths.

gnutls build failures

Wanted to say thanks for putting the effort into this. I've put some time into looking into how the build environment works but most of the things that break are one's that I've not found a resolution for (like the following one):

Making install in x509
make[3]: Entering directory '/build32/gnutls-3.3.3/lib/x509'
CC common.lo
In file included from ./../../gl/time.h:39:0,
from ./../../gl/sys/stat.h:44,
from ./../gnutls_int.h:52,
from common.c:23:
./../../gl/time.h:461:1: error: expected identifier or '(' before '{' token
_GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
^
./../../gl/time.h:483:1: error: expected identifier or '(' before '{' token
_GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
^

I tracked down the following:

http://lists.gnu.org/archive/html/bug-gnulib/2014-01/msg00081.html

Freetype is not downloading

The URL for freetype does not respond for me and times out after 20 retries.

I changed the URL to http://ftp.twaren.net/Unix/NonGNU/freetype/freetype-2.5.3.tar.gz and it works fine (although I doubt this is a suitable long-term solution)

M

SSL certificate issues

Would someone confirm an issue with the new build for me? Doing a fresh install causes msys2 to install with empty /msys64/ssl/cert.pem and /msys64/ssl/certs/* files being created which results in at least libilbc from failing to checkout due to a GIT SSL error complaining about missing CA files in /usr/ssl/. Builds stop at this point. I didn't see any relevant changes in this commits that may have accounted for this.

Regards

libmodplug not found

I am tested newest script, but I get an error in building ffmpeg, the error message is "libmodplug not found".
Please fix it, thanks.

Why are some of the 32-bit program files bigger than 64-bit?

I used the last script version to build media tools.
Why are some of the 32-bit program files bigger than 64-bit after the stripping is finished?
For example fdkaac.exe
fdkaac.exe (32-bit) 798KB -> 514KB
fdkaac.exe (64-bit) 865KB -> 501KB
Is this normal?

About rebuilding ffmpeg/mplayer

When required external libraries has been updated, I must to delete the source code and run the script again to rebuild ffmpeg/mplayer. This is inconvenient.

I hope to auto rebuild ffmpeg/mplayer without delete the source.
Probably something like this...

if [ -f "libvpx-git/configure" ]; then
    echo -ne "\033]0;compile libvpx $bits\007"
    cd libvpx-git

    git pull origin master
    newHead=`git rev-parse HEAD`
    if [[ "$oldHead" != "$newHead" ]]; then

        # ----------------
        # update libvpx
        # ----------------

        do_checkIfExist libvpx-git libvpx.a
        newLibrarys="y"
    else
    echo -------------------------------------------------
    echo "libvpx-git is already up to date"
    echo -------------------------------------------------

    fi
    else

    # ----------------
    # compile libvpx
    # ----------------

    do_checkIfExist libvpx-git libvpx.a
    newLibrarys="y"
fi
    echo "-------------------------------------------------------------------------------"
    echo "compile ffmpeg $bits"
    echo "-------------------------------------------------------------------------------"

    if [ -f "ffmpeg-git/configure" ]; then
        echo -ne "\033]0;compile ffmpeg $bits\007"
        cd ffmpeg-git
        oldHead=`git rev-parse HEAD`
        git pull origin master
        newHead=`git rev-parse HEAD`
        if [[ "$oldHead" != "$newHead" ]] || [[ "$newLibrarys" == "y" ]]; then

        # ----------------
        # rebuild ffmpeg
        # ----------------

        fi

media-autobuild_suite crashes when using libfdk

First, I'm not saying it's your issue as the code all compiles and works.

When I build FFMPEG non-free with libfdk_aac, and use it on windows 8 64-bit, it runs. Minimize it, still running. As soon as I check on it, CRASH. What can I do to help diagnose?

Some build thoughts and questions

Was curious if you put any thought into enabling LTO under ffmpeg. It increases the build time for it naturally but I've been able to build it successfully just by passing in --enable-lto and the static executable drops about 2MB worth of bulk with that alone. I'm trying to see which other static libraries can be built successfully with LTO to see just how slim it can get. Some of them won't build if they have code written in assembly, but most of the others seem to get built fine.

As for some other questions:

  1. Fontconfig - I'm not sure why but the configure script for this trashes the CFLAGS env variable although allows CPPFLAGS and LDFLAGS to pass through perfectly. It looks like it makes an effort in trying to save/restore the value it receives whether from the env variable or passed in to the script itself. Everything builds fine but unless flags are in CPPFLAGS or LDFLAGS, they get clobbered. I've been using a sed replace on the Makefiles to get around this so I can pass in custom options.
  2. On SDL, when you pass in CFLAGS="-DDECLSPEC=" this clobbers any of the CFLAGS in the environment so like the one above, the result is the same. I wasn't sure if this was intentional or not. Right now I'm testing it with CFLAGS="${CFLAGS} -DDECLSPEC="

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.