From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11260 invoked by alias); 9 Oct 2006 22:07:18 -0000 Received: (qmail 11159 invoked by uid 22791); 9 Oct 2006 22:07:18 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 09 Oct 2006 22:07:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GX3HE-0007Vm-Kv; Mon, 09 Oct 2006 18:07:12 -0400 Date: Mon, 09 Oct 2006 22:07:00 -0000 From: Daniel Jacobowitz To: Brandon Eames Cc: gdb@sourceware.org Subject: Re: gdb build error: termcap Message-ID: <20061009220712.GA27051@nevyn.them.org> Mail-Followup-To: Brandon Eames , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00050.txt.bz2 On Mon, Oct 09, 2006 at 03:09:02PM -0600, Brandon Eames wrote: > Please note that the carriage return at the end of the line #define > DEBUGDIR is not simply word-wrapping of the editor. There is an actual > hard return there. > > It seems that the /lib/debug should be part of the path defined for > DEBUGDIR, but gets placed on the next line down, resulting in a parse > error by the compiler. > > I have cygwin set up with Dos as the default text file type. Is there > something weird about CR/LF that configure doesn't handle properly? > Anyone have any suggestions as to how I can get around this issue? I have no idea, but all we have is debugdir=${libdir}/debug. I can only guess that this is a Cygwin problem of some sort, but I've never seen it before. -- Daniel Jacobowitz CodeSourcery