Date: Mon, 29 Apr 2002 12:29:42 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: sparc64@FreeBSD.org Subject: Re: hosted-gcc_20020419.tar.bz2 uploaded Message-ID: <20020429122942.A78794@dragon.nuxi.com> In-Reply-To: <XFMail.20020429132635.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Mon, Apr 29, 2002 at 01:26:35PM -0400 References: <20020420194116.A92671@dragon.nuxi.com> <XFMail.20020429132635.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020429122942.A78794>