From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Date: Tue, 13 Nov 2001 05:33:04 +0000 Subject: Re: libstdc++ bus errors Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ultralinux@vger.kernel.org From: Jeff Sturm Date: Tue, 13 Nov 2001 01:29:09 -0500 (EST) Upgrading binutils to 2.11.2 doesn't solve the problem, because ld.so doesn't understand R_SPARC_UA32 relocations: ./a.out: error while loading shared libraries: /home/jsturm/junk.so: unexpected reloc type 0x17 Upgrade glibc, then binutils :-) Current glibc understands the UA32 relocs properly. Franks a lot, David S. Miller davem@redhat.com