This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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]

Building 2.1.2 with gcc-latest


Has anyone had problems with this?

I'm building glibc-2.1.2 with the egcs-of-the-day and at the sunrpc
stage I'm getting:

bix:/usr/src/glibc-2.1.2/sunrpc> make
../elf/ld-linux.so.2 --library-path
..:../math:../elf:../nss:../nis:../db2:../rt:../resolv:../linuxthreads
./rpcgen -Y `gcc -print-file-name=cpp | sed "s|/cpp$||"` -c
rpcsvc/nlm_prot.x -o xnlm_prot.T
make: *** [xnlm_prot.stmp] Segmentation fault



Also, I don't seem to be able to get GDB to work when the interpreter is
explicitly invoked in this way:

bix:/usr/src/glibc-2.1.2/sunrpc> gdb ../elf/ld-linux.so.2
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-mandrake-linux"...
(gdb) r --library-path
..:../math:../elf:../nss:../nis:../db2:../rt:../resolv:../linuxthreads
./rpcgen -Y /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96  -c
rpcsvc/nlm_prot.x -o xnlm_prot.T
Starting program: /usr/src/glibc-2.1.2/sunrpc/../elf/ld-linux.so.2
--library-path
..:../math:../elf:../nss:../nis:../db2:../rt:../resolv:../linuxthreads
./rpcgen -Y /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96  -c
rpcsvc/nlm_prot.x -o xnlm_prot.T
Cannot insert breakpoint -1:
Cannot access memory at address 0x1780.


Is there some trick to this?

Thanks.

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