From owner-freebsd-hackers Sun Dec 10 06:12:42 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13383 for hackers-outgoing; Sun, 10 Dec 1995 06:12:42 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA13375 for ; Sun, 10 Dec 1995 06:12:33 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id BAA29925; Mon, 11 Dec 1995 01:08:57 +1100 Date: Mon, 11 Dec 1995 01:08:57 +1100 From: Bruce Evans Message-Id: <199512101408.BAA29925@godzilla.zeta.org.au> To: hackers@freefall.freebsd.org, rob@indecent.com Subject: Re: gcc 2.7.2-compiled kernel Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >I've upgraded to gcc 2.7.2 (don't ask me why -- I guess I just always like >to have the latest and greatest :) and can't compile the (2.1r) kernel with it. >The make always fails at locore.s. I've tried using the default cpp rather than >the 2.7.2 cpp, but that doesn't help. Since cpp doesn't seem to be the problem It would work if you really used the default cpp. Don't install gcc's cpp anywhere in the path. Bruce