Date: Mon, 27 May 2002 14:59:36 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Lamont Granquist <lamont@scriptkiddie.org> Cc: freebsd-current@freebsd.org Subject: Re: gcc internal compiler error with mozilla Message-ID: <10930.1022504376@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Sun, 26 May 2002 15:28:44 MST." <20020526152212.U587-100000@coredump.scriptkiddie.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10930.1022504376>