From owner-freebsd-current@FreeBSD.ORG Mon Mar 15 19:33:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7519316A4CE for ; Mon, 15 Mar 2004 19:33:17 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4AC43D1D for ; Mon, 15 Mar 2004 19:33:17 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i2G3XHFP074741; Mon, 15 Mar 2004 19:33:17 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i2G3XH5N074740; Mon, 15 Mar 2004 19:33:17 -0800 (PST) (envelope-from sgk) Date: Mon, 15 Mar 2004 19:33:16 -0800 From: Steve Kargl To: Doug White Message-ID: <20040316033316.GA74680@troutmask.apl.washington.edu> References: <20040314213758.GA39459@troutmask.apl.washington.edu> <20040315142137.V33489@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040315142137.V33489@carver.gumbysoft.com> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: internal compiler error? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 03:33:17 -0000 On Mon, Mar 15, 2004 at 02:29:01PM -0800, Doug White wrote: > On Sun, 14 Mar 2004, Steve Kargl wrote: > > > Anyone else see problems with collect2? > > Um, I don't have a /usr/libexec/collect2 on ANY system at my workplace, > which is FreeBSD 4.x, FreeBSD 5.x, Solaris 8, and Debian 3.0. Perhaps you > better check if your gcc has been modified. > Oh, I'm embarassed. I have a /usr/libexec/collect2 with a May 18, 2002 timestamp. It's either leftover from a previous update of the system or some on my experiments with GCC. I thought I cleaned this stuff out long ago. The COMPAT_FREEBSD4 kernel options seems to have saved my butt, except I had removed this option during my last round of updating the system. -- Steve