From owner-freebsd-questions@FreeBSD.ORG Tue Jun 12 23:28:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F06E16A41F for ; Tue, 12 Jun 2007 23:28:16 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id E160913C44C for ; Tue, 12 Jun 2007 23:28:15 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so32614pyi for ; Tue, 12 Jun 2007 16:28:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c9IUcEwZ3SljFbiL1lNQOH1kklU84MnvjAZLDPTpXyXbvlBM2fBTmk0esu+gYv96QkAIfzoAJn506gShShMS1XcvxjBdSy6xlK7l9B+6O0XMlCMXK3iRzH6lweuFUiDWqTtVd4wYH5mAIJXlC/eIz/pRz/P+tizm99C7ohwm8jA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k326kuZ08drIWpPVPIxwXAH+vsTgVtvvpwbh4IgixC1f8SMjMjWkj+XutcWdUET+FdGIyTVbkPtcgAlYb1qhNNttx2OJOq5yQ9DSzeE9vSBoBqrAdsOUiVDbjSzbUwaNk9OhO1x5MvrVemBCwRKnBdqV4ePwZ//679hF/33S2z0= Received: by 10.35.103.6 with SMTP id f6mr16344pym.1181690895349; Tue, 12 Jun 2007 16:28:15 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Tue, 12 Jun 2007 16:28:15 -0700 (PDT) Message-ID: <340a29540706121628u1fdc583el7ecdb3596f7d48e4@mail.gmail.com> Date: Tue, 12 Jun 2007 17:28:15 -0600 From: "Andrew Falanga" To: "Andrew Falanga" , freebsd-questions In-Reply-To: <20070612203425.GA74894@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540706120902k2c10be37q8656814f9fcfc649@mail.gmail.com> <20070612161414.GA68472@slackbox.xs4all.nl> <340a29540706120925g2816f84elfbd14cb5e278358b@mail.gmail.com> <20070612203425.GA74894@slackbox.xs4all.nl> Cc: Subject: Re: Fresh install won't compile requirement libraries for cvsup 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: Tue, 12 Jun 2007 23:28:16 -0000 > > If the compiler (cc) dies with a 'fatal signal 11', you could have a > memory problem. See e.g. http://www.ibiblio.org/pub/Linux/docs/faqs/GCC-SIG11-FAQ > > Roland Ok, while researching these things I found this. Does FreeBSD have a work around? http://membres.lycos.fr/poulot/k6bug.html This machine I'm having problems with is an AMD K6. Andy