From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28986 invoked by alias); 5 Sep 2012 19:26:32 -0000 Received: (qmail 28978 invoked by uid 22791); 5 Sep 2012 19:26:32 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Sep 2012 19:26:15 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q85JQEVV031266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 5 Sep 2012 15:26:15 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q85JQC64017456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Sep 2012 15:26:14 -0400 Message-ID: <5047A754.7020809@redhat.com> Date: Wed, 05 Sep 2012 19:26:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: RAYAPROL Raja CC: "insight@sourceware.org" Subject: Re: cannot build on RHEL 6 References: <2B3152C6-06A1-46FF-9A3F-444A16935920@hp.com> <514883D0F12DEF4788558064C95ECAA332B29C26EA@BE-EXCHANGE-09.swift.corp> In-Reply-To: <514883D0F12DEF4788558064C95ECAA332B29C26EA@BE-EXCHANGE-09.swift.corp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-q3/txt/msg00008.txt.bz2 On 09/05/2012 12:15 PM, RAYAPROL Raja wrote: > I copied the source directories to a RHEL 6 machine and ran configure. I got > a vague error about a bad interpreter. A build log would be mighty useful: $ /path/to/src/configure [options] 2>&1 | tee config.out If you are /not/ using in-tree Tcl, Tk, and Itcl, you need to have tcl-devel, tk-devel, itcl-devel, and iwidgets installed. What is your architecture? 64-bit? If so, you may need additional configure patches (which I can forward or work to commit once and for all). Keith