From owner-freebsd-stable@FreeBSD.ORG Wed May 21 15:51:23 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154F837B401 for ; Wed, 21 May 2003 15:51:23 -0700 (PDT) Received: from marvin.muc.de (marvin.muc.de [193.149.48.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A420B43F93 for ; Wed, 21 May 2003 15:51:21 -0700 (PDT) moderators-muc-lists-freebsd-stable-owner@moderators.muc.de) Received: (qmail 73355 invoked by alias); 21 May 2003 22:51:01 -0000 Delivered-To: moderators-muc-lists-freebsd-stable@moderators.muc.de Received: (qmail 73350 invoked from network); 21 May 2003 22:51:01 -0000 Received: from softdnserror (HELO graf.pompo.net) (@81.56.186.139) by marvin.muc.de with SMTP; 21 May 2003 22:51:01 -0000 Received: by graf.pompo.net (Postfix, from userid 1001) id 68DE076B1; Thu, 22 May 2003 00:48:14 +0200 (CEST) Date: Thu, 22 May 2003 00:48:14 +0200 From: Thierry Thomas To: Joe Marcus Clarke Message-ID: <20030521224814.GA50517@graf.pompo.net> References: <20030521200912.GA538@athlon.pn.xcllnt.net> <3ECBE25B.6050106@mukappabeta.de> <1053554366.415.73.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1053554366.415.73.camel@gyros> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 X-Mailman-Approved-At: Wed, 21 May 2003 15:55:30 -0700 cc: muc-lists-freebsd-stable@moderators.muc.de Subject: Re: 5.0-RELEASE --> cannot build any Mozilla Version X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 22:51:23 -0000 Le Mer 21 mai 03 à 23:59:27 +0200, Joe Marcus Clarke écrivait : > > --march=p4 or pentium4 will cause Mozilla to break. Only when gcc is broken, i.e. if it has been built without `-mno-sse2'. To fix it, change your CFLAGS in /etc/make.conf, e.g. CFLAGS= -O -pipe -mno-sse2 and then rebuild gcc (or rebuild + reinstall world), and it will work. Note that without this trick, you will encounter other problems. For example, you'll be able to build ogg / vorbis, but it will segfault... References: PR bin/43299. Regards, -- Th. Thomas.