Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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.59. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = ubuntu-VirtualBox
- uname -m = x86_64
- uname -r = 5.4.0-47-generic
- uname -s = Linux
- uname -v = #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020
- /usr/bin/uname -p = x86_64
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/bin
- PATH: /usr/lib/x86_64-linux-gnu/
- 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:1503: checking build system type
- configure:1521: result: x86_64-unknown-linux-gnu
- configure:1556: checking host system type
- configure:1570: result: x86_64-unknown-linux-gnu
- configure:1578: checking target system type
- configure:1592: result: x86_64-unknown-linux-gnu
- configure:1635: checking for a BSD-compatible install
- configure:1690: result: /usr/bin/install -c
- configure:1701: checking whether ln works
- configure:1723: result: yes
- configure:1727: checking whether ln -s works
- configure:1731: result: yes
- configure:2883: checking for gcc
- configure:2899: found /usr/bin/gcc
- configure:2909: result: gcc
- configure:3153: checking for C compiler version
- configure:3156: gcc --version </dev/null >&5
- gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
- Copyright (C) 2019 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:3159: $? = 0
- configure:3161: gcc -v </dev/null >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:hsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
- configure:3164: $? = 0
- configure:3166: gcc -V </dev/null >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3169: $? = 1
- configure:3192: checking for C compiler default output file name
- configure:3195: gcc conftest.c >&5
- configure:3198: $? = 0
- configure:3244: result: a.out
- configure:3249: checking whether the C compiler works
- configure:3255: ./a.out
- configure:3258: $? = 0
- configure:3275: result: yes
- configure:3282: checking whether we are cross compiling
- configure:3284: result: no
- configure:3287: checking for suffix of executables
- configure:3289: gcc -o conftest conftest.c >&5
- configure:3292: $? = 0
- configure:3317: result:
- configure:3323: checking for suffix of object files
- configure:3344: gcc -c conftest.c >&5
- configure:3347: $? = 0
- configure:3369: result: o
- configure:3373: checking whether we are using the GNU C compiler
- configure:3397: gcc -c conftest.c >&5
- configure:3403: $? = 0
- configure:3407: test -z
- || test ! -s conftest.err
- configure:3410: $? = 0
- configure:3413: test -s conftest.o
- configure:3416: $? = 0
- configure:3429: result: yes
- configure:3435: checking whether gcc accepts -g
- configure:3456: gcc -c -g conftest.c >&5
- configure:3462: $? = 0
- configure:3466: test -z
- || test ! -s conftest.err
- configure:3469: $? = 0
- configure:3472: test -s conftest.o
- configure:3475: $? = 0
- configure:3486: result: yes
- configure:3503: checking for gcc option to accept ANSI C
- configure:3573: gcc -c -g -O2 conftest.c >&5
- configure:3579: $? = 0
- configure:3583: test -z
- || test ! -s conftest.err
- configure:3586: $? = 0
- configure:3589: test -s conftest.o
- configure:3592: $? = 0
- configure:3610: result: none needed
- configure:3628: gcc -c -g -O2 conftest.c >&5
- conftest.c:2:3: error: unknown type name 'choke'
- 2 | choke me
- | ^~~~~
- conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
- configure:3634: $? = 1
- configure: failed program was:
- | #ifndef __cplusplus
- | choke me
- | #endif
- configure:3819: checking for g++
- configure:3835: found /usr/bin/g++
- configure:3845: result: g++
- configure:3861: checking for C++ compiler version
- configure:3864: g++ --version </dev/null >&5
- g++ (Ubuntu 9.3.0-10ubuntu2) 9.3.0
- Copyright (C) 2019 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:3867: $? = 0
- configure:3869: g++ -v </dev/null >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:hsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
- configure:3872: $? = 0
- configure:3874: g++ -V </dev/null >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:3877: $? = 1
- configure:3880: checking whether we are using the GNU C++ compiler
- configure:3904: g++ -c conftest.cc >&5
- configure:3910: $? = 0
- configure:3914: test -z
- || test ! -s conftest.err
- configure:3917: $? = 0
- configure:3920: test -s conftest.o
- configure:3923: $? = 0
- configure:3936: result: yes
- configure:3942: checking whether g++ accepts -g
- configure:3963: g++ -c -g conftest.cc >&5
- configure:3969: $? = 0
- configure:3973: test -z
- || test ! -s conftest.err
- configure:3976: $? = 0
- configure:3979: test -s conftest.o
- configure:3982: $? = 0
- configure:3993: result: yes
- configure:4035: g++ -c -g -O2 conftest.cc >&5
- configure:4041: $? = 0
- configure:4045: test -z
- || test ! -s conftest.err
- configure:4048: $? = 0
- configure:4051: test -s conftest.o
- configure:4054: $? = 0
- configure:4080: g++ -c -g -O2 conftest.cc >&5
- conftest.cc: In function 'int main()':
- conftest.cc:13:1: error: 'exit' was not declared in this scope
- 13 | exit (42);
- | ^~~~
- configure:4086: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | exit (42);
- | ;
- | return 0;
- | }
- configure:4035: g++ -c -g -O2 conftest.cc >&5
- configure:4041: $? = 0
- configure:4045: test -z
- || test ! -s conftest.err
- configure:4048: $? = 0
- configure:4051: test -s conftest.o
- configure:4054: $? = 0
- configure:4080: g++ -c -g -O2 conftest.cc >&5
- configure:4086: $? = 0
- configure:4090: test -z
- || test ! -s conftest.err
- configure:4093: $? = 0
- configure:4096: test -s conftest.o
- configure:4099: $? = 0
- configure:4186: checking for gnatbind
- configure:4213: result: no
- configure:4266: checking for gnatmake
- configure:4293: result: no
- configure:4305: checking whether compiler driver understands Ada
- configure:4328: result: no
- configure:4337: checking how to compare bootstrapped objects
- configure:4362: result: cmp --ignore-initial=16 $$f1 $$f2
- configure:4482: checking for correct version of gmp.h
- configure:4505: gcc -c -g -O2 conftest.c >&5
- configure:4511: $? = 0
- configure:4515: test -z
- || test ! -s conftest.err
- configure:4518: $? = 0
- configure:4521: test -s conftest.o
- configure:4524: $? = 0
- configure:4526: result: yes
- configure:4540: checking for correct version of mpfr.h
- configure:4571: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5
- configure:4577: $? = 0
- configure:4581: test -z
- || test ! -s conftest.err
- configure:4584: $? = 0
- configure:4587: test -s conftest
- configure:4590: $? = 0
- configure:4614: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5
- configure:4620: $? = 0
- configure:4624: test -z
- || test ! -s conftest.err
- configure:4627: $? = 0
- configure:4630: test -s conftest
- configure:4633: $? = 0
- configure:4635: result: yes
- configure:5969: checking for bison
- configure:5998: result: no
- configure:5969: checking for byacc
- configure:5998: result: no
- configure:5969: checking for yacc
- configure:5998: result: no
- configure:6015: checking for bison
- configure:6044: result: no
- configure:6060: checking for gm4
- configure:6089: result: no
- configure:6060: checking for gnum4
- configure:6089: result: no
- configure:6060: checking for m4
- configure:6089: result: no
- configure:6105: checking for flex
- configure:6134: result: no
- configure:6105: checking for lex
- configure:6134: result: no
- configure:6151: checking for flex
- configure:6180: result: no
- configure:6196: checking for makeinfo
- configure:6225: result: no
- configure:6255: checking for expect
- configure:6284: result: no
- configure:6302: checking for runtest
- configure:6331: result: no
- configure:6441: checking for ar
- configure:6457: found /usr/bin/ar
- configure:6467: result: ar
- configure:6576: checking for as
- configure:6592: found /usr/bin/as
- configure:6602: result: as
- configure:6711: checking for dlltool
- configure:6740: result: no
- configure:6846: checking for ld
- configure:6862: found /usr/bin/ld
- configure:6872: result: ld
- configure:6981: checking for lipo
- configure:7010: result: no
- configure:7116: checking for nm
- configure:7132: found /usr/bin/nm
- configure:7142: result: nm
- configure:7251: checking for ranlib
- configure:7267: found /usr/bin/ranlib
- configure:7277: result: ranlib
- configure:7381: checking for strip
- configure:7397: found /usr/bin/strip
- configure:7407: result: strip
- configure:7511: checking for windres
- configure:7540: result: no
- configure:7646: checking for windmc
- configure:7675: result: no
- configure:7781: checking for objcopy
- configure:7797: found /usr/bin/objcopy
- configure:7807: result: objcopy
- configure:7916: checking for objdump
- configure:7932: found /usr/bin/objdump
- configure:7942: result: objdump
- configure:8090: checking for cc
- configure:8106: found /usr/bin/cc
- configure:8116: result: cc
- configure:8245: checking for c++
- configure:8261: found /usr/bin/c++
- configure:8271: result: c++
- configure:8400: checking for gcc
- configure:8416: found /usr/bin/gcc
- configure:8426: result: gcc
- configure:8550: checking for gcj
- configure:8579: result: no
- configure:8705: checking for gfortran
- configure:8734: result: no
- configure:8794: checking for ar
- configure:8827: result: no
- configure:8939: checking for ar
- configure:8955: found /usr/bin/ar
- configure:8965: result: ar
- configure:9017: checking for as
- configure:9050: result: no
- configure:9162: checking for as
- configure:9178: found /usr/bin/as
- configure:9188: result: as
- configure:9240: checking for dlltool
- configure:9273: result: no
- configure:9385: checking for dlltool
- configure:9414: result: no
- configure:9463: checking for ld
- configure:9496: result: no
- configure:9608: checking for ld
- configure:9624: found /usr/bin/ld
- configure:9634: result: ld
- configure:9686: checking for lipo
- configure:9719: result: no
- configure:9831: checking for lipo
- configure:9860: result: no
- configure:9909: checking for nm
- configure:9942: result: no
- configure:10054: checking for nm
- configure:10070: found /usr/bin/nm
- configure:10080: result: nm
- configure:10132: checking for objdump
- configure:10165: result: no
- configure:10277: checking for objdump
- configure:10293: found /usr/bin/objdump
- configure:10303: result: objdump
- configure:10355: checking for ranlib
- configure:10388: result: no
- configure:10500: checking for ranlib
- configure:10516: found /usr/bin/ranlib
- configure:10526: result: ranlib
- configure:10578: checking for strip
- configure:10611: result: no
- configure:10723: checking for strip
- configure:10739: found /usr/bin/strip
- configure:10749: result: strip
- configure:10801: checking for windres
- configure:10834: result: no
- configure:10946: checking for windres
- configure:10975: result: no
- configure:11024: checking for windmc
- configure:11057: result: no
- configure:11169: checking for windmc
- configure:11198: result: no
- configure:11225: checking where to find the target ar
- configure:11258: result: host tool
- configure:11267: checking where to find the target as
- configure:11300: result: host tool
- configure:11309: checking where to find the target cc
- configure:11332: result: just compiled
- configure:11351: checking where to find the target c++
- configure:11377: result: just compiled
- configure:11396: checking where to find the target c++ for libstdc++
- configure:11422: result: just compiled
- configure:11441: checking where to find the target dlltool
- configure:11474: result: host tool
- configure:11483: checking where to find the target gcc
- configure:11506: result: just compiled
- configure:11525: checking where to find the target gcj
- configure:11551: result: just compiled
- configure:11570: checking where to find the target gfortran
- configure:11596: result: just compiled
- configure:11615: checking where to find the target ld
- configure:11648: result: host tool
- configure:11657: checking where to find the target lipo
- configure:11679: result: host tool
- configure:11688: checking where to find the target nm
- configure:11721: result: host tool
- configure:11730: checking where to find the target objdump
- configure:11763: result: host tool
- configure:11772: checking where to find the target ranlib
- configure:11805: result: host tool
- configure:11814: checking where to find the target strip
- configure:11847: result: host tool
- configure:11856: checking where to find the target windres
- configure:11889: result: host tool
- configure:11898: checking where to find the target windmc
- configure:11931: result: host tool
- configure:11968: checking whether to enable maintainer-specific portions of Makefiles
- configure:11977: result: no
- configure:12010: checking whether -fkeep-inline-functions is supported
- configure:12034: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
- configure:12040: $? = 0
- configure:12044: test -z
- || test ! -s conftest.err
- configure:12047: $? = 0
- configure:12050: test -s conftest.o
- configure:12053: $? = 0
- configure:12055: result: yes
- configure:12272: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by config.status, which was
- generated by GNU Autoconf 2.59. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on ubuntu-VirtualBox
- config.status:748: creating Makefile
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_build_alias=x86_64-unknown-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_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_GCJ_FOR_TARGET_set=
- ac_cv_env_GCJ_FOR_TARGET_value=
- ac_cv_env_GFORTRAN_FOR_TARGET_set=
- ac_cv_env_GFORTRAN_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_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_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_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_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_exeext=
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_host_alias=x86_64-unknown-linux-gnu
- ac_cv_objext=o
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_AR=ar
- ac_cv_prog_AR_FOR_TARGET=ar
- ac_cv_prog_AS=as
- ac_cv_prog_AS_FOR_TARGET=as
- ac_cv_prog_CC_FOR_TARGET=cc
- ac_cv_prog_CXX_FOR_TARGET=c++
- ac_cv_prog_GCC_FOR_TARGET=gcc
- ac_cv_prog_LD=ld
- ac_cv_prog_LD_FOR_TARGET=ld
- ac_cv_prog_NM=nm
- ac_cv_prog_NM_FOR_TARGET=nm
- ac_cv_prog_OBJCOPY=objcopy
- ac_cv_prog_OBJDUMP=objdump
- ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
- ac_cv_prog_RANLIB=ranlib
- ac_cv_prog_RANLIB_FOR_TARGET=ranlib
- ac_cv_prog_STRIP=strip
- ac_cv_prog_STRIP_FOR_TARGET=strip
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_GNATBIND=no
- ac_cv_prog_ac_ct_GNATMAKE=no
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_cxx_g=yes
- ac_cv_target=x86_64-unknown-linux-gnu
- ac_cv_target_alias=x86_64-unknown-linux-gnu
- 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=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.3.3:/usr/local/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.3.3:/usr/local/x86_64-unknown-linux-gnu/bin:
- gcc_cv_tool_prefix=/usr/local
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR='ar'
- AR_FOR_BUILD='$(AR)'
- AR_FOR_TARGET='$(AR)'
- AS='as'
- AS_FOR_BUILD='$(AS)'
- AS_FOR_TARGET='$(AS)'
- BISON='/home/ubuntu/gcc-4.3.3/missing bison'
- 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'
- 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'
- CXX_FOR_BUILD='$(CXX)'
- CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
- DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
- DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
- DLLTOOL='dlltool'
- DLLTOOL_FOR_BUILD='$(DLLTOOL)'
- DLLTOOL_FOR_TARGET='$(DLLTOOL)'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EXEEXT=''
- EXPECT='expect'
- FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
- FLEX='/home/ubuntu/gcc-4.3.3/missing flex'
- GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
- GCJ_FOR_BUILD='$(GCJ)'
- GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
- GDB_TK=''
- GFORTRAN_FOR_BUILD='$(GFORTRAN)'
- GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
- GNATBIND='no'
- GNATMAKE='no'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_GDB_TK=''
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- LD='ld'
- LDFLAGS=''
- LDFLAGS_FOR_BUILD=''
- LD_FOR_BUILD='$(LD)'
- LD_FOR_TARGET='$(LD)'
- LEX='/home/ubuntu/gcc-4.3.3/missing flex'
- LIBOBJS=''
- LIBS=''
- LIPO='lipo'
- LIPO_FOR_TARGET='$(LIPO)'
- LN='ln'
- LN_S='ln -s'
- LTLIBOBJS=''
- M4='/home/ubuntu/gcc-4.3.3/missing m4'
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='/home/ubuntu/gcc-4.3.3/missing makeinfo'
- NM='nm'
- NM_FOR_BUILD='$(NM)'
- NM_FOR_TARGET='$(NM)'
- OBJCOPY='objcopy'
- OBJDUMP='objdump'
- OBJDUMP_FOR_TARGET='$(OBJDUMP)'
- OBJEXT='o'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME=''
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- RANLIB_FOR_BUILD='$(RANLIB)'
- RANLIB_FOR_TARGET='$(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'
- RPATH_ENVVAR='LD_LIBRARY_PATH'
- RUNTEST='runtest'
- SHELL='/bin/bash'
- STRIP='strip'
- STRIP_FOR_TARGET='$(STRIP)'
- SYSROOT_CFLAGS_FOR_TARGET=''
- TOPLEVEL_CONFIGURE_ARGUMENTS='./configure'
- WINDMC='windmc'
- WINDMC_FOR_BUILD='$(WINDMC)'
- WINDMC_FOR_TARGET='$(WINDMC)'
- WINDRES='windres'
- WINDRES_FOR_BUILD='$(WINDRES)'
- WINDRES_FOR_TARGET='$(WINDRES)'
- YACC='/home/ubuntu/gcc-4.3.3/missing bison -y'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_GNATBIND='no'
- ac_ct_GNATMAKE='no'
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_configargs='--cache-file=../config.cache '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
- build_configdirs=' libiberty fixincludes'
- build_cpu='x86_64'
- build_libsubdir='build-x86_64-unknown-linux-gnu'
- build_noncanonical='x86_64-unknown-linux-gnu'
- build_os='linux-gnu'
- build_subdir='build-x86_64-unknown-linux-gnu'
- build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
- build_vendor='unknown'
- config_shell='/bin/bash'
- configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
- datadir='${prefix}/share'
- datarootdir='${prefix}/share'
- do_compare='cmp --ignore-initial=16 $$f1 $$f2'
- docdir='${datarootdir}/doc'
- exec_prefix='${prefix}'
- gmpinc=''
- gmplibs='-lmpfr -lgmp'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_configargs='--cache-file=./config.cache '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
- host_cpu='x86_64'
- host_noncanonical='x86_64-unknown-linux-gnu'
- host_os='linux-gnu'
- host_subdir='host-x86_64-unknown-linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${prefix}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localstatedir='${prefix}/var'
- mandir='${prefix}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,y,y,'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- stage1_cflags='-g -fkeep-inline-functions'
- stage1_checking='--enable-checking=yes,types'
- stage1_languages='c'
- stage2_werror_flag=''
- sysconfdir='${prefix}/etc'
- target='x86_64-unknown-linux-gnu'
- target_alias=''
- target_configargs='--cache-file=./config.cache --enable-multilib '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,y,y,''
- target_cpu='x86_64'
- target_noncanonical='x86_64-unknown-linux-gnu'
- target_os='linux-gnu'
- target_subdir='x86_64-unknown-linux-gnu'
- target_vendor='unknown'
- tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'
- ## ------------- ##
- ## Output files. ##
- ## ------------- ##
- alphaieee_frag='/dev/null'
- host_makefile_frag='/dev/null'
- ospace_frag='/dev/null'
- serialization_dependencies='serdep.tmp'
- target_makefile_frag='./config/mt-gnu'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_NAME ""
- #define PACKAGE_STRING ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #endif
- #ifdef __cplusplus
- extern "C" void std::exit (int) throw (); using std::exit;
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment