From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29689 invoked by alias); 29 Nov 2005 18:33:02 -0000 Received: (qmail 29670 invoked by uid 22791); 29 Nov 2005 18:32:59 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Nov 2005 18:32:56 +0000 Received: by zproxy.gmail.com with SMTP id l1so1272518nzf for ; Tue, 29 Nov 2005 10:32:54 -0800 (PST) Received: by 10.36.251.52 with SMTP id y52mr198010nzh; Tue, 29 Nov 2005 10:32:54 -0800 (PST) Received: by 10.37.2.35 with HTTP; Tue, 29 Nov 2005 10:32:54 -0800 (PST) Message-ID: <8f2776cb0511291032o58d7e3c5hae0a929b200de916@mail.gmail.com> Date: Tue, 29 Nov 2005 18:49:00 -0000 From: Jim Blandy To: Mark Mitchell Subject: Re: ARM RDI Cc: GDB In-Reply-To: <438B8FAD.1020804@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <438B8FAD.1020804@codesourcery.com> 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: 2005-11/txt/msg00620.txt.bz2 On 11/28/05, Mark Mitchell wrote: > In my quest to make things build on Windows, I see that ARM GDB doesn't > quite build for Windows do the fact that rdi-share doesn't build without > angeldll.h. However, rdi-share does still build on GNU/Linux, where > rdi-share isn't required. You meant "where angeldll.h isn't required", right? Setting aside questions about whether we care about rdi-share at all for the moment, the GNU Way to deal with this would be for the configure script to recognize that angeldll.h isn't available, and decline to build rdi-share. When you say "Windows", you mean "Windows without Cygwin", so I don't know how the configury works there. Is there any way to get this behavior?