From owner-freebsd-current@FreeBSD.ORG Sun Aug 19 19:29:12 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BB381065674 for ; Sun, 19 Aug 2012 19:29:12 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4DEB48FC0C for ; Sun, 19 Aug 2012 19:29:11 +0000 (UTC) Received: by obbun3 with SMTP id un3so11418097obb.13 for ; Sun, 19 Aug 2012 12:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bBL7KhhBNEghLE+HR2sbsgHs+7WwYmJ1RfAVzn43YlQ=; b=tVE8CYzdZIx2/gj8SG+m+u3jOWJL5W0qwq7TxIMrNAceGjTgPUX5p+auu4HQkGrW2I q4XeH6VRaMkV/LsiWN1x9SWK/zlsxODvwPNvmyM7QlgBNEYd2MwYBOPTgyPP4AjW9rlp T0EA6jHSAEyDeMZKzYM6RYIWLl54ZAfhqBolk//TE2TTTn5w86t9HFk6nNsOoHziwVYC tTinfkA8WxgwVodHdH9bax0NyNoAxFw4RuV4N26+EPYsyYlCI37glc2JVM3ie17lBPvh jf9R1V9qdOUsfKv11usxMk8+b5A4v1/Q9QzyqjuBlQZ4BuXxS7PHRDSkZTCdC5+hAVwM spGA== MIME-Version: 1.0 Received: by 10.182.1.10 with SMTP id 10mr8653809obi.54.1345404551465; Sun, 19 Aug 2012 12:29:11 -0700 (PDT) Received: by 10.76.142.201 with HTTP; Sun, 19 Aug 2012 12:29:11 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Aug 2012 12:29:11 -0700 Message-ID: From: Garrett Cooper To: Ryan Stone Content-Type: text/plain; charset=ISO-8859-1 Cc: Randy Bush , FreeBSD Current Subject: Re: buildworld c++ internal error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2012 19:29:12 -0000 On Sun, Aug 19, 2012 at 10:59 AM, Ryan Stone wrote: > Are you running make with -j something? You may have to scale that back, > unfortunately. C++ compilers seem to be much more memory hungry than > straight C compilers. It depends on how complex the code is as well (IIRC class nesting resulted in nasty overhead). Thanks! -Garrett