From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 11:40:55 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB2416A4CF for ; Sat, 29 Jan 2005 11:40:55 +0000 (GMT) Received: from smtp812.mail.sc5.yahoo.com (smtp812.mail.sc5.yahoo.com [66.163.170.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 7808343D45 for ; Sat, 29 Jan 2005 11:40:55 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@69.212.18.245 with plain) by smtp812.mail.sc5.yahoo.com with SMTP; 29 Jan 2005 11:40:55 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org, Gert Cuykens Date: Sat, 29 Jan 2005 05:40:25 -0600 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501290540.26196.donaldj1066@fastmail.fm> Subject: Re: make buildworld error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 11:40:56 -0000 On Saturday 29 January 2005 02:56 am, Gert Cuykens wrote: > ... > cd /usr/src/etc; make buildincludes; make installincludes > ===> etc/sendmail > ===> etc/sendmail > > -------------------------------------------------------------- > > >>> stage 4.2: building libraries > > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 > MACHINE=amd64 CPUTYPE=amd64 < snip > > -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. > -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -g0 -DCRT_BEGIN -c > -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:1: error: bad > value (amd64) for -march= switch > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:1: error: bad > value (amd64) for -mtune= switch > *** Error code 1 > > Stop in /usr/src/gnu/lib/csu. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 7rxI# > > how do i fix this ? > _______________________________________________ Gert What do you have in your /usr/src/sys/amd64/conf/config file, show me about the first 30 lines of it. show me your /etc/make.conf file. Don -- Donald J. O'Neill donaldj1066@fastmail.fm I'm not totally useless, I can be used as a bad example.