From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113851 invoked by alias); 11 Mar 2015 03:10:18 -0000 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 Received: (qmail 113839 invoked by uid 89); 11 Mar 2015 03:10:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: rtits2.realtek.com.tw Received: from rtits2.realtek.com (HELO rtits2.realtek.com.tw) (60.250.210.242) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Mar 2015 03:10:16 +0000 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.52 with qID t2B3A9k0018900, This message is accepted by code: ctloc85258 Received: from rsex2.realsil.com.cn (doc.realsil.com.cn[172.29.17.3](maybeforged)) by rtits2.realtek.com.tw (8.14.9/2.40/5.64) with ESMTP id t2B3A9k0018900 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 11 Mar 2015 11:10:10 +0800 Received: from RSEX2.realsil.com.cn ([::1]) by rsex2.realsil.com.cn ([::1]) with mapi id 14.03.0195.001; Wed, 11 Mar 2015 11:10:10 +0800 From: Robert Bu To: "insight@sourceware.org" Subject: itcl in insight Date: Wed, 11 Mar 2015 03:10:00 -0000 Message-ID: <0BA358A6A1AD484EA0BECE9A36AA317546093250@rsex2.realsil.com.cn> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00005.txt.bz2 Hi, I checked the config log in bundle/libgui. The configure script checked for= tcl, tk. However, it seems that it does not check for itcl. Build and install is OK here on Redhat Enterprise 6.3 (RHEL-6.3, x86_64). W= hen I run insight, it complains: "Error: can't find package itcl 3.3" I tried to install itcl 3.3. It is a quite old version and does not compile= with my TCL (8.5.7). So I installed itcl 3.4.1. Can I tell insight to use = my itcl 3.4.1? B.R. Robert