From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11508 invoked by alias); 4 Apr 2008 13:05:07 -0000 Received: (qmail 11496 invoked by uid 22791); 4 Apr 2008 13:05:06 -0000 X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.189) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Apr 2008 13:04:41 +0000 Received: by fk-out-0910.google.com with SMTP id 26so56111fkx.8 for ; Fri, 04 Apr 2008 06:04:39 -0700 (PDT) Received: by 10.78.187.17 with SMTP id k17mr3597486huf.7.1207314278646; Fri, 04 Apr 2008 06:04:38 -0700 (PDT) Received: by 10.78.152.3 with HTTP; Fri, 4 Apr 2008 06:04:38 -0700 (PDT) Message-ID: <93da74750804040604o4b0d2923ud988e0f653f64e7a@mail.gmail.com> Date: Fri, 04 Apr 2008 13:05:00 -0000 From: "Hans Kester" To: insight@sourceware.org Subject: Re: insight6.8 Cc: "Keith Seitz" , denis.pilat@st.com, davem@devkitpro.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-q2/txt/msg00024.txt.bz2 I get the same error (MSYS/MinGW with gcc-3.4.5). Do the warnings in the logging below have something to do with it? Configuring in ./gdb with MinGW: ... checking for cygwin... no checking for ELF support in BFD... yes checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions checking for X... no configure: WARNING: no enhanced curses library found; disabling TUI checking for iconv... no, consider installing GNU libiconv updating cache ./config.cache ... Configuring in ./gdb with native Cygwin: ... checking for cygwin... yes checking for ELF support in BFD... yes checking for Tcl configuration... found /gcc/build-i686-elf/insight/tcl/win/tclConfig.sh checking for Tk configuration... found /gcc/build-i686-elf/insight/tk/win/tkConfig.sh checking for Tcl private headers. dir=win... found in /gcc/insight-6.8/tcl/generic checking for Tk private headers... found in /gcc/insight-6.8/tk/generic checking for Itcl private headers. srcdir=../../../insight-6.8/gdb... checking for Itk private headers. srcdir=../../../insight-6.8/gdb... checking for Itcl configuration... found /gcc/build-i686-elf/insight/itcl/itcl/itclConfig.sh checking for Itk configuration... found /gcc/build-i686-elf/insight/itcl/itk/itkConfig.sh checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache ... Hans