From owner-freebsd-sparc Mon Apr 29 12:31: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 357A637B404; Mon, 29 Apr 2002 12:31:00 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3TJUxYm078885; Mon, 29 Apr 2002 12:30:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.2/Submit) id g3TJTgHT078868; Mon, 29 Apr 2002 12:29:42 -0700 (PDT) Date: Mon, 29 Apr 2002 12:29:42 -0700 From: "David O'Brien" To: John Baldwin Cc: sparc64@FreeBSD.org Subject: Re: hosted-gcc_20020419.tar.bz2 uploaded Message-ID: <20020429122942.A78794@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020420194116.A92671@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Apr 29, 2002 at 01:26:35PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Apr 29, 2002 at 01:26:35PM -0400, John Baldwin wrote: > fp load and stores but was still getting signal 4's. I figured I needed > the updated user trap code in libc to deal with this, but when I built a > newer libc.so.5, then all the programs that used the dynamic libc freaked > out with: > > /usr/libexec/ld-elf.so.1: Shared object "libgcc_s.so.1" not found > /usr/libexec/ld-elf.so.1: Shared object "libgcc_s.so.1" not found > /usr/libexec/ld-elf.so.1: Shared object "libgcc_s.so.1" not found The easiest work around is to symlink /arch/sparc64/hosted/lib/gcc-lib/sparc64-undermydesk-freebsd5/3.1/libgcc_s.so.1 to /usr/lib. The other is to add the above directory to your ldconfig_paths in rc.conf. [David reiterates how shared libs should not be used by FSF stock GCC...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message