From owner-freebsd-current Thu Dec 24 23:38:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15177 for freebsd-current-outgoing; Thu, 24 Dec 1998 23:38:08 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zippy.dyn.ml.org (tibet-56.ppp.hooked.net [206.80.9.184]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15151 for ; Thu, 24 Dec 1998 23:37:59 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id XAA01184; Thu, 24 Dec 1998 23:40:40 -0800 (PST) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 24 Dec 1998 23:40:39 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: "Joseph T. Lee" cc: freebsd-current@FreeBSD.ORG Subject: Re: Problems compiling kernel for 3.0-19980804-SNAP system In-Reply-To: <19981224215708.B17337@la.best.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 24 Dec 1998, Joseph T. Lee wrote: > On Wed, Dec 23, 1998 at 11:29:14AM -0500, Alfred Perlstein wrote: > > > cc1: Invalid option `-fformat-extensions' > > > *** Error code 1 > > > > > > What do I look for to make this work? > > > > I think you have /usr/local/bin in your path before /usr/bin and therefore > > are running egcs. > > Breaks on gcc2.8.1 also. None of the man files describes this extension > though.. Maybe not necessary anymore for the new compilers? -fformat-extensions is a FreeBSDism, and so on a "stock" gcc of any version it is an invalid option. You can remove it, but then gcc won't recognize any of the odd format identifiers that are used in the kernel, and might generate warnings. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message