From owner-freebsd-current Mon May 27 5:59:26 2002 Delivered-To: freebsd-current@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 8E50E37B401 for ; Mon, 27 May 2002 05:59:22 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 17CK64-0002qJ-00; Mon, 27 May 2002 14:59:36 +0200 From: Sheldon Hearn To: Lamont Granquist Cc: freebsd-current@freebsd.org Subject: Re: gcc internal compiler error with mozilla In-reply-to: Your message of "Sun, 26 May 2002 15:28:44 MST." <20020526152212.U587-100000@coredump.scriptkiddie.org> Date: Mon, 27 May 2002 14:59:36 +0200 Message-ID: <10930.1022504376@axl.seasidesoftware.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote: > I got non-deterministic internal compiler errors when I was trying to > compile mozilla. At the same time I was compiling gnome in another > terminal window. It only happened with mozilla, it was non-deterministic > in that I could do another 'make' and it would proceed past the point it > failed. At the moment, the c++ compiler in the base system can't be used to build Mozilla. Install the lang/gcc31 port and build Mozilla as follows: cd /usr/ports/www/mozilla make CXX=/usr/local/bin/g++31 A few people have reported on this mailing list that the above works. The archives are your friend. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message