From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28666 invoked by alias); 2 Feb 2012 16:06:58 -0000 Received: (qmail 28541 invoked by uid 22791); 2 Feb 2012 16:06:54 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smarthost04.mail.zen.net.uk (HELO smarthost04.mail.zen.net.uk) (212.23.3.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Feb 2012 16:06:38 +0000 Received: from [82.70.243.134] (helo=[192.168.1.105]) by smarthost04.mail.zen.net.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RszBE-0003sD-Ul for insight@sources.redhat.com; Thu, 02 Feb 2012 16:06:36 +0000 Message-ID: <4F2AB48C.5040901@cyconix.com> Date: Thu, 02 Feb 2012 16:06:00 -0000 From: Richard Tierney Reply-To: rt-insight@cyconix.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Insight List Subject: SL6 build procedure? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Smarthost04-IP: [82.70.243.134] X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00004.txt.bz2 Has anyone got a working build procedure for SL/RH6 x86_64? I've downloaded 6.8-1, installed texinfo, libX11-devel, and ncurses-devel, and configured with --disable-werror, to avoid a warning which is treated as an error on gcc 4.4.4. This is enough to get the code to compile, but it immediately segfaults when it's run. Thanks.