From: Rainer S. <rs...@ba...> - 2015-04-25 00:24:37
|
Dear list, I have a weir finding. It’s not something that keeps me from proceeding, but worries me a bit and might be interesting for maintainers. The context: I build the package portaudio myself, because I need a feature that is not in the default package. I build with these flags to the makepkg-ming comannd: cCiFl (the clean overkill is just to make sure the second (32-bit) build goes through. If the source isn’t deleted between the 64- and 32-bit build, there will be a error in the preparation stage, because the patch can’t be applied any more. But that’s just side info, not my point. This is it: When building from a s-shell: build and install go fine through the first 64-bit build. The second build starts and get’s an error when testing if the compiler works: ==> Starting build()... checking build system type... i686-w64-mingw32 checking host system type... i686-w64-mingw32 checking target system type... i686-w64-mingw32 checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc checking whether the C compiler works... no configure: error: in `/repos/MINGW-packages/mingw-w64-portaudio/src/build-i686-w 64-mingw32': configure: error: C compiler cannot create executables See `config.log' for more details ==> ERROR: A failure occurred in build(). Aborting... When doing this from a local shell, the second build goes through just fine. I compared the paths, they are identical in both shells (ssh-bash and mintty-bash). So what could be going wrong? I have my build it’s not a showstopper right now, but I am ultimately hoping to trigger builds via ssh only, so this discrepancy is a bit worrying... I am using the Bitvise ssh-server with default configuration and access it from a Macbook. I am doing the builds in a msys2-shell (not mingw). In both cases (ssh and local), I establish "msys-mode” by setting the MSYSTEM env-var to MSYS and starting bash with --login -i. My homefolder is the %USERPROFILE% in both cases (just as info, although I can’t see how that could be relevant). Thanks for any advice! Rainer |
From: Rainer S. <rs...@ba...> - 2015-04-25 01:09:01
|
Dear list, Another oddity, a build using cmake (msys2/MinGW version started from a mingw32 shell) works nicely when triggered locally, but when I start cmake from ssh (same path), I get: CMake Error: CMake was unable to find a build program corresponding to "MSYS Mak efiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a differen t build tool. CMake Error: CMake was unable to find a build program corresponding to "MSYS Mak efiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a differen t build tool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER CMake Error: Could not find cmake module file: C:/Users/Rainer/Projects/sc/super collider/buildmsys32/CMakeFiles/3.2.2/CMakeCCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER CMake Error: Could not find cmake module file: C:/Users/Rainer/Projects/sc/super collider/buildmsys32/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake CMake Error at CMakeLists.txt:1 (project): No CMAKE_C_COMPILER could be found. Tell CMake where to find the compiler by setting the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. CMake Error at CMakeLists.txt:1 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find the compiler by setting the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage CMake Error: CMAKE_AR was not found, please set to archive program. -- Configuring incomplete, errors occurred! My path: /mingw32/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/c/Python 27:/c/Python27/Scripts:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/ c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files/SlikSvn/bin:/c/Progra m Files (x86)/Notepad++:/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/c/ Program Files/Microsoft SQL Server/120/Tools/Binn:/c/Program Files (x86)/NSIS:/c /Program Files (x86)/Git/cmd:/c/Program Files (x86)/Windows Kits/8.1/Windows Per formance Toolkit:/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/c/Program Files (x86)/Bitvise SSH Client:/c/Program Files/Intel/WiFi/bin:/c/Program Files /Common Files/Intel/WirelessCommon:/c/Program Files (x86)/CMake/bin:/c/Program F iles (x86)/Skype/Phone:/c/Users/Public/.utils:/c/Program Files (x86)/WinMerge:/c /Users/Rainer/.utils:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl: /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/u sr/bin/vendor_perl:/usr/bin/core_perl Again thanks for any hint! Best Rainer |
From: Alexpux <al...@gm...> - 2015-04-25 04:47:31
|
> 25 апр. 2015 г., в 4:08, Rainer Schuetz <rs...@ba...> написал(а): > > Dear list, > > Another oddity, a build using cmake (msys2/MinGW version started from a mingw32 shell) works nicely when triggered locally, but when I start cmake from ssh (same path), I get: > > CMake Error: CMake was unable to find a build program corresponding to "MSYS Mak > efiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a differen > t build tool. > CMake Error: CMake was unable to find a build program corresponding to "MSYS Mak > efiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a differen > t build tool. > CMake Error: Error required internal CMake variable not set, cmake may be not be > built correctly. > Missing variable is: > CMAKE_C_COMPILER_ENV_VAR > CMake Error: Error required internal CMake variable not set, cmake may be not be > built correctly. > Missing variable is: > CMAKE_C_COMPILER > CMake Error: Could not find cmake module file: C:/Users/Rainer/Projects/sc/super > collider/buildmsys32/CMakeFiles/3.2.2/CMakeCCompiler.cmake > CMake Error: Error required internal CMake variable not set, cmake may be not be > built correctly. > Missing variable is: > CMAKE_CXX_COMPILER_ENV_VAR > CMake Error: Error required internal CMake variable not set, cmake may be not be > built correctly. > Missing variable is: > CMAKE_CXX_COMPILER > CMake Error: Could not find cmake module file: C:/Users/Rainer/Projects/sc/super > collider/buildmsys32/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake > CMake Error at CMakeLists.txt:1 (project): > No CMAKE_C_COMPILER could be found. > > Tell CMake where to find the compiler by setting the CMake cache entry > CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name > if it is in the PATH. > > > CMake Error at CMakeLists.txt:1 (project): > No CMAKE_CXX_COMPILER could be found. > > Tell CMake where to find the compiler by setting the CMake cache entry > CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler > name if it is in the PATH. > > > CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage > CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage > CMake Error: CMAKE_AR was not found, please set to archive program. > -- Configuring incomplete, errors occurred! > > > My path: > > /mingw32/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/c/Python > 27:/c/Python27/Scripts:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/ > c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files/SlikSvn/bin:/c/Progra > m Files (x86)/Notepad++:/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/c/ > Program Files/Microsoft SQL Server/120/Tools/Binn:/c/Program Files (x86)/NSIS:/c > /Program Files (x86)/Git/cmd:/c/Program Files (x86)/Windows Kits/8.1/Windows Per > formance Toolkit:/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/c/Program > Files (x86)/Bitvise SSH Client:/c/Program Files/Intel/WiFi/bin:/c/Program Files > /Common Files/Intel/WirelessCommon:/c/Program Files (x86)/CMake/bin:/c/Program F > iles (x86)/Skype/Phone:/c/Users/Public/.utils:/c/Program Files (x86)/WinMerge:/c > /Users/Rainer/.utils:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl: > /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/u > sr/bin/vendor_perl:/usr/bin/core_perl > I see you have thirdparty CMAKE and Python in the PATH. Do you have installed our 32-bit mingw-cmake? > Again thanks for any hint! > Best > Rainer > ------------------------------------------------------------------------------ > 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 > Msy...@li... > https://lists.sourceforge.net/lists/listinfo/msys2-users |
From: Rainer S. <rs...@ba...> - 2015-04-25 05:50:04
|
> I see you have thirdparty CMAKE and Python in the PATH. Do you have installed our 32-bit mingw-cmake? Yes I do: Rainer@lg-msys MINGW32 ~ $ which cmake /mingw32/bin/cmake Rainer@lg-msys MINGW32 ~ $ where cmake C:\msys\mingw32\bin\cmake.exe C:\Program Files (x86)\CMake\bin\cmake.exe Thanks! .r. |
From: Rainer S. <rs...@ba...> - 2015-04-25 06:42:14
|
I compared the output of env in both shells: There is not much difference: The ssh-session has these additional lines: SSH_CLIENT=10.0.1.100 54827 22 SSHSESSIONID=1034 SSHWINUSERDOMAIN=LG-WINDOWS WINSSHDGROUP=EVERYONE SSHWINUSER=Rainer SSHWINGROUP=EVERYONE SSH_CONNECTION=10.0.1.100 54827 10.0.1.28 22 The local one (that works as expected) has this: SESSIONNAME=Console Thanks! .r. > On 25 Apr 2015, at 06:49, Rainer Schuetz <rs...@ba...> wrote: > > >> I see you have thirdparty CMAKE and Python in the PATH. Do you have installed our 32-bit mingw-cmake? > > Yes I do: > > Rainer@lg-msys MINGW32 ~ > $ which cmake > /mingw32/bin/cmake > > Rainer@lg-msys MINGW32 ~ > $ where cmake > C:\msys\mingw32\bin\cmake.exe > C:\Program Files (x86)\CMake\bin\cmake.exe > > Thanks! > .r. |
From: David M. <dav...@gm...> - 2015-04-25 12:36:05
Attachments:
smime.p7s
|
On 25. 4. 2015 2:24, Rainer Schuetz wrote: > This is it: > When building from a s-shell: > > build and install go fine through the first 64-bit build. The second build starts and get’s an error when testing if the compiler works: > > ==> Starting build()... > checking build system type... i686-w64-mingw32 > checking host system type... i686-w64-mingw32 > checking target system type... i686-w64-mingw32 > checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc > checking whether the C compiler works... no > configure: error: in `/repos/MINGW-packages/mingw-w64-portaudio/src/build-i686-w > 64-mingw32': > configure: error: C compiler cannot create executables > See `config.log' for more details > ==> ERROR: A failure occurred in build(). > Aborting... Check config.log. It will tell us more about why configure didn't like your gcc. -- David Macek |
From: Rainer S. <rs...@ba...> - 2015-04-25 18:16:00
|
> On 25 Apr 2015, at 13:35, David Macek <dav...@gm...> wrote: > > Check config.log. It will tell us more about why configure didn't like your gcc. I tried to, but I didn’t see the file. Where is it? The normal logs in the build folder just output what I’ve sent you. Best .r. |
From: David M. <dav...@gm...> - 2015-04-25 18:23:32
Attachments:
smime.p7s
|
On 25. 4. 2015 20:15, Rainer Schuetz wrote: >> On 25 Apr 2015, at 13:35, David Macek <dav...@gm...> wrote: >> >> Check config.log. It will tell us more about why configure didn't like your gcc. > > I tried to, but I didn’t see the file. Where is it? The normal logs in the build folder just output what I’ve sent you. 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). -- David Macek |
From: Rainer S. <rs...@ba...> - 2015-04-26 15:03:11
Attachments:
config-dos.log
config-ssh.log
|
> 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. PS: will resend if the attachments are blocked. |
From: Rainer S. <rs...@ba...> - 2015-04-27 07:03:54
|
Hi, Apparently doesn’t go true. So I post with files pasted. > 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> ^ compilation terminated. configure:11743: $? = 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:11913: checking for ld used by i686-w64-mingw32-g++ configure:11980: result: C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe configure:11987: checking if the linker (C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld configure:12002: result: yes configure:12057: checking whether the i686-w64-mingw32-g++ linker (C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries configure:13061: result: yes configure:13096: 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:13099: $? = 0 configure:13619: checking for i686-w64-mingw32-g++ option to produce PIC configure:13626: result: -DDLL_EXPORT -DPIC configure:13634: checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works configure:13652: i686-w64-mingw32-g++ -c -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5 configure:13656: $? = 0 configure:13669: result: yes configure:13692: checking if i686-w64-mingw32-g++ static flag -static works configure:13720: result: yes configure:13732: checking if i686-w64-mingw32-g++ supports -c -o file.o configure:13753: i686-w64-mingw32-g++ -c -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -o out/conftest2.o conftest.cpp >&5 configure:13757: $? = 0 configure:13779: result: yes configure:13784: checking if i686-w64-mingw32-g++ supports -c -o file.o configure:13831: result: yes configure:13861: checking whether the i686-w64-mingw32-g++ linker (C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries configure:13898: result: yes configure:14041: checking dynamic linker characteristics configure:14724: result: Win32 ld.exe configure:14777: checking how to hardcode library paths into programs configure:14802: result: immediate configure:14875: checking for a BSD-compatible install configure:14943: result: /usr/bin/install -c configure:14954: checking whether ln -s works configure:14961: result: no, using cp -pR configure:14967: checking for ar configure:14985: found /mingw32/bin/ar configure:14998: result: /mingw32/bin/ar configure:15010: checking whether byte ordering is bigendian configure:15025: 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:21:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:21:15: error: unknown type name 'universal' configure:15025: $? = 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. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:15070: 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:15070: $? = 0 configure:15088: 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: In function 'main': conftest.c:27:4: error: unknown type name 'not' not big endian ^ conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:15088: $? = 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 <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:15216: result: no configure:15238: checking for snd_pcm_open in -lasound configure:15263: 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 -lasound >&5 C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lasound collect2.exe: error: ld returned 1 exit status configure:15263: $? = 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. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char snd_pcm_open (); | int | main () | { | return snd_pcm_open (); | ; | return 0; | } configure:15272: result: no configure:15283: checking for HPI_SubSysCreate in -lhpi configure:15308: 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 -lhpi -lm >&5 C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lhpi collect2.exe: error: ld returned 1 exit status configure:15308: $? = 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. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char HPI_SubSysCreate (); | int | main () | { | return HPI_SubSysCreate (); | ; | return 0; | } configure:15317: result: no configure:15332: checking sys/soundcard.h usability configure:15332: 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:27: fatal error: sys/soundcard.h: No such file or directory #include <sys/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/soundcard.h> configure:15332: result: no configure:15332: checking sys/soundcard.h presence configure:15332: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c conftest.c:20:27: fatal error: sys/soundcard.h: No such file or directory #include <sys/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <sys/soundcard.h> configure:15332: result: no configure:15332: checking for sys/soundcard.h configure:15332: result: no configure:15332: checking linux/soundcard.h usability configure:15332: 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:29: fatal error: linux/soundcard.h: No such file or directory #include <linux/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <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 <linux/soundcard.h> configure:15332: result: no configure:15332: checking linux/soundcard.h presence configure:15332: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c conftest.c:20:29: fatal error: linux/soundcard.h: No such file or directory #include <linux/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <linux/soundcard.h> configure:15332: result: no configure:15332: checking for linux/soundcard.h configure:15332: result: no configure:15332: checking machine/soundcard.h usability configure:15332: 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:31: fatal error: machine/soundcard.h: No such file or directory #include <machine/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <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 <machine/soundcard.h> configure:15332: result: no configure:15332: checking machine/soundcard.h presence configure:15332: i686-w64-mingw32-gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c conftest.c:20:31: fatal error: machine/soundcard.h: No such file or directory #include <machine/soundcard.h> ^ compilation terminated. configure:15332: $? = 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 <machine/soundcard.h> configure:15332: result: no configure:15332: checking for machine/soundcard.h configure:15332: result: no configure:15400: checking for i686-w64-mingw32-pkg-config configure:15418: found /mingw32/bin/i686-w64-mingw32-pkg-config configure:15430: result: /mingw32/bin/i686-w64-mingw32-pkg-config configure:15498: checking pkg-config is at least version 0.9.0 configure:15501: result: yes configure:15511: checking for JACK configure:15518: $PKG_CONFIG --exists --print-errors "jack" Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found configure:15521: $? = 1 configure:15535: $PKG_CONFIG --exists --print-errors "jack" Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found configure:15538: $? = 1 configure:15552: result: no No package 'jack' found configure:15588: checking size of short configure:15593: 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:15593: $? = 0 configure:15593: ./conftest.exe configure:15593: $? = 0 configure:15607: result: 2 configure:15621: checking size of int configure:15626: 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:15626: $? = 0 configure:15626: ./conftest.exe configure:15626: $? = 0 configure:15640: result: 4 configure:15654: checking size of long configure:15659: 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:15659: $? = 0 configure:15659: ./conftest.exe configure:15659: $? = 0 configure:15673: result: 4 configure:15685: checking for clock_gettime in -lrt configure:15710: 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 -lrt >&5 C:/msys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lrt collect2.exe: error: ld returned 1 exit status configure:15710: $? = 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/" | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:15719: result: no configure:15730: checking for clock_gettime configure:15730: 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:15730: $? = 0 configure:15730: result: yes configure:15730: checking for nanosleep configure:15730: 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:15730: $? = 0 configure:15730: result: yes configure:16369: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lg-windows config.status:1084: creating Makefile config.status:1084: creating portaudio-2.0.pc config.status:1235: executing libtool commands configure:18648: === configuring in bindings/cpp (/repos/MINGW-packages/mingw-w64-portaudio/src/build-i686-w64-mingw32/bindings/cpp) configure:18711: running /bin/sh /repos/MINGW-packages/mingw-w64-portaudio/src/portaudio/bindings/cpp/configure --disable-option-checking '--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' 'build_alias=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'target_alias=i686-w64-mingw32' 'CFLAGS=-march=i686 -mtune=generic -O2 -pipe' 'LDFLAGS=-pipe' 'CPPFLAGS=-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1' 'CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe' 'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig' --cache-file=/dev/null --srcdir=/repos/MINGW-packages/mingw-w64-portaudio/src/portaudio/bindings/cpp configure:18733: result: Configuration summary: Target ...................... i686-w64-mingw32 C++ bindings ................ yes Debug output ................ no configure:18762: result: WMME ........................ yes DSound ...................... yes (/usr/local/share/dx7sdk) ASIO ........................ yes (/usr/local/share/ASIOSDK2.3) WASAPI ...................... no WDMKS ....................... yes (/usr/local/share/dx7sdk) ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-w64-mingw32 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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_exeext=.exe ac_cv_func_clock_gettime=yes ac_cv_func_nanosleep=yes ac_cv_header_dlfcn_h=no ac_cv_header_inttypes_h=yes ac_cv_header_linux_soundcard_h=no ac_cv_header_machine_soundcard_h=no ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_soundcard_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-w64-mingw32 ac_cv_lib_asound_snd_pcm_open=no ac_cv_lib_hpi_HPI_SubSysCreate=no ac_cv_lib_rt_clock_gettime=no ac_cv_objext=o ac_cv_path_AR=/mingw32/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PKG_CONFIG=/mingw32/bin/i686-w64-mingw32-pkg-config ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-w64-mingw32-gcc ac_cv_prog_CPP='i686-w64-mingw32-gcc -E' ac_cv_prog_CXX=i686-w64-mingw32-g++ ac_cv_prog_CXXCPP='i686-w64-mingw32-g++ -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_OBJDUMP=objdump ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_AS=as ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_target=i686-w64-mingw32 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=yes lt_cv_deplibs_check_method=pass_all lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe lt_cv_path_LDCXX=C:/msys/mingw32/i686-w64-mingw32/bin/ld.exe lt_cv_path_NM='/mingw32/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC' lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\) \{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=8192 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 lt_cv_to_tool_file_cmd=func_convert_file... [truncated message content] |
From: Rainer S. <rs...@ba...> - 2015-04-27 07:07:28
|
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> .... |
From: David M. <dav...@gm...> - 2015-04-28 23:11:49
Attachments:
smime.p7s
|
On 27. 4. 2015 9:07, Rainer Schuetz wrote: > 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. > > 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). Looking at the attached logs, I see that both of them call gcc -V with the same failure and the difference is actually in this command: i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c I have no idea why that would fail in one case and not in the other. Does that command fail when run from the SSH command line (without going through configure)? You may have to check the exit code (by running `echo $?` as the next command). The contents of conftest.c is in the log, but I'll also paste it here: /* 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; } -- David Macek |
From: Rainer S. <rs...@ba...> - 2015-05-05 16:58:50
|
> On 29 Apr 2015, at 00:11, David Macek <dav...@gm...> wrote: > > Looking at the attached logs, I see that both of them call gcc -V with the same failure and the difference is actually in this command: > > i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c > > I have no idea why that would fail in one case and not in the other. Does that command fail when run from the SSH command line (without going through configure)? You may have to check the exit code (by running `echo $?` as the next command). > > The contents of conftest.c is in the log, but I'll also paste it here: > > /* 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; > } Hi David, sorry for taking some time... I can’t fully understand the implications of what you explain, so I just do what you say in hope it turns up something useful. Running the i686-w64......test.c line on the ssh command line returns an error: $ i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c bash: i686-w64-mingw32-gcc: command not found > echo $? returns 127 It is actually not surprising that i686-w64-mingw32-gcc is not found as /mingw32/bin is not in the path. But I have been doing all the different builds in the msys shell only (well msys in an s-shell), and the 64-bit one went through as well... Is that of any help? Best Rainer |
From: David M. <dav...@gm...> - 2015-05-05 17:15:46
Attachments:
smime.p7s
|
On 5. 5. 2015 18:58, Rainer Schuetz wrote: > Hi David, > > sorry for taking some time... > > I can’t fully understand the implications of what you explain, so I just do what you say in hope it turns up something useful. > > Running the i686-w64......test.c line on the ssh command line returns an error: > > $ i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c > bash: i686-w64-mingw32-gcc: command not found > >> echo $? > > returns 127 > > It is actually not surprising that i686-w64-mingw32-gcc is not found as /mingw32/bin is not in the path. But I have been doing all the different builds in the msys shell only (well msys in an s-shell), and the 64-bit one went through as well... > > Is that of any help? Sorry, I didn't realize. Please retry with the correct /mingw??/bin directory in PATH, or use an absolute path to gcc (/mingw32/bin/i686-w64-mingw32-gcc). -- David Macek |
From: Rainer S. <rs...@ba...> - 2015-05-05 17:22:18
|
> On 5 May 2015, at 18:15, David Macek <dav...@gm...> wrote: > > Sorry, I didn't realize. Please retry with the correct /mingw??/bin directory in PATH, or use an absolute path to gcc (/mingw32/bin/i686-w64-mingw32-gcc). $ /mingw32/bin/i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORT IFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c i686-w64-mingw32-gcc.exe: error: conftest.c: No such file or directory i686-w64-mingw32-gcc.exe: fatal error: no input files compilation terminated. echo $? returns 1 Thanks! .r. |
From: David M. <dav...@gm...> - 2015-05-05 17:51:27
Attachments:
smime.p7s
|
On 5. 5. 2015 19:22, Rainer Schuetz wrote: > >> On 5 May 2015, at 18:15, David Macek <dav...@gm...> wrote: >> >> Sorry, I didn't realize. Please retry with the correct /mingw??/bin directory in PATH, or use an absolute path to gcc (/mingw32/bin/i686-w64-mingw32-gcc). > > $ /mingw32/bin/i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORT > IFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c > i686-w64-mingw32-gcc.exe: error: conftest.c: No such file or directory > i686-w64-mingw32-gcc.exe: fatal error: no input files > compilation terminated. > > echo $? returns 1 You have to create the file first, of course. The source code is in one of my earlier messages. -- David Macek |
From: Rainer S. <rs...@ba...> - 2015-05-05 18:09:26
|
> You have to create the file first, of course. The source code is in one of my earlier messages. Okay, sorry. So I created the file, put it in /usr/local/include and ran $ /mingw32/bin/i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORT IFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe /usr/local/include/conftest.c No return values, echo $?: Rainer@lg-msys MSYS /repos/MINGW-packages/mingw-w64-portaudio $ echo $? 1 |
From: David M. <dav...@gm...> - 2015-05-05 18:29:18
Attachments:
smime.p7s
|
On 5. 5. 2015 20:09, Rainer Schuetz wrote: >> You have to create the file first, of course. The source code is in one of my earlier messages. > > Okay, sorry. So I created the file, put it in /usr/local/include and ran > > $ /mingw32/bin/i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORT > IFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe /usr/local/include/conftest.c > > No return values, echo $?: > > > Rainer@lg-msys MSYS /repos/MINGW-packages/mingw-w64-portaudio > $ echo $? > 1 I'm a bit confused about the return value here. Is it empty, or 1? -- David Macek |