[Bug c/89216] New: Can't make tools for cross compile from linux to windows (MinGW)

rmbeer2 at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Feb 6 01:30:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89216

            Bug ID: 89216
           Summary: Can't make tools for cross compile from linux to
                    windows (MinGW)
           Product: gcc
           Version: 8.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rmbeer2 at gmail dot com
  Target Milestone: ---

I'm trying make a own tools of MinGW.
The line for Configure:

./configure --prefix=/opt/MV3/MinGW64 --libexecdir=/opt/MV3/MinGW64/lib
--target=x86_64-w64-mingw32
--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared
--enable-static --enable-threads=posix --enable-fully-dynamic-string
--enable-libstdcxx-time=yes --with-system-zlib --enable-cloog-backend=isl
--enable-lto --disable-dw2-exceptions --enable-libgomp --disable-multilib
--enable-checking=release

It's during 'make':

Checking multilib configuration for libgcc...
Configuring in x86_64-w64-mingw32/libgcc
configure: loading cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-lipo... x86_64-w64-mingw32-lipo
checking for x86_64-w64-mingw32-nm...
/opt/MV3/SrcMinGW/gcc-8.2.0/host-x86_64-pc-linux-gnu/gcc/nm
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-gcc...
/opt/MV3/SrcMinGW/gcc-8.2.0/host-x86_64-pc-linux-gnu/gcc/xgcc
-B/opt/MV3/SrcMinGW/gcc-8.2.0/host-x86_64-pc-linux-gnu/gcc/
-L/opt/MV3/MinGW64/x86_64-w64-mingw32/lib -L/opt/MV3/MinGW64/mingw/lib -isystem
/opt/MV3/MinGW64/x86_64-w64-mingw32/include -isystem
/opt/MV3/MinGW64/mingw/include -B/opt/MV3/MinGW64/x86_64-w64-mingw32/bin/
-B/opt/MV3/MinGW64/x86_64-w64-mingw32/lib/ -isystem
/opt/MV3/MinGW64/x86_64-w64-mingw32/include -isystem
/opt/MV3/MinGW64/x86_64-w64-mingw32/sys-include   
checking for suffix of object files... configure: error: in
`/opt/MV3/SrcMinGW/gcc-8.2.0/x86_64-w64-mingw32/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [Makefile:12669: configure-target-libgcc] Error 1
make[1]: se sale del directorio '/opt/MV3/SrcMinGW/gcc-8.2.0'
make: *** [Makefile:905: all] Error 2

It's the log of config.log:

configure:2300: checking build system type
configure:2314: result: x86_64-pc-linux-gnu
configure:2361: checking host system type
configure:2374: result: x86_64-pc-linux-gnu
configure:2394: checking target system type
configure:2407: result: x86_64-w64-mingw32
configure:2461: checking for a BSD-compatible install
configure:2529: result: /usr/bin/install -c
configure:2540: checking whether ln works
configure:2562: result: yes
configure:2566: checking whether ln -s works
configure:2570: result: yes
configure:2577: checking for a sed that does not truncate output
configure:2641: result: /usr/bin/sed
configure:2650: checking for gawk
configure:2666: found /usr/bin/gawk
configure:2677: result: gawk
configure:3170: checking for libatomic support
configure:3180: result: yes
configure:3208: checking for libitm support
configure:3214: result: no
configure:3227: checking for libsanitizer support
configure:3233: result: no
configure:3246: checking for libvtv support
configure:3256: result: yes
configure:3266: checking for libmpx support
configure:3272: result: no
configure:3285: checking for libhsail-rt support
configure:3291: result: no
configure:4004: checking for gcc
configure:4020: found /usr/bin/gcc
configure:4031: result: gcc
configure:4260: checking for C compiler version
configure:4269: gcc --version >&5
gcc (GCC) 8.2.1 20181127
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:4280: $? = 0
configure:4269: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
--enable-cet=auto
Thread model: posix
gcc version 8.2.1 20181127 (GCC) 
configure:4280: $? = 0
configure:4269: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4280: $? = 1
configure:4269: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4280: $? = 1
configure:4300: checking for C compiler default output file name
configure:4322: gcc    conftest.c  >&5
configure:4326: $? = 0
configure:4363: result: a.out
configure:4379: checking whether the C compiler works
configure:4388: ./a.out
configure:4392: $? = 0
configure:4407: result: yes
configure:4414: checking whether we are cross compiling
configure:4416: result: no
configure:4419: checking for suffix of executables
configure:4426: gcc -o conftest    conftest.c  >&5
configure:4430: $? = 0
configure:4452: result: 
configure:4458: checking for suffix of object files
configure:4480: gcc -c   conftest.c >&5
configure:4484: $? = 0
configure:4505: result: o
configure:4509: checking whether we are using the GNU C compiler
configure:4528: gcc -c   conftest.c >&5
configure:4528: $? = 0
configure:4537: result: yes
configure:4546: checking whether gcc accepts -g
configure:4566: gcc -c -g  conftest.c >&5
configure:4566: $? = 0
configure:4607: result: yes
configure:4624: checking for gcc option to accept ISO C89
configure:4688: gcc  -c -g -O2  conftest.c >&5
configure:4688: $? = 0
configure:4701: result: none needed
configure:4779: checking for g++
configure:4795: found /usr/bin/g++
configure:4806: result: g++
configure:4833: checking for C++ compiler version
configure:4842: g++ --version >&5
g++ (GCC) 8.2.1 20181127
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:4853: $? = 0
configure:4842: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
--enable-cet=auto
Thread model: posix
gcc version 8.2.1 20181127 (GCC) 
configure:4853: $? = 0
configure:4842: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4853: $? = 1
configure:4842: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
configure:4853: $? = 1
configure:4857: checking whether we are using the GNU C++ compiler
configure:4876: g++ -c   conftest.cpp >&5
configure:4876: $? = 0
configure:4885: result: yes
configure:4894: checking whether g++ accepts -g
configure:4914: g++ -c -g  conftest.cpp >&5
configure:4914: $? = 0
configure:4955: result: yes
configure:5004: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5021: g++ -o conftest -g -O2   -static-libstdc++ -static-libgcc
conftest.cpp  >&5
configure:5021: $? = 0
configure:5022: result: yes
configure:5086: checking for gnatbind
configure:5116: result: no
configure:5178: checking for gnatmake
configure:5208: result: no
configure:5227: checking whether compiler driver understands Ada
configure:5250: result: no
configure:5259: checking how to compare bootstrapped objects
configure:5284: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5344: checking for objdir
configure:5359: result: .libs
configure:5530: checking for the correct version of gmp.h
configure:5550: gcc -c -g -O2   conftest.c >&5
configure:5550: $? = 0
configure:5568: gcc -c -g -O2   conftest.c >&5
configure:5568: $? = 0
configure:5569: result: yes
configure:5585: checking for the correct version of mpfr.h
configure:5603: gcc -c -g -O2   conftest.c >&5
configure:5603: $? = 0
configure:5620: gcc -c -g -O2   conftest.c >&5
configure:5620: $? = 0
configure:5621: result: yes
configure:5638: checking for the correct version of mpc.h
configure:5655: gcc -c -g -O2   conftest.c >&5
configure:5655: $? = 0
configure:5671: gcc -c -g -O2   conftest.c >&5
configure:5671: $? = 0
configure:5672: result: yes
configure:5690: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5721: gcc -o conftest -g -O2    conftest.c  -lmpc -lmpfr -lgmp >&5
configure:5721: $? = 0
configure:5722: result: yes
configure:5890: WARNING: using in-tree isl, disabling version check
configure:7024: checking for default BUILD_CONFIG
configure:7056: result: 
configure:7061: checking for --enable-vtable-verify
configure:7074: result: no
configure:7674: checking for bison
configure:7690: found /usr/bin/bison
configure:7701: result: bison -y
configure:7721: checking for bison
configure:7737: found /usr/bin/bison
configure:7748: result: bison
configure:7768: checking for gm4
configure:7798: result: no
configure:7768: checking for gnum4
configure:7798: result: no
configure:7768: checking for m4
configure:7784: found /usr/bin/m4
configure:7795: result: m4
configure:7815: checking for flex
configure:7845: result: no
configure:7815: checking for lex
configure:7845: result: no
configure:7863: checking for flex
configure:7893: result: no
configure:7910: checking for makeinfo
configure:7926: found /usr/bin/makeinfo
configure:7937: result: makeinfo
configure:7971: checking for expect
configure:8001: result: no
configure:8020: checking for runtest
configure:8050: result: no
configure:8165: checking for ar
configure:8181: found /usr/bin/ar
configure:8192: result: ar
configure:8306: checking for as
configure:8322: found /usr/bin/as
configure:8333: result: as
configure:8447: checking for dlltool
configure:8477: result: no
configure:8588: checking for ld
configure:8604: found /usr/bin/ld
configure:8615: result: ld
configure:8729: checking for lipo
configure:8759: result: no
configure:8870: checking for nm
configure:8886: found /usr/bin/nm
configure:8897: result: nm
configure:9011: checking for ranlib
configure:9027: found /usr/bin/ranlib
configure:9038: result: ranlib
configure:9147: checking for strip
configure:9163: found /usr/bin/strip
configure:9174: result: strip
configure:9283: checking for windres
configure:9313: result: no
configure:9424: checking for windmc
configure:9454: result: no
configure:9565: checking for objcopy
configure:9581: found /usr/bin/objcopy
configure:9592: result: objcopy
configure:9706: checking for objdump
configure:9722: found /usr/bin/objdump
configure:9733: result: objdump
configure:9847: checking for readelf
configure:9863: found /usr/bin/readelf
configure:9874: result: readelf
configure:9988: checking for x86_64-w64-mingw32-cc
configure:10018: result: no
configure:9988: checking for x86_64-w64-mingw32-gcc
configure:10018: result: no
configure:10149: checking for x86_64-w64-mingw32-c++
configure:10179: result: no
configure:10149: checking for x86_64-w64-mingw32-g++
configure:10179: result: no
configure:10149: checking for x86_64-w64-mingw32-cxx
configure:10179: result: no
configure:10149: checking for x86_64-w64-mingw32-gxx
configure:10179: result: no
configure:10310: checking for x86_64-w64-mingw32-gcc
configure:10340: result: no
configure:10466: checking for x86_64-w64-mingw32-gfortran
configure:10496: result: no
configure:10627: checking for x86_64-w64-mingw32-gccgo
configure:10657: result: no
configure:10757: checking for ar
configure:10790: result: no
configure:10868: checking for x86_64-w64-mingw32-ar
configure:10898: result: no
configure:10987: checking for as
configure:11020: result: no
configure:11098: checking for x86_64-w64-mingw32-as
configure:11128: result: no
configure:11217: checking for dlltool
configure:11250: result: no
configure:11328: checking for x86_64-w64-mingw32-dlltool
configure:11358: result: no
configure:11447: checking for ld
configure:11480: result: no
configure:11558: checking for x86_64-w64-mingw32-ld
configure:11588: result: no
configure:11677: checking for lipo
configure:11710: result: no
configure:11788: checking for x86_64-w64-mingw32-lipo
configure:11818: result: no
configure:11907: checking for nm
configure:11940: result: no
configure:12018: checking for x86_64-w64-mingw32-nm
configure:12048: result: no
configure:12137: checking for objcopy
configure:12170: result: no
configure:12248: checking for x86_64-w64-mingw32-objcopy
configure:12278: result: no
configure:12367: checking for objdump
configure:12400: result: no
configure:12478: checking for x86_64-w64-mingw32-objdump
configure:12508: result: no
configure:12597: checking for ranlib
configure:12630: result: no
configure:12708: checking for x86_64-w64-mingw32-ranlib
configure:12738: result: no
configure:12827: checking for readelf
configure:12860: result: no
configure:12938: checking for x86_64-w64-mingw32-readelf
configure:12968: result: no
configure:13057: checking for strip
configure:13090: result: no
configure:13168: checking for x86_64-w64-mingw32-strip
configure:13198: result: no
configure:13287: checking for windres
configure:13320: result: no
configure:13398: checking for x86_64-w64-mingw32-windres
configure:13428: result: no
configure:13517: checking for windmc
configure:13550: result: no
configure:13628: checking for x86_64-w64-mingw32-windmc
configure:13658: result: no
configure:13725: checking where to find the target ar
configure:13762: result: pre-installed
configure:13767: checking where to find the target as
configure:13804: result: pre-installed
configure:13809: checking where to find the target cc
configure:13832: result: just compiled
configure:13851: checking where to find the target c++
configure:13877: result: just compiled
configure:13896: checking where to find the target c++ for libstdc++
configure:13922: result: just compiled
configure:13941: checking where to find the target dlltool
configure:13978: result: pre-installed
configure:13983: checking where to find the target gcc
configure:14006: result: just compiled
configure:14025: checking where to find the target gfortran
configure:14051: result: just compiled
configure:14070: checking where to find the target gccgo
configure:14110: result: pre-installed
configure:14115: checking where to find the target ld
configure:14152: result: pre-installed
configure:14157: checking where to find the target lipo
configure:14183: result: pre-installed
configure:14188: checking where to find the target nm
configure:14225: result: pre-installed
configure:14230: checking where to find the target objcopy
configure:14267: result: pre-installed
configure:14272: checking where to find the target objdump
configure:14309: result: pre-installed
configure:14314: checking where to find the target ranlib
configure:14351: result: pre-installed
configure:14356: checking where to find the target readelf
configure:14393: result: pre-installed
configure:14398: checking where to find the target strip
configure:14435: result: pre-installed
configure:14440: checking where to find the target windres
configure:14477: result: pre-installed
configure:14482: checking where to find the target windmc
configure:14519: result: pre-installed
configure:14552: checking whether to enable maintainer-specific portions of
Makefiles
configure:14561: result: no
configure:14784: creating ./config.status

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

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

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

config.status:999: creating Makefile

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-w64-mingw32
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_LD=ld
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-w64-mingw32
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/opt/MV3/MinGW64/libexec/gcc/x86_64-w64-mingw32/8.2.0:/opt/MV3/MinGW64/libexec/gcc/x86_64-w64-mingw32:/usr/lib/gcc/x86_64-w64-mingw32/8.2.0:/usr/lib/gcc/x86_64-w64-mingw32:/opt/MV3/MinGW64/x86_64-w64-mingw32/bin/x86_64-w64-mingw32/8.2.0:/opt/MV3/MinGW64/x86_64-w64-mingw32/bin:
gcc_cv_tool_prefix=/opt/MV3/MinGW64
lt_cv_objdir=.libs

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='x86_64-w64-mingw32-ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='x86_64-w64-mingw32-as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/
-nostdinc++ `if test -f
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL)
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes;
else echo -funconfigured-libstdc++-v3 ; fi`
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='x86_64-w64-mingw32-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem
${prefix}/${target}/include -isystem ${prefix}/mingw/include
-B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem
$(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='/opt/MV3/SrcMinGW/gcc-8.2.0/missing flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='x86_64-w64-mingw32-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='x86_64-w64-mingw32-ld'
LEX='/opt/MV3/SrcMinGW/gcc-8.2.0/missing flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='x86_64-w64-mingw32-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='x86_64-w64-mingw32-nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='x86_64-w64-mingw32-objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='x86_64-w64-mingw32-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='x86_64-w64-mingw32-ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc
-B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
READELF='readelf'
READELF_FOR_TARGET='x86_64-w64-mingw32-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/usr/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='x86_64-w64-mingw32-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --prefix=/opt/MV3/MinGW64
--libexecdir=/opt/MV3/MinGW64/lib --target=x86_64-w64-mingw32
--enable-languages=c,lto,c++,objc,obj-c++,fortran --enable-shared
--enable-static --enable-threads=posix --enable-fully-dynamic-string
--enable-libstdcxx-time=yes --with-system-zlib --enable-cloog-backend=isl
--enable-lto --disable-dw2-exceptions --enable-libgomp --disable-multilib
--enable-checking=release'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='x86_64-w64-mingw32-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='x86_64-w64-mingw32-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_configargs=' --cache-file=./config.cache
'\''--prefix=/opt/MV3/MinGW64'\'' '\''--libexecdir=/opt/MV3/MinGW64/lib'\''
'\''--enable-shared'\'' '\''--enable-static'\'' '\''--enable-threads=posix'\''
'\''--enable-fully-dynamic-string'\'' '\''--enable-libstdcxx-time=yes'\''
'\''--with-system-zlib'\'' '\''--enable-cloog-backend=isl'\''
'\''--enable-lto'\'' '\''--disable-dw2-exceptions'\'' '\''--enable-libgomp'\''
'\''--disable-multilib'\'' '\''--enable-checking=release'\''
'\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\''
--program-transform-name='\''s&^&x86_64-w64-mingw32-&'\''
--disable-option-checking'
build_configdirs=' libiberty libcpp fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_noncanonical='x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_tooldir='${exec_prefix}/x86_64-w64-mingw32'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty libbacktrace libcpp libdecnumber isl fixincludes
gcc libcc1 lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
get_gcc_base_ver='cat'
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  --with-system-zlib
'\''--prefix=/opt/MV3/MinGW64'\'' '\''--libexecdir=/opt/MV3/MinGW64/lib'\''
'\''--enable-shared'\'' '\''--enable-static'\'' '\''--enable-threads=posix'\''
'\''--enable-fully-dynamic-string'\'' '\''--enable-libstdcxx-time=yes'\''
'\''--with-system-zlib'\'' '\''--enable-cloog-backend=isl'\''
'\''--enable-lto'\'' '\''--disable-dw2-exceptions'\'' '\''--enable-libgomp'\''
'\''--disable-multilib'\'' '\''--enable-checking=release'\''
'\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\''
--program-transform-name='\''s&^&x86_64-w64-mingw32-&'\''
--disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='host-x86_64-pc-linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs  -lisl'
libdir='${exec_prefix}/lib'
libexecdir='/opt/MV3/MinGW64/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/opt/MV3/MinGW64'
program_transform_name='s&^&x86_64-w64-mingw32-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=release,types'
stage1_languages='c,c++,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-w64-mingw32'
target_alias='x86_64-w64-mingw32'
target_configargs='--cache-file=./config.cache
--with-cross-host=x86_64-pc-linux-gnu   '\''--prefix=/opt/MV3/MinGW64'\''
'\''--libexecdir=/opt/MV3/MinGW64/lib'\'' '\''--enable-shared'\''
'\''--enable-static'\'' '\''--enable-threads=posix'\''
'\''--enable-fully-dynamic-string'\'' '\''--enable-libstdcxx-time=yes'\''
'\''--with-system-zlib'\'' '\''--enable-cloog-backend=isl'\''
'\''--enable-lto'\'' '\''--disable-dw2-exceptions'\'' '\''--enable-libgomp'\''
'\''--disable-multilib'\'' '\''--enable-checking=release'\''
'\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\''
--program-transform-name='\''s&^&x86_64-w64-mingw32-&'\''
--disable-option-checking'
target_configdirs=' libgcc libbacktrace libgomp libatomic libstdc++-v3 libvtv
libssp libquadmath libgfortran libobjc'
target_cpu='x86_64'
target_noncanonical='x86_64-w64-mingw32'
target_os='mingw32'
target_subdir='x86_64-w64-mingw32'
target_vendor='w64'
tooldir='${exec_prefix}/x86_64-w64-mingw32'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

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

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

configure: exit 0


More information about the Gcc-bugs mailing list