From owner-freebsd-sparc Mon Apr 29 10:27:37 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 7262937B419 for ; Mon, 29 Apr 2002 10:27:33 -0700 (PDT) Received: (qmail 18801 invoked from network); 29 Apr 2002 17:27:32 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 29 Apr 2002 17:27:32 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g3THRYv27309; Mon, 29 Apr 2002 13:27:34 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020420194116.A92671@dragon.nuxi.com> Date: Mon, 29 Apr 2002 13:26:35 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: RE: hosted-gcc_20020419.tar.bz2 uploaded Cc: sparc64@freebsd.org 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 21-Apr-2002 David O'Brien wrote: > http://people.freebsd.org/~obrien/public_html/hosted-gcc_20020419.tar.bz2 > Extract in / > > This tarball includes the C++ compiler and libs. Hmm, for some reason I am having real issues trying to build world with this thing. I updated to the latest kernel to get support for the quad 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 Good thing I kept libc.so.5.old around or I wouldn't have a usable system right now. :( Looking at the libgcc stuff in the tree, it's all using the 2.95.x sources still, so I figure I don't have a chance of building a proper libgcc_s.so.1 myself. Does anyone have a copy or is something really bad hosed? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message