From owner-freebsd-questions Sun May 14 17:34:28 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA08410 for questions-outgoing; Sun, 14 May 1995 17:34:28 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA08404 for ; Sun, 14 May 1995 17:34:25 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id RAA02666; Sun, 14 May 1995 17:37:30 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id RAA00223; Sun, 14 May 1995 17:34:26 -0700 Message-Id: <199505150034.RAA00223@corbin.Root.COM> To: Don Dunbar cc: questions@FreeBSD.org Subject: Re: X & s412 In-reply-to: Your message of "Sun, 14 May 95 19:07:59 CDT." From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 14 May 1995 17:34:24 -0700 Sender: questions-owner@FreeBSD.org Precedence: bulk >What the hell is up with this? >I can't run startx in 3.1.1 with SNAP 4/12... It gives me a >libXmu.6.0: undefined error message... what the hell!? > A missing libgcc.so.2.0, perhaps? 3.1.1 was compiled using the older tools and thus wants this library (which we no longer generate). The plan I last heard about this was that we are going to ship a libgcc.so.2.0 binary for compatiblity. -DG