This is the mail archive of the libc-alpha@sources.redhat.com 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]

Cannot build glibc 2.2.4 on i686-pc-linux-gnu


Hi All,

I could not build glibc 2.2.4 on my linux box
$ uname -a
Linux redhat 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
$ gcc --version
2.96
$ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        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.
$ as --version
GNU assembler 2.10.91
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms
of
the GNU General Public License.  This program has absolutely no
warranty.
This assembler was configured for a target of `i386-redhat-linux'.

Report bugs to <bug-make@gnu.org>.

$ ld --version
GNU ld 2.10.91
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms
of
the GNU General Public License.  This program has absolutely no
warranty.
  Supported emulations:
   elf_i386
   i386linux
   elf_i386_glibc21

It bails out with the following errors

make  -C sunrpc others
make[2]: Entering directory `/root/glibc-2.2.4/sunrpc'
/root/obj-glibc-2.2.4/elf/ld-linux.so.2 --library-path
/root/obj-glibc-2.2.4:/root/obj-glibc-2.2.4/math:/root/obj-glibc-2.2.4/elf:/root/obj-glibc-2.2.4/dlfcn:/root/obj-glibc-2.2.4/nss:/root/obj-glibc-2.2.4/nis:/root/obj-glibc-2.2.4/rt:/root/obj-glibc-2.2.4/resolv:/root/obj-glibc-2.2.4/crypt:/root/obj-glibc-2.2.4/linuxthreads
/root/obj-glibc-2.2.4/sunrpc/rpcgen -Y `gcc -print-file-name=cpp | sed
's|/cpp$||'` -c rpcsvc/rstat.x -o /root/obj-glibc-2.2.4/sunrpc/xrstat.T
make[2]: *** [/root/obj-glibc-2.2.4/sunrpc/xrstat.stmp] Aborted (core
dumped)
make[2]: Leaving directory `/root/glibc-2.2.4/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/root/glibc-2.2.4'
make: *** [all] Error 2

Any pointers to what might have gone wrong?

Shelly


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