From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6040 invoked by alias); 16 Jun 2008 11:43:45 -0000 Received: (qmail 6030 invoked by uid 22791); 16 Jun 2008 11:43:45 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jun 2008 11:43:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CCF419840F; Mon, 16 Jun 2008 11:43:22 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id AE5779840B; Mon, 16 Jun 2008 11:43:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K8D7J-0002Mj-4Z; Mon, 16 Jun 2008 07:43:21 -0400 Date: Mon, 16 Jun 2008 18:02:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org Subject: Re: [RFC/gdb/testsuite] Another way to avoid the windows native tty troubles Message-ID: <20080616114321.GA15888@caradoc.them.org> Mail-Followup-To: Pierre Muller , 'Pedro Alves' , gdb-patches@sourceware.org References: <000201c8cdb3$caa41490$5fec3db0$@u-strasbg.fr> <200806160423.20966.pedro@codesourcery.com> <003401c8cf81$a045a9f0$e0d0fdd0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003401c8cf81$a045a9f0$e0d0fdd0$@u-strasbg.fr> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00310.txt.bz2 On Mon, Jun 16, 2008 at 09:21:42AM +0200, Pierre Muller wrote: > >3) There is one compilation failure that seems to be specific to my > >patch and is related to a compilation using the -nodefaultlibs option > >in gdb.base/prelink.so. > > This probably means that cygwin is not linked in. > >Note that the compilation also fails without my patch, > >but for some other reason (probably because some of > >the linked object do require cygwin). It doesn't matter whether the test fails to compile on Windows; it should be restricted to Linux, because it is testing gdb interaction with the 'prelink' program - which is GNU/Linux specific. We have a few more Windows patches in our tree. I promised to post them a while ago; I haven't had time :-( But I haven't forgotten, either! -- Daniel Jacobowitz CodeSourcery