From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8394 invoked by alias); 13 Nov 2002 16:41:15 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 8385 invoked from network); 13 Nov 2002 16:41:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Nov 2002 16:41:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gADGI1w16364 for ; Wed, 13 Nov 2002 11:18:01 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gADGfDD12915; Wed, 13 Nov 2002 11:41:13 -0500 Received: from valrhona.uglyboxes.com (IDENT:X44CmaOLWWx8e6k3oMyMlcwt1PPO3Cuz@vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gADGfCq14932; Wed, 13 Nov 2002 11:41:12 -0500 Date: Wed, 13 Nov 2002 08:41:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: insight@sources.redhat.com cc: marco@sitek.it Subject: Re: Insight 5.2.1 compiled on Cygwin GCC v3.2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00099.txt.bz2 On Wed, 13 Nov 2002 marco@sitek.it wrote: > Hello. I am also trying to build insight5.2.1 with > Cygwin1.3.14-1/GCC 3.2 (20020818 pre) and get it failing here... > Any idea? Marco, I would not recommend using 5.2.1 with cygwin. It has issues. See http://sources.redhat.com/insight/cygwin.html. ---- List, Second, I am amazed that I keep getting requests for how to fix this simple problem. Insight is a debugger, so I presume that people downloading it are at least vaguely familiar with programming. Why can people not figure out how to fix the simplest of errors? > /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c: In function > `TclWinSetInterfaces': > /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c:121: static symbol > `tclWinTCharEncoding' is marked dllexport The error message says it all: In TclWinSetInterfaces, the static symbol "tclWinTCharEncoding" is marked dllexport. Get it? The STATIC symbol is exported... If people still don't get it, cgf has committed a patch to fix this. Search the mailing list or take a peek at tcl in CVS to find the patch. Keith