From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6518 invoked by alias); 24 May 2006 20:13:03 -0000 Received: (qmail 6475 invoked by uid 71); 24 May 2006 20:13:01 -0000 Date: Wed, 24 May 2006 20:13:00 -0000 Message-ID: <20060524201301.6474.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/297: Compilation Error on Cygwin Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00017.txt.bz2 List-Id: The following reply was made to PR insight/297; it has been noted by GNATS. From: Keith Seitz To: Brett Gordon Cc: insight-gnats@sources.redhat.com Subject: Re: insight/297: Compilation Error on Cygwin Date: Wed, 24 May 2006 13:06:54 -0700 Just got a response from the mailing list... Don't use the release, there is a foobar in it (not really a bug) where the compiler will zealously omit the symbol because it doesn't appear to be used. [It's only referenced in the inline assembly, and gcc doesn't recognize it as being used.] Try one of the latest snapshots or check out the gdb 6.5 tree. Or if you're really determined to use the 6.4 release, apply the patches from this thread: http://sourceware.org/ml/insight/2006-q1/msg00045.html Let me know how that works. Keith