Hi,

Apparently doesn’t go true. So I post with files pasted. I cut the cli one off, 
because the mail is to long for list server.

> AFAIK directly in the build directory (i.e. 
> /repos/MINGW-packages/mingw-w64-portaudio/src/build-i686-w64-mingw32 in your 
> case).
> 
> It usually contains pretty verbose information about each failure (not so 
> much about the successes).


Found it, thanks. Trying first to send the logs as attachments. But the 
difference is quite clear: one version checks for compiler-version with -v 
(DOS) and the ssh one with -V (which triggers the error).

Thanks!
.r.

####################
config.log ssh:
---------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

 $ /repos/MINGW-packages/mingw-w64-portaudio/src/portaudio/configure 
--prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-mingw32 
--target=i686-w64-mingw32 --enable-shared --enable-cxx 
--with-dxdir=/usr/local/share/dx7sdk --with-winapi=wmme,directx,wdmks,asio 
--with-asiodir=/usr/local/share/ASIOSDK2.3

## --------- ##
## Platform. ##
## --------- ##

hostname = lg-windows
uname -m = x86_64
uname -r = 2.1.0(0.287/5/3)
uname -s = MINGW32_NT-6.3
uname -v = 2015-04-26 13:53

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /mingw32/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0
PATH: /c/Program Files/SlikSvn/bin
PATH: /c/Program Files (x86)/Notepad++
PATH: /c/Program Files/Microsoft SQL Server/110/Tools/Binn
PATH: /c/Program Files/Microsoft SQL Server/120/Tools/Binn
PATH: /c/Program Files (x86)/NSIS
PATH: /c/Program Files (x86)/Git/cmd
PATH: /c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit
PATH: /c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0
PATH: /c/Program Files (x86)/Bitvise SSH Client
PATH: /c/Program Files/Intel/WiFi/bin
PATH: /c/Program Files/Common Files/Intel/WirelessCommon
PATH: /c/Program Files (x86)/Skype/Phone
PATH: /c/Users/Public/.utils
PATH: /c/Program Files (x86)/WinMerge
PATH: /c/Program Files (x86)/CMake/bin
PATH: /c/Users/Rainer/.utils
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2563: checking build system type
configure:2577: result: i686-w64-mingw32
configure:2597: checking host system type
configure:2610: result: i686-w64-mingw32
configure:2630: checking target system type
configure:2643: result: i686-w64-mingw32
configure:2797: checking for i686-w64-mingw32-gcc
configure:2813: found /mingw32/bin/i686-w64-mingw32-gcc
configure:2824: result: i686-w64-mingw32-gcc
configure:3093: checking for C compiler version
configure:3102: i686-w64-mingw32-gcc --version >&5
i686-w64-mingw32-gcc.exe (Rev5, Built by MSYS2 project) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3113: $? = 0
configure:3102: i686-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\msys\mingw32\bin\i686-w64-mingw32-gcc.exe
COLLECT_LTO_WRAPPER=C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../gcc-4.9.2/configure --prefix=/mingw32 
--with-local-prefix=/mingw32/local --build=i686-w64-mingw32 
--host=i686-w64-mingw32 --target=i686-w64-mingw32 
--with-native-system-header-dir=/mingw32/i686-w64-mingw32/include 
--libexecdir=/mingw32/lib --with-gxx-include-dir=/mingw32/include/c++/4.9.2 
--enable-bootstrap --with-arch=i686 --with-tune=generic 
--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared 
--enable-static --enable-libatomic --enable-threads=posix --enable-graphite 
--enable-fully-dynamic-string --enable-libstdcxx-time=yes 
--disable-libstdcxx-pch --disable-libstdcxx-debug --enable-cloog-backend=isl 
--enable-version-specific-runtime-libs --disable-cloog-version-check 
--disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib 
--enable-checking=release --disable-rpath --disable-win32-registry 
--disable-nls --disable-werror --disable-symvers --with-libiconv 
--with-system-zlib --with-gmp=/mingw32 --with-mpfr=/mingw32 --with-mpc=/mingw32 
--with-isl=/mingw32 --with-cloog=/mingw32 --with-pkgversion='Rev5, Built by 
MSYS2 project' --with-bugurl=http://sourceforge.net/projects/msys2 
--with-gnu-as --with-gnu-ld --disable-sjlj-exceptions --with-dwarf2
Thread model: posix
gcc version 4.9.2 (Rev5, Built by MSYS2 project) 
configure:3113: $? = 0
configure:3102: i686-w64-mingw32-gcc -V >&5
i686-w64-mingw32-gcc.exe: error: unrecognized command line option '-V'
i686-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3113: $? = 1
configure:3102: i686-w64-mingw32-gcc -qversion >&5
i686-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'
i686-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3113: $? = 1
configure:3133: checking whether the C compiler works
configure:3155: i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c  >&5
configure:3159: $? = 1
configure:3197: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3202: error: in 
`/repos/MINGW-packages/mingw-w64-portaudio/src/build-i686-w64-mingw32':
configure:3204: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-w64-mingw32
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -O2 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=i686 -mtune=generic -O2 -pipe'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_JACK_CFLAGS_set=
ac_cv_env_JACK_CFLAGS_value=
ac_cv_env_JACK_LIBS_set=
ac_cv_env_JACK_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-pipe
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/mingw32/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-w64-mingw32
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-w64-mingw32
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i686-w64-mingw32
ac_cv_host=i686-w64-mingw32
ac_cv_prog_CC=i686-w64-mingw32-gcc
ac_cv_target=i686-w64-mingw32
lt_cv_deplibs_check_method=pass_all

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AS=''
AWK=''
CC='i686-w64-mingw32-gcc'
CFLAGS='-march=i686 -mtune=generic -O2 -pipe'
CPP=''
CPPFLAGS='-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1'
CXX=''
CXXCPP=''
CXXFLAGS='-march=i686 -mtune=generic -O2 -pipe'
DEFS=''
DLLTOOL=''
DLL_LIBS=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CXX_FALSE=''
ENABLE_CXX_TRUE=''
EXEEXT=''
FGREP=''
GREP=''
INCLUDES=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
JACK_CFLAGS=''
JACK_LIBS=''
LD=''
LDFLAGS='-pipe'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_AGE=''
LT_CURRENT=''
LT_REVISION=''
MANIFEST_TOOL=''
NASM=''
NASMOPT=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTHER_OBJS=''
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PADLL=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/mingw32/lib/pkgconfig'
RANLIB=''
SED=''
SHARED_FLAGS=''
SHELL='/bin/sh'
STRIP=''
THREAD_CFLAGS=''
WITH_ASIO_FALSE=''
WITH_ASIO_TRUE=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='i686-w64-mingw32'
build_alias='i686-w64-mingw32'
build_cpu='i686'
build_os='mingw32'
build_vendor='w64'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-w64-mingw32'
host_alias='i686-w64-mingw32'
host_cpu='i686'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/mingw32'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='i686-w64-mingw32'
target_alias='i686-w64-mingw32'
target_cpu='i686'
target_os='mingw32'
target_vendor='w64'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 77




############################################################################################
config.log local shell (bash in win cli):
-------------------------------------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

 $ /repos/MINGW-packages/mingw-w64-portaudio/src/portaudio/configure 
--prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-mingw32 
--target=i686-w64-mingw32 --enable-shared --enable-cxx 
--with-dxdir=/usr/local/share/dx7sdk --with-winapi=wmme,directx,wdmks,asio 
--with-asiodir=/usr/local/share/ASIOSDK2.3

## --------- ##
## Platform. ##
## --------- ##

hostname = lg-windows
uname -m = x86_64
uname -r = 2.1.0(0.287/5/3)
uname -s = MINGW32_NT-6.3
uname -v = 2015-04-26 13:53

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /mingw32/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0
PATH: /c/Program Files/SlikSvn/bin
PATH: /c/Program Files (x86)/Notepad++
PATH: /c/Program Files/Microsoft SQL Server/110/Tools/Binn
PATH: /c/Program Files/Microsoft SQL Server/120/Tools/Binn
PATH: /c/Program Files (x86)/NSIS
PATH: /c/Program Files (x86)/Git/cmd
PATH: /c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit
PATH: /c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0
PATH: /c/Program Files (x86)/Bitvise SSH Client
PATH: /c/Program Files/Intel/WiFi/bin
PATH: /c/Program Files/Common Files/Intel/WirelessCommon
PATH: /c/Program Files (x86)/Skype/Phone
PATH: /c/Users/Public/.utils
PATH: /c/Program Files (x86)/WinMerge
PATH: /c/Program Files (x86)/CMake/bin
PATH: /c/Users/Rainer/.utils
PATH: /c/Program Files/Intel/WiFi/bin
PATH: /c/Program Files/Common Files/Intel/WirelessCommon
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2563: checking build system type
configure:2577: result: i686-w64-mingw32
configure:2597: checking host system type
configure:2610: result: i686-w64-mingw32
configure:2630: checking target system type
configure:2643: result: i686-w64-mingw32
configure:2797: checking for i686-w64-mingw32-gcc
configure:2813: found /mingw32/bin/i686-w64-mingw32-gcc
configure:2824: result: i686-w64-mingw32-gcc
configure:3093: checking for C compiler version
configure:3102: i686-w64-mingw32-gcc --version >&5
i686-w64-mingw32-gcc.exe (Rev5, Built by MSYS2 project) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3113: $? = 0
configure:3102: i686-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\msys\mingw32\bin\i686-w64-mingw32-gcc.exe
COLLECT_LTO_WRAPPER=C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../gcc-4.9.2/configure --prefix=/mingw32 
--with-local-prefix=/mingw32/local --build=i686-w64-mingw32 
--host=i686-w64-mingw32 --target=i686-w64-mingw32 
--with-native-system-header-dir=/mingw32/i686-w64-mingw32/include 
--libexecdir=/mingw32/lib --with-gxx-include-dir=/mingw32/include/c++/4.9.2 
--enable-bootstrap --with-arch=i686 --with-tune=generic 
--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared 
--enable-static --enable-libatomic --enable-threads=posix --enable-graphite 
--enable-fully-dynamic-string --enable-libstdcxx-time=yes 
--disable-libstdcxx-pch --disable-libstdcxx-debug --enable-cloog-backend=isl 
--enable-version-specific-runtime-libs --disable-cloog-version-check 
--disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib 
--enable-checking=release --disable-rpath --disable-win32-registry 
--disable-nls --disable-werror --disable-symvers --with-libiconv 
--with-system-zlib --with-gmp=/mingw32 --with-mpfr=/mingw32 --with-mpc=/mingw32 
--with-isl=/mingw32 --with-cloog=/mingw32 --with-pkgversion='Rev5, Built by 
MSYS2 project' --with-bugurl=http://sourceforge.net/projects/msys2 
--with-gnu-as --with-gnu-ld --disable-sjlj-exceptions --with-dwarf2
Thread model: posix
gcc version 4.9.2 (Rev5, Built by MSYS2 project) 
configure:3113: $? = 0
configure:3102: i686-w64-mingw32-gcc -V >&5
i686-w64-mingw32-gcc.exe: error: unrecognized command line option '-V'
i686-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3113: $? = 1
configure:3102: i686-w64-mingw32-gcc -qversion >&5
i686-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'
i686-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3113: $? = 1
configure:3133: checking whether the C compiler works
configure:3155: i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c  >&5
configure:3159: $? = 0
configure:3207: result: yes
configure:3210: checking for C compiler default output file name
configure:3212: result: a.exe
configure:3218: checking for suffix of executables
configure:3225: i686-w64-mingw32-gcc -o conftest.exe -march=i686 -mtune=generic 
-O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c  >&5
configure:3229: $? = 0
configure:3251: result: .exe
configure:3273: checking whether we are cross compiling
configure:3281: i686-w64-mingw32-gcc -o conftest.exe -march=i686 -mtune=generic 
-O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c  >&5
configure:3285: $? = 0
configure:3292: ./conftest.exe
configure:3296: $? = 0
configure:3311: result: no
configure:3316: checking for suffix of object files
configure:3338: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:3342: $? = 0
configure:3363: result: o
configure:3367: checking whether we are using the GNU C compiler
configure:3386: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:3386: $? = 0
configure:3395: result: yes
configure:3404: checking whether i686-w64-mingw32-gcc accepts -g
configure:3424: i686-w64-mingw32-gcc -c -g -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:3424: $? = 0
configure:3465: result: yes
configure:3482: checking for i686-w64-mingw32-gcc option to accept ISO C89
configure:3545: i686-w64-mingw32-gcc  -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:3545: $? = 0
configure:3558: result: none needed
configure:3593: checking for i686-w64-mingw32-g++
configure:3609: found /mingw32/bin/i686-w64-mingw32-g++
configure:3620: result: i686-w64-mingw32-g++
configure:3691: checking for C++ compiler version
configure:3700: i686-w64-mingw32-g++ --version >&5
i686-w64-mingw32-g++.exe (Rev5, Built by MSYS2 project) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3711: $? = 0
configure:3700: i686-w64-mingw32-g++ -v >&5
Using built-in specs.
COLLECT_GCC=C:\msys\mingw32\bin\i686-w64-mingw32-g++.exe
COLLECT_LTO_WRAPPER=C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../gcc-4.9.2/configure --prefix=/mingw32 
--with-local-prefix=/mingw32/local --build=i686-w64-mingw32 
--host=i686-w64-mingw32 --target=i686-w64-mingw32 
--with-native-system-header-dir=/mingw32/i686-w64-mingw32/include 
--libexecdir=/mingw32/lib --with-gxx-include-dir=/mingw32/include/c++/4.9.2 
--enable-bootstrap --with-arch=i686 --with-tune=generic 
--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared 
--enable-static --enable-libatomic --enable-threads=posix --enable-graphite 
--enable-fully-dynamic-string --enable-libstdcxx-time=yes 
--disable-libstdcxx-pch --disable-libstdcxx-debug --enable-cloog-backend=isl 
--enable-version-specific-runtime-libs --disable-cloog-version-check 
--disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib 
--enable-checking=release --disable-rpath --disable-win32-registry 
--disable-nls --disable-werror --disable-symvers --with-libiconv 
--with-system-zlib --with-gmp=/mingw32 --with-mpfr=/mingw32 --with-mpc=/mingw32 
--with-isl=/mingw32 --with-cloog=/mingw32 --with-pkgversion='Rev5, Built by 
MSYS2 project' --with-bugurl=http://sourceforge.net/projects/msys2 
--with-gnu-as --with-gnu-ld --disable-sjlj-exceptions --with-dwarf2
Thread model: posix
gcc version 4.9.2 (Rev5, Built by MSYS2 project) 
configure:3711: $? = 0
configure:3700: i686-w64-mingw32-g++ -V >&5
i686-w64-mingw32-g++.exe: error: unrecognized command line option '-V'
i686-w64-mingw32-g++.exe: fatal error: no input files
compilation terminated.
configure:3711: $? = 1
configure:3700: i686-w64-mingw32-g++ -qversion >&5
i686-w64-mingw32-g++.exe: error: unrecognized command line option '-qversion'
i686-w64-mingw32-g++.exe: fatal error: no input files
compilation terminated.
configure:3711: $? = 1
configure:3715: checking whether we are using the GNU C++ compiler
configure:3734: i686-w64-mingw32-g++ -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.cpp >&5
configure:3734: $? = 0
configure:3743: result: yes
configure:3752: checking whether i686-w64-mingw32-g++ accepts -g
configure:3772: i686-w64-mingw32-g++ -c -g -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.cpp >&5
configure:3772: $? = 0
configure:3813: result: yes
configure:3844: checking for i686-w64-mingw32-as
configure:3874: result: no
configure:3884: checking for as
configure:3900: found /mingw32/bin/as
configure:3911: result: as
configure:3936: checking for i686-w64-mingw32-dlltool
configure:3966: result: no
configure:3976: checking for dlltool
configure:3992: found /mingw32/bin/dlltool
configure:4003: result: dlltool
configure:4028: checking for i686-w64-mingw32-objdump
configure:4058: result: no
configure:4068: checking for objdump
configure:4084: found /mingw32/bin/objdump
configure:4095: result: objdump
configure:4186: checking how to print strings
configure:4213: result: printf
configure:4234: checking for a sed that does not truncate output
configure:4298: result: /usr/bin/sed
configure:4316: checking for grep that handles long lines and -e
configure:4374: result: /usr/bin/grep
configure:4379: checking for egrep
configure:4441: result: /usr/bin/grep -E
configure:4446: checking for fgrep
configure:4508: result: /usr/bin/grep -F
configure:4543: checking for ld used by i686-w64-mingw32-gcc
configure:4610: result: C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe
configure:4617: checking if the linker 
(C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld
configure:4632: result: yes
configure:4644: checking for BSD- or MS-compatible name lister (nm)
configure:4693: result: /mingw32/bin/nm -B
configure:4823: checking the name lister (/mingw32/bin/nm -B) interface
configure:4830: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:4833: /mingw32/bin/nm -B "conftest.o"
configure:4836: output
00000000 b .bss
00000000 d .data
00000000 r .rdata$zzz
00000000 t .text
00000000 B _some_variable
configure:4843: result: BSD nm
configure:4846: checking whether ln -s works
configure:4853: result: no, using cp -pR
configure:4858: checking the maximum length of command line arguments
configure:4983: result: 8192
configure:5000: checking whether the shell understands some XSI constructs
configure:5010: result: yes
configure:5014: checking whether the shell understands "+="
configure:5020: result: yes
configure:5055: checking how to convert i686-w64-mingw32 file names to 
i686-w64-mingw32 format
configure:5095: result: func_convert_file_msys_to_w32
configure:5102: checking how to convert i686-w64-mingw32 file names to 
toolchain format
configure:5122: result: func_convert_file_msys_to_w32
configure:5129: checking for C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe option 
to reload object files
configure:5136: result: -r
configure:5170: checking for i686-w64-mingw32-objdump
configure:5197: result: objdump
configure:5266: checking how to recognize dependent libraries
configure:5468: result: pass_all
configure:5513: checking for i686-w64-mingw32-dlltool
configure:5540: result: dlltool
configure:5610: checking how to associate runtime and link libraries
configure:5637: result: func_cygming_dll_for_implib
configure:5654: checking for i686-w64-mingw32-ar
configure:5684: result: no
configure:5698: checking for ar
configure:5714: found /mingw32/bin/ar
configure:5725: result: ar
configure:5762: checking for archiver @FILE support
configure:5779: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:5779: $? = 0
configure:5782: ar cru libconftest.a @conftest.lst >&5
configure:5785: $? = 0
configure:5790: ar cru libconftest.a @conftest.lst >&5
C:\msys\mingw32\bin\ar.exe: conftest.o: No such file or directory
configure:5793: $? = 1
configure:5805: result: @
configure:5823: checking for i686-w64-mingw32-strip
configure:5853: result: no
configure:5863: checking for strip
configure:5879: found /mingw32/bin/strip
configure:5890: result: strip
configure:5922: checking for i686-w64-mingw32-ranlib
configure:5952: result: no
configure:5962: checking for ranlib
configure:5978: found /mingw32/bin/ranlib
configure:5989: result: ranlib
configure:6066: checking for gawk
configure:6082: found /usr/bin/gawk
configure:6093: result: gawk
configure:6133: checking command to parse /mingw32/bin/nm -B output from 
i686-w64-mingw32-gcc object
configure:6252: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:6255: $? = 0
configure:6259: /mingw32/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 
\2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6262: $? = 0
cannot find nm_test_var in conftest.nm
configure:6252: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:6255: $? = 0
configure:6259: /mingw32/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 
\2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6262: $? = 0
configure:6328: i686-w64-mingw32-gcc -o conftest.exe -march=i686 -mtune=generic 
-O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c 
conftstm.o >&5
configure:6331: $? = 0
configure:6369: result: ok
configure:6406: checking for sysroot
configure:6436: result: no
configure:6639: checking for i686-w64-mingw32-mt
configure:6669: result: no
configure:6679: checking for mt
configure:6709: result: no
configure:6729: checking if : is a manifest tool
configure:6735: : '-?'
configure:6743: result: no
configure:7375: checking how to run the C preprocessor
configure:7406: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.c
configure:7406: $? = 0
configure:7420: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
                           ^
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7445: result: i686-w64-mingw32-gcc -E
configure:7465: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.c
configure:7465: $? = 0
configure:7479: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
                           ^
compilation terminated.
configure:7479: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7508: checking for ANSI C header files
configure:7528: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7528: $? = 0
configure:7601: i686-w64-mingw32-gcc -o conftest.exe -march=i686 -mtune=generic 
-O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c  >&5
configure:7601: $? = 0
configure:7601: ./conftest.exe
configure:7601: $? = 0
configure:7612: result: yes
configure:7625: checking for sys/types.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for sys/stat.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for stdlib.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for string.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for memory.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for strings.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for inttypes.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for stdint.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7625: checking for unistd.h
configure:7625: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:7625: $? = 0
configure:7625: result: yes
configure:7639: checking for dlfcn.h
configure:7639: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
conftest.c:53:19: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h>
                  ^
compilation terminated.
configure:7639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dlfcn.h>
configure:7639: result: no
configure:7835: checking for objdir
configure:7850: result: .libs
configure:8117: checking if i686-w64-mingw32-gcc supports -fno-rtti 
-fno-exceptions
configure:8135: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -fno-rtti -fno-exceptions 
conftest.c >&5
cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but 
not for C
configure:8139: $? = 0
configure:8152: result: no
configure:8462: checking for i686-w64-mingw32-gcc option to produce PIC
configure:8469: result: -DDLL_EXPORT -DPIC
configure:8477: checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC 
works
configure:8495: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DDLL_EXPORT -DPIC -DPIC 
conftest.c >&5
configure:8499: $? = 0
configure:8512: result: yes
configure:8541: checking if i686-w64-mingw32-gcc static flag -static works
configure:8569: result: yes
configure:8584: checking if i686-w64-mingw32-gcc supports -c -o file.o
configure:8605: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -o out/conftest2.o conftest.c >&5
configure:8609: $? = 0
configure:8631: result: yes
configure:8639: checking if i686-w64-mingw32-gcc supports -c -o file.o
configure:8686: result: yes
configure:8719: checking whether the i686-w64-mingw32-gcc linker 
(C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries
configure:9881: result: yes
configure:9918: checking whether -lc should be explicitly linked in
configure:9926: i686-w64-mingw32-gcc -c -march=i686 -mtune=generic -O2 -pipe 
-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
configure:9929: $? = 0
configure:9944: i686-w64-mingw32-gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| 
/usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:9947: $? = 1
configure:9961: result: yes
configure:10126: checking dynamic linker characteristics
configure:10875: result: Win32 ld.exe
configure:10982: checking how to hardcode library paths into programs
configure:11007: result: immediate
configure:11547: checking whether stripping libraries is possible
configure:11552: result: yes
configure:11587: checking if libtool supports shared libraries
configure:11589: result: yes
configure:11592: checking whether to build shared libraries
configure:11613: result: yes
configure:11616: checking whether to build static libraries
configure:11620: result: yes
configure:11643: checking how to run the C++ preprocessor
configure:11670: i686-w64-mingw32-g++ -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.cpp
configure:11670: $? = 0
configure:11684: i686-w64-mingw32-g++ -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.cpp
conftest.cpp:20:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
                           ^
compilation terminated.
configure:11684: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11709: result: i686-w64-mingw32-g++ -E
configure:11729: i686-w64-mingw32-g++ -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.cpp
configure:11729: $? = 0
configure:11743: i686-w64-mingw32-g++ -E -D_FORTIFY_SOURCE=2 
-D__USE_MINGW_ANSI_STDIO=1 conftest.cpp
conftest.cpp:20:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
....
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to