W dniu 31.08.2018 o 12:17, Martin Storsjö pisze:
> On Aug 31, 2018, at 12:51, Mateusz <mateu...@poczta.onet.pl> wrote:
>>
>> W dniu 30.08.2018 o 09:53, Martin Storsjö pisze:
>>>> On Aug 29, 2018, at 18:44, Martell Malone <martellmal...@gmail.com> wrote:
>>>>
>>>> LGTM.
>>>
>>> Pushed this version.
>>>
>>> // Martin
>>
>> It's not working for me (when I build gcc on ubuntu).
>> Could we revert this patch?
> 
> Maybe, but first I'd like to know more about what doesn't work for you. What 
> step fails for you?
> 
> What does configure say about "Checking whether the linker provides 
> __CTOR_LIST__"? Do you use specifically binutils 2.30? Can you provide the 
> config.log from that run?
> 
> // Martin

binutils 2.31.1, config.log + config.h attached (from building gcc cross 
compiler on ubuntu)

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

It was created by mingw-w64-runtime configure 4.0b, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/ma/m/source/mingw-w64-v6/mingw-w64-crt/configure 
--host=x86_64-w64-mingw32 --prefix=/home/ma/m/cross/x86_64-w64-mingw32 
--enable-lib64 --disable-lib32

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

hostname = ma-VirtualBox
uname -m = x86_64
uname -r = 4.15.0-33-generic
uname -s = Linux
uname -v = #36~16.04.1-Ubuntu SMP Wed Aug 15 17:21:05 UTC 2018

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

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

PATH: /home/ma/m/cross/bin
PATH: /home/ma/bin
PATH: /home/ma/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


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

configure:2289: checking for a BSD-compatible install
configure:2357: result: /usr/bin/install -c
configure:2368: checking whether build environment is sane
configure:2423: result: yes
configure:2482: checking for x86_64-w64-mingw32-strip
configure:2498: found /home/ma/m/cross/bin/x86_64-w64-mingw32-strip
configure:2509: result: x86_64-w64-mingw32-strip
configure:2574: checking for a thread-safe mkdir -p
configure:2613: result: /bin/mkdir -p
configure:2620: checking for gawk
configure:2650: result: no
configure:2620: checking for mawk
configure:2636: found /usr/bin/mawk
configure:2647: result: mawk
configure:2658: checking whether make sets $(MAKE)
configure:2680: result: yes
configure:2709: checking whether make supports nested variables
configure:2726: result: yes
configure:2853: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2862: result: no
configure:2880: checking build system type
configure:2894: result: x86_64-unknown-linux-gnu
configure:2914: checking host system type
configure:2927: result: x86_64-w64-mingw32
configure:2948: checking for sysroot
configure:2966: result: /home/ma/m/cross/x86_64-w64-mingw32
configure:2987: checking for a sed that does not truncate output
configure:3051: result: /bin/sed
configure:3060: checking for gawk
configure:3087: result: mawk
configure:3106: checking for x86_64-w64-mingw32-gcc
configure:3122: found /home/ma/m/cross/bin/x86_64-w64-mingw32-gcc
configure:3133: result: x86_64-w64-mingw32-gcc
configure:3402: checking for C compiler version
configure:3411: x86_64-w64-mingw32-gcc --version >&5
x86_64-w64-mingw32-gcc (GCC) 8.2.0
Copyright (C) 2018 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:3422: $? = 0
configure:3411: x86_64-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/home/ma/m/cross/libexec/gcc/x86_64-w64-mingw32/8.2.0/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: /home/ma/m/source/gcc-8.2/configure 
--target=x86_64-w64-mingw32 --disable-nls --disable-multilib 
--with-gmp=/home/ma/m/build/for_cross --with-mpfr=/home/ma/m/build/for_cross 
--with-mpc=/home/ma/m/build/for_cross --with-isl=/home/ma/m/build/for_cross 
--enable-languages=c,c++,objc,obj-c++ --disable-libstdcxx-pch --disable-shared 
--enable-fully-dynamic-string --with-tune=core-avx2 --prefix=/home/ma/m/cross 
--with-sysroot=/home/ma/m/cross
Thread model: win32
gcc version 8.2.0 (GCC) 
configure:3422: $? = 0
configure:3411: x86_64-w64-mingw32-gcc -V >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:3422: $? = 1
configure:3411: x86_64-w64-mingw32-gcc -qversion >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion'; 
did you mean '--version'?
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:3422: $? = 1
configure:3442: x86_64-w64-mingw32-gcc -o conftest -pipe -O2   conftest.c  >&5
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find crt2.o: No such file or directory
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find crtbegin.o: No such file or directory
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmingw32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lgcc
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmoldname
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmingwex
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmsvcrt
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -ladvapi32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lshell32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -luser32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lkernel32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmingw32
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lgcc
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmoldname
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmingwex
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find -lmsvcrt
/home/ma/m/cross/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld:
 cannot find crtend.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:3446: $? = 1
configure:3659: checking whether we are cross compiling
configure:3697: result: yes
configure:3701: checking for suffix of object files
configure:3723: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:3727: $? = 0
configure:3748: result: o
configure:3752: checking whether we are using the GNU C compiler
configure:3771: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:3771: $? = 0
configure:3780: result: yes
configure:3789: checking whether x86_64-w64-mingw32-gcc accepts -g
configure:3809: x86_64-w64-mingw32-gcc -c -g  conftest.c >&5
configure:3809: $? = 0
configure:3850: result: yes
configure:3867: checking for x86_64-w64-mingw32-gcc option to accept ISO C89
configure:3930: x86_64-w64-mingw32-gcc  -c -pipe -O2  conftest.c >&5
configure:3930: $? = 0
configure:3943: result: none needed
configure:3968: checking whether x86_64-w64-mingw32-gcc understands -c and -o 
together
configure:3990: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o
configure:3993: $? = 0
configure:3990: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o
configure:3993: $? = 0
configure:4005: result: yes
configure:4033: checking for style of include used by make
configure:4061: result: GNU
configure:4087: checking dependency style of x86_64-w64-mingw32-gcc
configure:4198: result: gcc3
configure:4227: checking for x86_64-w64-mingw32-g++
configure:4243: found /home/ma/m/cross/bin/x86_64-w64-mingw32-g++
configure:4254: result: x86_64-w64-mingw32-g++
configure:4325: checking for C++ compiler version
configure:4334: x86_64-w64-mingw32-g++ --version >&5
x86_64-w64-mingw32-g++ (GCC) 8.2.0
Copyright (C) 2018 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:4345: $? = 0
configure:4334: x86_64-w64-mingw32-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-g++
COLLECT_LTO_WRAPPER=/home/ma/m/cross/libexec/gcc/x86_64-w64-mingw32/8.2.0/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: /home/ma/m/source/gcc-8.2/configure 
--target=x86_64-w64-mingw32 --disable-nls --disable-multilib 
--with-gmp=/home/ma/m/build/for_cross --with-mpfr=/home/ma/m/build/for_cross 
--with-mpc=/home/ma/m/build/for_cross --with-isl=/home/ma/m/build/for_cross 
--enable-languages=c,c++,objc,obj-c++ --disable-libstdcxx-pch --disable-shared 
--enable-fully-dynamic-string --with-tune=core-avx2 --prefix=/home/ma/m/cross 
--with-sysroot=/home/ma/m/cross
Thread model: win32
gcc version 8.2.0 (GCC) 
configure:4345: $? = 0
configure:4334: x86_64-w64-mingw32-g++ -V >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-V'
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:4345: $? = 1
configure:4334: x86_64-w64-mingw32-g++ -qversion >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-qversion'; 
did you mean '--version'?
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:4345: $? = 1
configure:4349: checking whether we are using the GNU C++ compiler
configure:4368: x86_64-w64-mingw32-g++ -c -pipe -O2  conftest.cpp >&5
configure:4368: $? = 0
configure:4377: result: yes
configure:4386: checking whether x86_64-w64-mingw32-g++ accepts -g
configure:4406: x86_64-w64-mingw32-g++ -c -g  conftest.cpp >&5
configure:4406: $? = 0
configure:4447: result: yes
configure:4472: checking dependency style of x86_64-w64-mingw32-g++
configure:4583: result: gcc3
configure:4603: checking how to run the C preprocessor
configure:4634: x86_64-w64-mingw32-gcc -E  conftest.c
configure:4634: $? = 0
configure:4648: x86_64-w64-mingw32-gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mingw-w64-runtime"
| #define PACKAGE_TARNAME "mingw-w64-runtime"
| #define PACKAGE_VERSION "4.0b"
| #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
| #define PACKAGE_BUGREPORT "mingw-w64-public@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mingw-w64-runtime"
| #define VERSION "4.0b"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4673: result: x86_64-w64-mingw32-gcc -E
configure:4693: x86_64-w64-mingw32-gcc -E  conftest.c
configure:4693: $? = 0
configure:4707: x86_64-w64-mingw32-gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mingw-w64-runtime"
| #define PACKAGE_TARNAME "mingw-w64-runtime"
| #define PACKAGE_VERSION "4.0b"
| #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
| #define PACKAGE_BUGREPORT "mingw-w64-public@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mingw-w64-runtime"
| #define VERSION "4.0b"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4739: checking for x86_64-w64-mingw32-ranlib
configure:4755: found /home/ma/m/cross/bin/x86_64-w64-mingw32-ranlib
configure:4766: result: x86_64-w64-mingw32-ranlib
configure:4831: checking for x86_64-w64-mingw32-dlltool
configure:4847: found /home/ma/m/cross/bin/x86_64-w64-mingw32-dlltool
configure:4858: result: x86_64-w64-mingw32-dlltool
configure:4926: checking for x86_64-w64-mingw32-ar
configure:4942: found /home/ma/m/cross/bin/x86_64-w64-mingw32-ar
configure:4953: result: x86_64-w64-mingw32-ar
configure:5023: checking the archiver (x86_64-w64-mingw32-ar) interface
configure:5039: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:5039: $? = 0
configure:5041: x86_64-w64-mingw32-ar cru libconftest.a conftest.o >&5
configure:5044: $? = 0
configure:5072: result: ar
configure:5101: checking dependency style of x86_64-w64-mingw32-gcc
configure:5210: result: gcc3
configure:5228: checking for x86_64-w64-mingw32-as
configure:5244: found /home/ma/m/cross/bin/x86_64-w64-mingw32-as
configure:5255: result: x86_64-w64-mingw32-as
configure:5319: checking whether to build a w32api package for Cygwin
configure:5328: result: no
configure:5348: checking whether to build the Win32 libraries
configure:5377: result: no
configure:5396: checking whether to build the Win64 libraries
configure:5425: result: yes
configure:5444: checking whether to build the WinARM32 libraries
configure:5461: result: no
configure:5488: checking whether to build the WinARM64 libraries
configure:5505: result: no
configure:5586: checking whether to use genlib
configure:5703: result: no
configure:5706: checking whether to enable globbing
configure:5728: result: no
configure:5731: checking whether to enable private exports
configure:5756: result: no
configure:5759: checking whether to enable delay import libs
configure:5784: result: no
configure:5787: checking what to provide as libmsvcrt.a
configure:5800: result: msvcrt-os
configure:5805: checking whether to enable experimental features
configure:5844: result: no
configure:5899: checking whether the compiler supports -municode
configure:5916: x86_64-w64-mingw32-gcc -c -pipe -O2 -municode  conftest.c >&5
configure:5916: $? = 0
configure:5933: result: yes
configure:5936: checking whether the linker provides __CTOR_LIST__
configure:5985: x86_64-w64-mingw32-gcc -o conftest -pipe -O2   -nostdlib 
conftest.c  >&5
configure:5985: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mingw-w64-runtime"
| #define PACKAGE_TARNAME "mingw-w64-runtime"
| #define PACKAGE_VERSION "4.0b"
| #define PACKAGE_STRING "mingw-w64-runtime 4.0b"
| #define PACKAGE_BUGREPORT "mingw-w64-public@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mingw-w64-runtime"
| #define VERSION "4.0b"
| #define __ENABLE_GLOBBING 0
| /* end confdefs.h.  */
| 
| #include <stdint.h>
| extern const void * __CTOR_LIST__;
| void __main(void) {
| }
| int main(void) {
|   return (int)(intptr_t)__CTOR_LIST__;
| }
| int mainCRTStartup(void) {
|   return main();
| }
| 
configure:5992: result: no
configure:6022: checking for grep that handles long lines and -e
configure:6080: result: /bin/grep
configure:6085: checking for egrep
configure:6147: result: /bin/grep -E
configure:6152: checking for ANSI C header files
configure:6172: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6172: $? = 0
configure:6256: result: yes
configure:6269: checking for sys/types.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for sys/stat.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for stdlib.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for string.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for memory.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for strings.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for inttypes.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for stdint.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6269: checking for unistd.h
configure:6269: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6269: $? = 0
configure:6269: result: yes
configure:6281: checking _mingw_mac.h usability
configure:6281: x86_64-w64-mingw32-gcc -c -pipe -O2  conftest.c >&5
configure:6281: $? = 0
configure:6281: result: yes
configure:6281: checking _mingw_mac.h presence
configure:6281: x86_64-w64-mingw32-gcc -E  conftest.c
configure:6281: $? = 0
configure:6281: result: yes
configure:6281: checking for _mingw_mac.h
configure:6281: result: yes
configure:6291: checking for warning levels
configure:6309: result: Level 3
configure:6456: checking that generated files are newer than configure
configure:6462: result: done
configure:6553: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by mingw-w64-runtime config.status 4.0b, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ma-VirtualBox

config.status:919: creating Makefile
config.status:919: creating config.h
config.status:1133: executing depfiles commands
configure:7870: 
configure:7872: 
configure:7874: 
configure:7876: 
------------------------------------------------------------------------
configure:7878: mingw-w64-runtime 4.0b
configure:7880: 
------------------------------------------------------------------------
configure:7882: 
configure:7884: 
configure:7886: Configuration Options Summary:
configure:7888: 
configure:7890:   WinARM32 runtime.....: no
configure:7892:   WinARM64 runtime.....: no
configure:7894:   Win32 runtime........: no
configure:7896:   Win64 runtime........: yes
configure:7898:   C Warning Flags......: -Wimplicit-function-declaration 
-Wmissing-noreturn -Wmissing-prototypes
configure:7900:   C++ Warning Flags....: 
configure:7902:   Common Warning Flags.: -Wall -Wextra -Wformat 
-Wstrict-aliasing -Wshadow -Wpacked -Winline
configure:7904:   Default msvcrt.......: msvcrt-os
configure:7906: 
configure:7908:   DFP printf...........: no
configure:7910:   128-bit printf.......: no
configure:7912:   Custom printf........: no
configure:7914:   Softhmath............: no
configure:7916: 

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
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='-pipe -O2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-pipe -O2'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header__mingw_mac_h=yes
ac_cv_header_inttypes_h=yes
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-w64-mingw32
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-w64-mingw32-ar
ac_cv_prog_AS=x86_64-w64-mingw32-as
ac_cv_prog_AWK=mawk
ac_cv_prog_CC=x86_64-w64-mingw32-gcc
ac_cv_prog_CPP='x86_64-w64-mingw32-gcc -E'
ac_cv_prog_CXX=x86_64-w64-mingw32-g++
ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool
ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib
ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes

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

ACLOCAL='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/missing aclocal-1.15'
ADD_CXX_ONLY_WARNING_FLAGS=''
ADD_C_CXX_WARNING_FLAGS='-Wall -Wextra -Wformat -Wstrict-aliasing -Wshadow 
-Wpacked -Winline'
ADD_C_ONLY_WARNING_FLAGS='-Wimplicit-function-declaration -Wmissing-noreturn 
-Wmissing-prototypes'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='x86_64-w64-mingw32-ar'
AS='x86_64-w64-mingw32-as'
AUTOCONF='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/missing autoconf'
AUTOHEADER='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/missing autoheader'
AUTOMAKE='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/missing automake-1.15'
AWK='mawk'
CC='x86_64-w64-mingw32-gcc'
CCAS='x86_64-w64-mingw32-gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-pipe -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-pipe -O2'
CPP='x86_64-w64-mingw32-gcc -E'
CPPFLAGS=''
CXX='x86_64-w64-mingw32-g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-pipe -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DELAY_IMPORT_LIBS_FALSE=''
DELAY_IMPORT_LIBS_TRUE='#'
DEPDIR='.deps'
DLLTOOL='x86_64-w64-mingw32-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_DFP_FALSE=''
ENABLE_DFP_TRUE='#'
ENABLE_PRINTF128_FALSE=''
ENABLE_PRINTF128_TRUE='#'
ENABLE_REGISTEREDPRINTF_FALSE=''
ENABLE_REGISTEREDPRINTF_TRUE='#'
ENABLE_SOFTMATH_FALSE=''
ENABLE_SOFTMATH_TRUE='#'
ENABLE_TESTS_UNICODE_FALSE='#'
ENABLE_TESTS_UNICODE_TRUE=''
EXEEXT=''
GENLIB=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIB32_FALSE=''
LIB32_TRUE='#'
LIB64_FALSE='#'
LIB64_TRUE=''
LIBARM32SUFFIXDIR='libarm32'
LIBARM32_FALSE=''
LIBARM32_TRUE='#'
LIBARM64SUFFIXDIR='libarm64'
LIBARM64_FALSE=''
LIBARM64_TRUE='#'
LIBOBJS=''
LIBS=''
LIBX8632SUFFIXDIR='lib32'
LIBX8664SUFFIXDIR='lib'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
MSVCRT_LIB='libmsvcrt-os.a'
OBJEXT='o'
PACKAGE='mingw-w64-runtime'
PACKAGE_BUGREPORT='mingw-w64-public@lists.sourceforge.net'
PACKAGE_NAME='mingw-w64-runtime'
PACKAGE_STRING='mingw-w64-runtime 4.0b'
PACKAGE_TARNAME='mingw-w64-runtime'
PACKAGE_URL=''
PACKAGE_VERSION='4.0b'
PATH_SEPARATOR=':'
PRIVATE_EXPORTS_FALSE=''
PRIVATE_EXPORTS_TRUE='#'
RANLIB='x86_64-w64-mingw32-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='x86_64-w64-mingw32-strip'
TARGET_SYSTEM_ROOT='/home/ma/m/cross/x86_64-w64-mingw32'
VERSION='4.0b'
W32API_FALSE=''
W32API_TRUE='#'
WITHSYSROOT_FALSE='#'
WITHSYSROOT_TRUE=''
WITH_GENLIB_FALSE=''
WITH_GENLIB_TRUE='#'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_cpu='x86_64'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} 
/home/ma/m/source/mingw-w64-v6/mingw-w64-crt/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/ma/m/cross/x86_64-w64-mingw32'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "mingw-w64-runtime"
#define PACKAGE_TARNAME "mingw-w64-runtime"
#define PACKAGE_VERSION "4.0b"
#define PACKAGE_STRING "mingw-w64-runtime 4.0b"
#define PACKAGE_BUGREPORT "mingw-w64-public@lists.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "mingw-w64-runtime"
#define VERSION "4.0b"
#define __ENABLE_GLOBBING 0
#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

configure: exit 0
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Whether the linker provides __CTOR_LIST__ */
/* #undef HAVE_CTOR_LIST */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Name of package */
#define PACKAGE "mingw-w64-runtime"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "mingw-w64-public@lists.sourceforge.net"

/* Define to the full name of this package. */
#define PACKAGE_NAME "mingw-w64-runtime"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "mingw-w64-runtime 4.0b"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mingw-w64-runtime"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "4.0b"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "4.0b"

/* Build DFP support */
/* #undef __ENABLE_DFP */

/* Define as -1 to enable command line globbing or 0 to disable it. */
#define __ENABLE_GLOBBING 0

/* Build DFP support */
/* #undef __ENABLE_PRINTF128 */

/* Build DFP support */
/* #undef __ENABLE_REGISTEREDPRINTF */

/* Build softmath routines */
/* #undef __ENABLE_SOFTMATH */
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to