bug-glibc
[Top][All Lists]
Advanced

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

Re: help


From: Patrick Smith
Subject: Re: help
Date: Sun, 22 Oct 2000 19:19:28 -0400

|When compiling glibc-2.1.3 on a Linux box using egcs-2.91.66 or
|egcs-2.95.2 I get the following error from make: 
|
|        make[2]: *** [/usr/src/glibc-build/sunrpc/xbootparam_prot.stmp] 
|        Segmentation fault (core dumped) 
|        make[2]: Leaving directory `/usr/src/glibc-2.1.3/sunrpc' 

Did you configure with --disable-versioning?  That is exactly the error
message I got after configuring that way.  It was actually ld-linux.so.2
that incurred the segmentation fault.  I was able to get around this by
using a version script when building ld-linux.so.2, but then had other
problems later.  This is using gcc 2.95.2 and binutils 2.10.0.31, and
the build succeeds when I don't disable versioning.

2.1.95 (from ftp://sources.redhat.com/pub/glibc) seems not to have this
problem.  But I believe it's a beta version that may have other
problems...
-- 
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]