configure: error: C preprocessor "/lib/cpp" fails sanity check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi folks!

When trying to configure (binutils and gmp, in that case), I'm getting this:
=== snip ===
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/home/luser/Downloads/binutils-2.26.1/libiberty':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
make[1]: *** [Makefile:7985: configure-libiberty] Error 1
make[1]: Leaving directory '/home/luser/Downloads/binutils-2.26.1'
make: *** [Makefile:846: all] Error 2
=== snap ===

However, this works as expected:
  printf "#include <stdio.h>\n" | /lib/cpp
It dumps stdio.h and its includes to stdout

What's the issue? Same behavior with binutils and gmp, so I assume autoconf
of gcc as the location of the problem...

Grettings,
Fabiano
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.64.  Invocation command line was

  $ ./configure

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

hostname = elux-devel
uname -m = x86_64
uname -r = 4.14.39
uname -s = Linux
uname -v = #1 SMP Fri Jul 20 13:35:34 CEST 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: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin


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

configure:2296: checking build system type
configure:2310: result: x86_64-pc-linux-gnu
configure:2357: checking host system type
configure:2370: result: x86_64-pc-linux-gnu
configure:2390: checking target system type
configure:2403: result: x86_64-pc-linux-gnu
configure:2457: checking for a BSD-compatible install
configure:2525: result: /bin/install -c
configure:2536: checking whether ln works
configure:2558: result: yes
configure:2562: checking whether ln -s works
configure:2566: result: yes
configure:2573: checking for a sed that does not truncate output
configure:2637: result: /bin/sed
configure:2646: checking for gawk
configure:2662: found /usr/local/bin/gawk
configure:2673: result: gawk
configure:4111: checking for gcc
configure:4127: found /usr/local/bin/gcc
configure:4138: result: gcc
configure:4367: checking for C compiler version
configure:4376: gcc --version >&5
gcc (GCC) 5.4.0
Copyright (C) 2015 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:4387: $? = 0
configure:4376: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-5.4.0/configure --disable-multilib --enable-languages=c,c++
Thread model: posix
gcc version 5.4.0 (GCC)
configure:4387: $? = 0
configure:4376: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4387: $? = 1
configure:4376: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4387: $? = 1
configure:4407: checking for C compiler default output file name
configure:4429: gcc    conftest.c  >&5
configure:4433: $? = 0
configure:4470: result: a.out
configure:4486: checking whether the C compiler works
configure:4495: ./a.out
configure:4499: $? = 0
configure:4514: result: yes
configure:4521: checking whether we are cross compiling
configure:4523: result: no
configure:4526: checking for suffix of executables
configure:4533: gcc -o conftest    conftest.c  >&5
configure:4537: $? = 0
configure:4559: result:
configure:4565: checking for suffix of object files
configure:4587: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4612: result: o
configure:4616: checking whether we are using the GNU C compiler
configure:4635: gcc -c   conftest.c >&5
configure:4635: $? = 0
configure:4644: result: yes
configure:4653: checking whether gcc accepts -g
configure:4673: gcc -c -g  conftest.c >&5
configure:4673: $? = 0
configure:4714: result: yes
configure:4731: checking for gcc option to accept ISO C89
configure:4795: gcc  -c -g -O2  conftest.c >&5
configure:4795: $? = 0
configure:4808: result: none needed
configure:4886: checking for g++
configure:4902: found /usr/local/bin/g++
configure:4913: result: g++
configure:4940: checking for C++ compiler version
configure:4949: g++ --version >&5
g++ (GCC) 5.4.0
Copyright (C) 2015 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:4960: $? = 0
configure:4949: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-5.4.0/configure --disable-multilib --enable-languages=c,c++
Thread model: posix
gcc version 5.4.0 (GCC)
configure:4960: $? = 0
configure:4949: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4960: $? = 1
configure:4949: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4960: $? = 1
configure:4964: checking whether we are using the GNU C++ compiler
configure:4983: g++ -c   conftest.cpp >&5
configure:4983: $? = 0
configure:4992: result: yes
configure:5001: checking whether g++ accepts -g
configure:5021: g++ -c -g  conftest.cpp >&5
configure:5021: $? = 0
configure:5062: result: yes
configure:5111: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5128: g++ -o conftest -g -O2   -static-libstdc++ -static-libgcc conftest.cpp  >&5
configure:5128: $? = 0
configure:5129: result: yes
configure:5193: checking for gnatbind
configure:5223: result: no
configure:5285: checking for gnatmake
configure:5315: result: no
configure:5334: checking whether compiler driver understands Ada
configure:5357: result: no
configure:5366: checking how to compare bootstrapped objects
configure:5391: result: cmp $$f1 $$f2 16 16
configure:5451: checking for objdir
configure:5466: result: .libs
configure:6017: checking for compatible ISL
configure:6030: gcc -o conftest -g -O2      -lisl conftest.c  -lisl >&5
conftest.c:10:21: fatal error: isl/val.h: No such file or directory
compilation terminated.
configure:6030: $? = 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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <isl/val.h>
| int
| main ()
| {
| ;
|   ;
|   return 0;
| }
configure:6037: result: no
configure:7036: checking for default BUILD_CONFIG
configure:7068: result:
configure:7073: checking for --enable-vtable-verify
configure:7086: result: no
configure:7682: checking for bison
configure:7712: result: no
configure:7682: checking for byacc
configure:7712: result: no
configure:7682: checking for yacc
configure:7712: result: no
configure:7729: checking for bison
configure:7759: result: no
configure:7776: checking for gm4
configure:7806: result: no
configure:7776: checking for gnum4
configure:7806: result: no
configure:7776: checking for m4
configure:7792: found /usr/local/bin/m4
configure:7803: result: m4
configure:7823: checking for flex
configure:7853: result: no
configure:7823: checking for lex
configure:7853: result: no
configure:7871: checking for flex
configure:7901: result: no
configure:7918: checking for makeinfo
configure:7948: result: no
configure:7979: checking for expect
configure:8009: result: no
configure:8028: checking for runtest
configure:8058: result: no
configure:8173: checking for ar
configure:8189: found /usr/local/bin/ar
configure:8200: result: ar
configure:8314: checking for as
configure:8330: found /usr/local/bin/as
configure:8341: result: as
configure:8455: checking for dlltool
configure:8485: result: no
configure:8596: checking for ld
configure:8612: found /usr/local/bin/ld
configure:8623: result: ld
configure:8737: checking for lipo
configure:8767: result: no
configure:8878: checking for nm
configure:8894: found /usr/local/bin/nm
configure:8905: result: nm
configure:9019: checking for ranlib
configure:9035: found /usr/local/bin/ranlib
configure:9046: result: ranlib
configure:9155: checking for strip
configure:9171: found /usr/local/bin/strip
configure:9182: result: strip
configure:9291: checking for windres
configure:9321: result: no
configure:9432: checking for windmc
configure:9462: result: no
configure:9573: checking for objcopy
configure:9589: found /usr/local/bin/objcopy
configure:9600: result: objcopy
configure:9714: checking for objdump
configure:9730: found /usr/local/bin/objdump
configure:9741: result: objdump
configure:9855: checking for readelf
configure:9871: found /usr/local/bin/readelf
configure:9882: result: readelf
configure:10035: checking for cc
configure:10065: result: no
configure:10035: checking for gcc
configure:10051: found /usr/local/bin/gcc
configure:10062: result: gcc
configure:10196: checking for c++
configure:10212: found /usr/local/bin/c++
configure:10223: result: c++
configure:10357: checking for gcc
configure:10373: found /usr/local/bin/gcc
configure:10384: result: gcc
configure:10513: checking for gcj
configure:10543: result: no
configure:10674: checking for gfortran
configure:10704: result: no
configure:10835: checking for gccgo
configure:10865: result: no
configure:11076: checking for ar
configure:11092: found /usr/local/bin/ar
configure:11103: result: ar
configure:11306: checking for as
configure:11322: found /usr/local/bin/as
configure:11333: result: as
configure:11536: checking for dlltool
configure:11566: result: no
configure:11766: checking for ld
configure:11782: found /usr/local/bin/ld
configure:11793: result: ld
configure:11996: checking for lipo
configure:12026: result: no
configure:12226: checking for nm
configure:12242: found /usr/local/bin/nm
configure:12253: result: nm
configure:12456: checking for objcopy
configure:12472: found /usr/local/bin/objcopy
configure:12483: result: objcopy
configure:12686: checking for objdump
configure:12702: found /usr/local/bin/objdump
configure:12713: result: objdump
configure:12916: checking for ranlib
configure:12932: found /usr/local/bin/ranlib
configure:12943: result: ranlib
configure:13146: checking for readelf
configure:13162: found /usr/local/bin/readelf
configure:13173: result: readelf
configure:13376: checking for strip
configure:13392: found /usr/local/bin/strip
configure:13403: result: strip
configure:13606: checking for windres
configure:13636: result: no
configure:13836: checking for windmc
configure:13866: result: no
configure:13894: checking where to find the target ar
configure:13917: result: just compiled
configure:13936: checking where to find the target as
configure:13959: result: just compiled
configure:13978: checking where to find the target cc
configure:14011: result: host tool
configure:14020: checking where to find the target c++
configure:14056: result: host tool
configure:14065: checking where to find the target c++ for libstdc++
configure:14101: result: host tool
configure:14110: checking where to find the target dlltool
configure:14133: result: just compiled
configure:14152: checking where to find the target gcc
configure:14185: result: host tool
configure:14194: checking where to find the target gcj
configure:14230: result: host tool
configure:14239: checking where to find the target gfortran
configure:14275: result: host tool
configure:14284: checking where to find the target gccgo
configure:14320: result: host tool
configure:14329: checking where to find the target ld
configure:14352: result: just compiled
configure:14371: checking where to find the target lipo
configure:14393: result: host tool
configure:14402: checking where to find the target nm
configure:14425: result: just compiled
configure:14444: checking where to find the target objcopy
configure:14467: result: just compiled
configure:14486: checking where to find the target objdump
configure:14509: result: just compiled
configure:14528: checking where to find the target ranlib
configure:14551: result: just compiled
configure:14570: checking where to find the target readelf
configure:14593: result: just compiled
configure:14612: checking where to find the target strip
configure:14635: result: just compiled
configure:14654: checking where to find the target windres
configure:14677: result: just compiled
configure:14696: checking where to find the target windmc
configure:14719: result: just compiled
configure:14766: checking whether to enable maintainer-specific portions of Makefiles
configure:14775: result: no
configure:15032: 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

on elux-devel

config.status:942: 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_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_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=
ac_cv_env_target_alias_value=
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=/bin/sed
ac_cv_path_install='/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_AWK=gawk
ac_cv_prog_CC_FOR_TARGET=gcc
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_M4=m4
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJCOPY_FOR_TARGET=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_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=readelf
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_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-pc-linux-gnu
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/usr/local
lt_cv_objdir=.libs

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
AWK='gawk'
BISON='/home/luser/Downloads/binutils-2.26.1/missing bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$(CC)'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
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='$(CXX)'
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='$$r/$(HOST_SUBDIR)/binutils/dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
FLEX='/home/luser/Downloads/binutils-2.26.1/missing flex'
GCC_FOR_TARGET='$()'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$(GOC)'
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='$$r/$(HOST_SUBDIR)/ld/ld-new'
LEX='/home/luser/Downloads/binutils-2.26.1/missing flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(LIPO)'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/luser/Downloads/binutils-2.26.1/missing makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/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='$$r/$(HOST_SUBDIR)/binutils/ranlib'
RAW_CXX_FOR_TARGET='$(CXX)'
READELF='readelf'
READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='./configure'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
YACC='/home/luser/Downloads/binutils-2.26.1/missing 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  --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
build_configdirs=' libiberty'
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-pc-linux-gnu'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty opcodes bfd zlib binutils gas ld gprof etc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp $$f1 $$f2 16 16'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags=''
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=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  --with-gnu-as --with-gnu-ld  --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/usr/local'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages=',c,'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib   --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
target_configdirs=''
target_cpu='x86_64'
target_noncanonical='x86_64-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='x86_64-pc-linux-gnu'
target_vendor='pc'
tooldir='${exec_prefix}/x86_64-pc-linux-gnu'

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

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. ##
## ----------- ##

/* 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
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux