From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22987 invoked by alias); 6 Apr 2009 23:18:38 -0000 Received: (qmail 22976 invoked by uid 22791); 6 Apr 2009 23:18:37 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Apr 2009 23:18:29 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n36NIRfD024881; Mon, 6 Apr 2009 19:18:27 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n36NISBS027327; Mon, 6 Apr 2009 19:18:28 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n36NIPPG015501; Mon, 6 Apr 2009 19:18:26 -0400 Message-ID: <49DA8DBF.1000502@redhat.com> Date: Mon, 06 Apr 2009 23:18:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Pierre Muller CC: insight@sourceware.org Subject: cygwin runtime woes (was Re: [RFA] ARI fixes for gdbtk directories) References: <002a01c9b707$9d795b40$d86c11c0$@u-strasbg.fr> <49DA8771.4040007@redhat.com> <002b01c9b70d$6badcd20$43096760$@u-strasbg.fr> In-Reply-To: <002b01c9b70d$6badcd20$43096760$@u-strasbg.fr> 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: 2009-q2/txt/msg00005.txt.bz2 Pierre Muller wrote: > I am still only able to compile > with cygwin, > The compiled insight binary > exits at the first call to a Tcl function :( Which tcl function? Can you give me a backtrace? Sounds like an error message is getting swallowed. Maybe it cannot find the library or somesuch. Keith