From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10667 invoked by alias); 7 Jul 2009 03:29:50 -0000 Received: (qmail 10658 invoked by uid 22791); 7 Jul 2009 03:29:49 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jul 2009 03:29:44 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MO1NF-0003Hc-UK for insight@sources.redhat.com; Tue, 07 Jul 2009 03:29:41 +0000 Received: from 75.139.7.185 ([75.139.7.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 03:29:41 +0000 Received: from gds by 75.139.7.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 03:29:41 +0000 To: insight@sources.redhat.com From: Gene Smith Subject: Re: 20090609-cvs bad on linux (build fail cygwin) Date: Tue, 07 Jul 2009 03:29:00 -0000 Message-ID: References: <4A37DDE7.4020105@redhat.com> <4A37E6FF.6050909@chartertn.net> <4A37E8E9.7010406@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 In-Reply-To: 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: 2009-q3/txt/msg00009.txt.bz2 (The last two exchanges never got to the list, I just added them. -gene ) Gene Smith wrote: > I think winavr project distributes a mingw build of insight. I am > >pretty sure mingw has no "system" tcl/tk. However, I don't think many >(or any?) winavr or users use it. I didn't know that... Yeah, I suspect Tcl/Tk will just stay in sourceware for a while. Red Hat still uses it, too, I think. > But since you didn't tell me how to select "system" tcl/tk vs. >built-in I assume you don't think that is related to my problem. Sorry -- I missed that. To build using the system-supplied tcl/tk, make sure you have the dev packages (on linux) installed: tcl-devel, tk-devel, itcl-devel, itk-devel. Remove (or rename) tcl, tk, and itcl from your source directory, and the build will find the system-installed versions. [I don't recall if this is absolutely necessary, but I do it anyway.] When starting an untested build configuration for the first time, I usually do a "make configure-gdb" and check the output of configure that it found the tcl/tk/itcl/itk stuff that I expected it to. Keith