From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 14:59:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E001D16A41F for ; Mon, 19 Sep 2005 14:59:19 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602BE43D49 for ; Mon, 19 Sep 2005 14:59:18 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-38-128.dynamic.qsc.de [212.202.38.128]) by efacilitas.de (Postfix) with ESMTP id 46D414B08B; Mon, 19 Sep 2005 17:05:57 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 2484D331F76; Mon, 19 Sep 2005 14:58:12 +0000 (UTC) Message-ID: <432ED204.2040400@cs.tu-berlin.de> Date: Mon, 19 Sep 2005 16:58:12 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chuck Swiger References: <432EB655.3090306@charter.net> <432ECF00.6010603@mac.com> In-Reply-To: <432ECF00.6010603@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, bob self Subject: Re: beta 5: make buildworld = internal compiler error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 14:59:20 -0000 Chuck Swiger wrote: > bob self wrote: > >> What causes "internal compiler error"? > > CPU overheating? Bad RAM? Power supply going bad? Chuck: I saw this error not for the first time. It always happens during the compilation of libstdc++. There must be a kind of software error or unfortunate coincidence. Bob: What is your current system. Show uname -rms. Björn