From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 20:58:32 2006 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 D4A9B16A4DD for ; Wed, 5 Jul 2006 20:58:32 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A4443D64 for ; Wed, 5 Jul 2006 20:58:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D607E5DB3; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3p2UMpKpWCeU; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1BCBA5C31; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) In-Reply-To: <2345a6660607051327v2c4ad287uff9c78c4e94bc783@mail.gmail.com> References: <2345a6660607051327v2c4ad287uff9c78c4e94bc783@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <062DD626-43B1-4776-87D1-91E839E31FF1@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 5 Jul 2006 16:58:30 -0400 To: Jacob Jennings X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: qt33 Port Compilation 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: Wed, 05 Jul 2006 20:58:32 -0000 On Jul 5, 2006, at 4:27 PM, Jacob Jennings wrote: > If I correct this unterminated comment in that file the compilation > will continue until another error concerning the same file occurs, > whose only output is: > *** Signal 4 > I've never had these problems with QT before and I've been using KDE > for 4 years! Already tried googling but to no avail. Any help would be > greatly appreciated. Thankies! Signal 4 means illegal instruction. It's possible that you are trying to compile for an architecture that your current CPU can't handle, or there's a bug in the compiler, however (most likely), you've got a hardware problem involving bad memory or the like, and a session with memtest86 would probably be a good idea as a sanity check... -- -Chuck