LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help updating glibc, compiling errors. (https://www.linuxquestions.org/questions/linux-newbie-8/help-updating-glibc-compiling-errors-4175492620/)

siftprin 01-26-2014 08:05 AM

Help updating glibc, compiling errors.
 
Debian amd64

I am trying to update glibc by following this guide. http://www.tldp.org/HOWTO/html_singl.../#preparations

The problem is I'm getting compiling errors.
Code:

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 = server
uname -m = x86_64
uname -r = 3.2.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.2.51-1

/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


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

configure:2317: checking build system type
configure:2331: result: x86_64-unknown-linux-gnu
configure:2378: checking host system type
configure:2391: result: x86_64-unknown-linux-gnu
configure:2411: checking target system type
configure:2424: result: x86_64-unknown-linux-gnu
configure:2478: checking for a BSD-compatible install
configure:2546: result: /usr/bin/install -c
configure:2557: checking whether ln works
configure:2579: result: yes
configure:2583: checking whether ln -s works
configure:2587: result: yes
configure:2594: checking for a sed that does not truncate output
configure:2658: result: /bin/sed
configure:2667: checking for gawk
configure:2697: result: no
configure:2667: checking for mawk
configure:2683: found /usr/bin/mawk
configure:2694: result: mawk
configure:3962: checking for gcc
configure:3978: found /usr/bin/gcc
configure:3989: result: gcc
configure:4218: checking for C compiler version
configure:4227: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:4238: $? = 0
configure:4227: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:4238: $? = 0
configure:4227: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4238: $? = 4
configure:4227: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4238: $? = 4
configure:4258: checking for C compiler default output file name
configure:4280: gcc    conftest.c  >&5
configure:4284: $? = 0
configure:4321: result: a.out
configure:4337: checking whether the C compiler works
configure:4346: ./a.out
configure:4350: $? = 0
configure:4365: result: yes
configure:4372: checking whether we are cross compiling
configure:4374: result: no
configure:4377: checking for suffix of executables
configure:4384: gcc -o conftest    conftest.c  >&5
configure:4388: $? = 0
configure:4410: result:
configure:4416: checking for suffix of object files
configure:4438: gcc -c  conftest.c >&5
configure:4442: $? = 0
configure:4463: result: o
configure:4467: checking whether we are using the GNU C compiler
configure:4486: gcc -c  conftest.c >&5
configure:4486: $? = 0
configure:4495: result: yes
configure:4504: checking whether gcc accepts -g
configure:4524: gcc -c -g  conftest.c >&5
configure:4524: $? = 0
configure:4565: result: yes
configure:4582: checking for gcc option to accept ISO C89
configure:4646: gcc  -c -g -O2  conftest.c >&5
configure:4646: $? = 0
configure:4659: result: none needed
configure:4737: checking for g++
configure:4767: result: no
configure:4737: checking for c++
configure:4767: result: no
configure:4737: checking for gpp
configure:4767: result: no
configure:4737: checking for aCC
configure:4767: result: no
configure:4737: checking for CC
configure:4767: result: no
configure:4737: checking for cxx
configure:4767: result: no
configure:4737: checking for cc++
configure:4767: result: no
configure:4737: checking for cl.exe
configure:4767: result: no
configure:4737: checking for FCC
configure:4767: result: no
configure:4737: checking for KCC
configure:4767: result: no
configure:4737: checking for RCC
configure:4767: result: no
configure:4737: checking for xlC_r
configure:4767: result: no
configure:4737: checking for xlC
configure:4767: result: no
configure:4791: checking for C++ compiler version
configure:4800: g++ --version >&5
./configure: line 4802: g++: command not found
configure:4811: $? = 127
configure:4800: g++ -v >&5
./configure: line 4802: g++: command not found
configure:4811: $? = 127
configure:4800: g++ -V >&5
./configure: line 4802: g++: command not found
configure:4811: $? = 127
configure:4800: g++ -qversion >&5
./configure: line 4802: g++: command not found
configure:4811: $? = 127
configure:4815: checking whether we are using the GNU C++ compiler
configure:4834: g++ -c  conftest.cpp >&5
./configure: line 1746: g++: command not found
configure:4834: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|  ;
|  return 0;
| }
configure:4843: result: no
configure:4852: checking whether g++ accepts -g
configure:4872: g++ -c -g  conftest.cpp >&5
./configure: line 1746: g++: command not found
configure:4872: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|  ;
|  return 0;
| }
configure:4887: g++ -c  conftest.cpp >&5
./configure: line 1746: g++: command not found
configure:4887: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|  ;
|  return 0;
| }
configure:4903: g++ -c -g  conftest.cpp >&5
./configure: line 1746: g++: command not found
configure:4903: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|  ;
|  return 0;
| }
configure:4913: result: no
configure:4962: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:4979: g++ -o conftest    -static-libstdc++ -static-libgcc conftest.cpp  >&5
./configure: line 1784: g++: command not found
configure:4979: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
| #error -static-libstdc++ not implemented
| #endif
| int main() {}
configure:4983: result: no
configure:5044: checking for gnatbind
configure:5074: result: no
configure:5136: checking for gnatmake
configure:5166: result: no
configure:5185: checking whether compiler driver understands Ada
configure:5208: result: no
configure:5217: checking how to compare bootstrapped objects
configure:5242: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5296: checking for objdir
configure:5311: result: .libs
configure:5883: checking for version 0.10 of ISL
configure:5902: gcc -o conftest -g -O2      conftest.c  -lisl >&5
conftest.c:10:25: fatal error: isl/version.h: No such file or directory
compilation terminated.
configure:5902: $? = 1
configure: program exited with status 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/version.h>
|    #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
|      return 1;
|
|  ;
|  return 0;
| }
configure:5911: result: no
configure:5931: checking for version 0.11 of ISL
configure:5950: gcc -o conftest -g -O2      conftest.c  -lisl >&5
conftest.c:10:25: fatal error: isl/version.h: No such file or directory
compilation terminated.
configure:5950: $? = 1
configure: program exited with status 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/version.h>
|    #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
|      return 1;
|
|  ;
|  return 0;
| }
configure:5959: result: no
configure:7121: checking for default BUILD_CONFIG
configure:7153: result:
configure:7642: checking for bison
configure:7672: result: no
configure:7642: checking for byacc
configure:7672: result: no
configure:7642: checking for yacc
configure:7672: result: no
configure:7689: checking for bison
configure:7719: result: no
configure:7736: checking for gm4
configure:7766: result: no
configure:7736: checking for gnum4
configure:7766: result: no
configure:7736: checking for m4
configure:7752: found /usr/bin/m4
configure:7763: result: m4
configure:7783: checking for flex
configure:7813: result: no
configure:7783: checking for lex
configure:7813: result: no
configure:7831: checking for flex
configure:7861: result: no
configure:7878: checking for makeinfo
configure:7894: found /usr/bin/makeinfo
configure:7905: result: makeinfo
configure:7939: checking for expect
configure:7969: result: no
configure:7988: checking for runtest
configure:8018: result: no
configure:8133: checking for ar
configure:8149: found /usr/bin/ar
configure:8160: result: ar
configure:8274: checking for as
configure:8290: found /usr/bin/as
configure:8301: result: as
configure:8415: checking for dlltool
configure:8445: result: no
configure:8556: checking for ld
configure:8572: found /usr/bin/ld
configure:8583: result: ld
configure:8697: checking for lipo
configure:8727: result: no
configure:8838: checking for nm
configure:8854: found /usr/bin/nm
configure:8865: result: nm
configure:8979: checking for ranlib
configure:8995: found /usr/bin/ranlib
configure:9006: result: ranlib
configure:9115: checking for strip
configure:9131: found /usr/bin/strip
configure:9142: result: strip
configure:9251: checking for windres
configure:9281: result: no
configure:9392: checking for windmc
configure:9422: result: no
configure:9533: checking for objcopy
configure:9549: found /usr/bin/objcopy
configure:9560: result: objcopy
configure:9674: checking for objdump
configure:9690: found /usr/bin/objdump
configure:9701: result: objdump
configure:9815: checking for readelf
configure:9831: found /usr/bin/readelf
configure:9842: result: readelf
configure:9995: checking for cc
configure:10011: found /usr/bin/cc
configure:10022: result: cc
configure:10156: checking for c++
configure:10186: result: no
configure:10156: checking for g++
configure:10186: result: no
configure:10156: checking for cxx
configure:10186: result: no
configure:10156: checking for gxx
configure:10186: result: no
configure:10317: checking for gcc
configure:10333: found /usr/bin/gcc
configure:10344: result: gcc
configure:10473: checking for gcj
configure:10503: result: no
configure:10634: checking for gfortran
configure:10664: result: no
configure:10795: checking for gccgo
configure:10825: result: no
configure:11036: checking for ar
configure:11052: found /usr/bin/ar
configure:11063: result: ar
configure:11266: checking for as
configure:11282: found /usr/bin/as
configure:11293: result: as
configure:11496: checking for dlltool
configure:11526: result: no
configure:11726: checking for ld
configure:11742: found /usr/bin/ld
configure:11753: result: ld
configure:11956: checking for lipo
configure:11986: result: no
configure:12186: checking for nm
configure:12202: found /usr/bin/nm
configure:12213: result: nm
configure:12416: checking for objdump
configure:12432: found /usr/bin/objdump
configure:12443: result: objdump
configure:12646: checking for ranlib
configure:12662: found /usr/bin/ranlib
configure:12673: result: ranlib
configure:12876: checking for readelf
configure:12892: found /usr/bin/readelf
configure:12903: result: readelf
configure:13106: checking for strip
configure:13122: found /usr/bin/strip
configure:13133: result: strip
configure:13336: checking for windres
configure:13366: result: no
configure:13566: checking for windmc
configure:13596: result: no
configure:13624: checking where to find the target ar
configure:13647: result: just compiled
configure:13666: checking where to find the target as
configure:13689: result: just compiled
configure:13708: checking where to find the target cc
configure:13741: result: host tool
configure:13750: checking where to find the target c++
configure:13786: result: host tool
configure:13795: checking where to find the target c++ for libstdc++
configure:13831: result: host tool
configure:13840: checking where to find the target dlltool
configure:13863: result: just compiled
configure:13882: checking where to find the target gcc
configure:13915: result: host tool
configure:13924: checking where to find the target gcj
configure:13960: result: host tool
configure:13969: checking where to find the target gfortran
configure:14005: result: host tool
configure:14014: checking where to find the target gccgo
configure:14050: result: host tool
configure:14059: checking where to find the target ld
configure:14082: result: just compiled
configure:14101: checking where to find the target lipo
configure:14123: result: host tool
configure:14132: checking where to find the target nm
configure:14155: result: just compiled
configure:14174: checking where to find the target objdump
configure:14197: result: just compiled
configure:14216: checking where to find the target ranlib
configure:14239: result: just compiled
configure:14258: checking where to find the target readelf
configure:14281: result: just compiled
configure:14300: checking where to find the target strip
configure:14323: result: just compiled
configure:14342: checking where to find the target windres
configure:14365: result: just compiled
configure:14384: checking where to find the target windmc
configure:14407: result: just compiled
configure:14454: checking whether to enable maintainer-specific portions of Makefiles
configure:14463: result: no
configure:14674: 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 server

config.status:933: creating Makefile

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_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-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
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_AWK=mawk
ac_cv_prog_CC_FOR_TARGET=cc
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_MAKEINFO=makeinfo
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_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_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_target=x86_64-unknown-linux-gnu
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
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='mawk'
BISON='/home/server/Downloads/binutils-2.24/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=''
CXXFLAGS_FOR_BUILD=''
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/server/Downloads/binutils-2.24/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/server/Downloads/binutils-2.24/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='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
OBJCOPY='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/bash'
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/server/Downloads/binutils-2.24/missing bison -y'
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-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-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'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty opcodes bfd binutils gas ld gprof etc'
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=''
extra_isl_gmp_configure_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  --with-gnu-as --with-gnu-ld --with-system-zlib  --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
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=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-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-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'

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


knudfl 01-26-2014 09:16 AM

Glibc is your OS. ( Together with the kernel.)
And cannot (usually) be changed.

The old old guide that you show is dated "19 March 2004".
A ten your old text will say nothing about the current glibc versions.

Which Debian OS is it about ? This will show : $ cat /etc/issue

And why do you want a different glibc / libc6 ?
The Wheezy libc6 http://packages.debian.org/wheezy/libc6

-

siftprin 01-26-2014 10:24 AM

$ cat /etc/issue
Debian GNU/Linux 7 \n \l


Cause my l4d2 game server's extension needs an updated glibc. The extension needs newer versions of glibc. The problem is on this page. Server crashes using the newest left4downtown2 extension. Running on a box at home.

http://www.l4dnation.com/confogl-and...ibrium-2-0/15/

quotes:

The issue is an "ELF file OS ABI invalid error" and is related to the libraries/setup on the Linux Install.
You're unlikely to get any help on this from a GameServer company as it'd require them to "change" internal stuff, but you can always try.

From what I understand, this can be solved in two ways:
1. Updating the glibc library as suggested by google. Would require gameserver companies to bother and is generally not too flexible of a solution.
2. Recompiling the extension with an older compiler, using glibc 2.13 max(newer versions use the newer ABI). Nobody is recommending this because the new Linux ABI loader seems to be much better than the older System V ABI. However, it would render the extension universally compatible and I think it's worth doing so.

If someone has an older compiler, please do not hesitate to help your fellow forumites.

siftprin 01-26-2014 10:56 PM

Will changing to another distro help?

knudfl 01-27-2014 08:11 AM

# 4 .

Which glibc version do you want ? ? ?

Debian 8 Jessie (Testing) has glibc 2.17
http://packages.debian.org/jessie/libc6

Slackware 14.1 : glibc-2.17
* Fedora 20 : glibc-2.18
Debian clones (latest Ubuntu, Mint etc.) : glibc-2.17

-

gengisdave 01-27-2014 08:16 AM

you're missing the C++ compiler (g++)

Quote:

./configure: line 4802: g++: command not found

siftprin 01-27-2014 09:39 AM

Currently i'm on 2.13 so from what they say 2.15 and above should be good. I'll try to update it following this.
http://stackoverflow.com/questions/1...2-15-on-debian

so apt-get install g++? But I guess I won't be compiling anymore since the guide i was trying to follow was old. I'll try to follow the above link. If it doesn't work I guess I'll have to go to Debian 8. Hope there isn't any problems with 8 if I fail to upgrade.


All times are GMT -5. The time now is 02:05 PM.