This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2887] New: Problem compiling glibc 2.4


# make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory `/tmp/glibc-2.4'
make  subdir=csu -C csu ..=../ subdir_lib
make[2]: Entering directory `/tmp/glibc-2.4/csu'
make[2]: Leaving directory `/tmp/glibc-2.4/csu'
make[2]: Entering directory `/tmp/glibc-2.4/csu'
gcc ../sysdeps/unix/sysv/linux/init-first.c -c -std=gnu99 -O3 -Wall
-Wbad-function-cast -Wcast-qual -Wcomment -Wcomments -Wfloat-equal -Winline
-Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wmultichar
-Wsign-compare -Wtrigraphs -Wwrite-strings -fmerge-all-constants -march=i686 -s
-Wstrict-prototypes -mpreferred-stack-boundary=4 -g -O2
-fno-optimize-sibling-calls -fno-strict-aliasing    -I../include
-I/tmp/glibc-2.4/build/csu -I/tmp/glibc-2.4/build -I../sysdeps/i386/elf
-I../nptl/sysdeps/unix/sysv/linux/i386/i686
-I../nptl/sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/i386
-I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
-I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/i386
-I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix
-I../sysdeps/i386/i686/fpu -I../nptl/sysdeps/i386/i686 -I../sysdeps/i386/i686
-I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486 -I../sysdeps/i386/fpu
-I../nptl/sysdeps/i386 -I../sysdeps/i386 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -I../nptl  -I.. -I../libio -I.  -D_LIBC_REENTRANT -include
../include/libc-symbols.h  -fbounded-pointers      -DHAVE_INITFINI -o
/tmp/glibc-2.4/build/csu/init-first.ob -MD -MP -MF
/tmp/glibc-2.4/build/csu/init-first.ob.dt -MT /tmp/glibc-2.4/build/csu/init-first.ob
cc1: error: unrecognized command line option "-fbounded-pointers"
make[2]: *** [/tmp/glibc-2.4/build/csu/init-first.ob] Error 1
make[2]: Leaving directory `/tmp/glibc-2.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/tmp/glibc-2.4'
make: *** [all] Error 2

-- 
           Summary: Problem compiling glibc 2.4
           Product: glibc
           Version: 2.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: pierre42d at 9online dot fr
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2887

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]