From owner-freebsd-stable Tue Jul 11 13:39:24 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 9CAD237B801 for ; Tue, 11 Jul 2000 13:39:21 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.30 2000/06/08 18:25:35 dmccart Exp $) with ESMTP id NAA13360; Tue, 11 Jul 2000 13:39:03 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id NAA14240; Tue, 11 Jul 2000 13:39:03 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id QAA13267; Tue, 11 Jul 2000 16:39:03 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14699.34278.853989.243905@hip186.ch.intel.com> Date: Tue, 11 Jul 2000 13:39:02 -0700 (MST) To: "Will Mitayai Keeso Rowe" Cc: "freebsd-stable@FreeBSD. ORG" Subject: Re: Problems with make world In-Reply-To: References: X-Mailer: VM 6.75 under Emacs 20.6.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Tuesday, July 11, Will Mitayai Keeso Rowe wrote: ] > I just grabbed the latest 3.0-stable sources and am trying to do a 'make I assume you mean 4.0-stable sources (if you are on a 3.2 machine anyway)? > world' on a 3.2 machine and am getting the same error every time, even when > i completely erased the /usr/src and tried again... > > the machine: > su-2.03# uname -a > FreeBSD mail.be.bricsnet.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed Sep 29 > 14:25:59 CEST 1999 root@mail.bricsnet.com:/usr/src/sys/compile/MAIL > i386 > > the error: > cc -O6 -pipe -march=pentiumpro -I/usr/src/usr.bin/ar -Wall -I/usr/obj/usr/ > src/tmp/usr/include -c /usr/src/usr.bin/ar/append.c > cc1: Invalid option `arch=pentiumpro' Sounds like you've got "-march=pentiumpro" in your /etc/make.conf CCFLAGS or something. Also, the -O6 leaps out as something that's not entirely a good idea for building world. Get rid of your CFLAGS options (except for maybe -pipe) and try again. -jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message