From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28496 invoked by alias); 25 Jun 2009 19:28:13 -0000 Received: (qmail 28488 invoked by uid 22791); 25 Jun 2009 19:28:12 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Jun 2009 19:28:08 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id C9E302503B; Thu, 25 Jun 2009 12:28:04 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id BC50BCDBEC; Thu, 25 Jun 2009 12:28:04 -0700 (PDT) Message-ID: <4A43CF78.6070805@vmware.com> Date: Thu, 25 Jun 2009 19:28:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Hui Zhu CC: "gdb-patches@sourceware.org" , "jakob@virtutech.com" Subject: Re: [PATCH] New testsuite directory gdb.reverse, and tests References: <4A429163.6080109@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-06/txt/msg00681.txt.bz2 Hui Zhu wrote: > Hi Michael, > > Thanks for your work. :) > > And I got a error when configure: > config.status: creating gdb.server/Makefile > config.status: creating gdb.java/Makefile > config.status: creating gdb.mi/Makefile > config.status: creating gdb.modula2/Makefile > config.status: creating gdb.objc/Makefile > config.status: creating gdb.opt/Makefile > config.status: creating gdb.pascal/Makefile > config.status: creating gdb.python/Makefile > config.status: creating gdb.reverse/Makefile > config.status: error: cannot find input file: gdb.reverse/Makefile.in > > I think because your patch doesn't include it. Oh wait -- you're right! I did leave out the Makefile.in. Sorry for the hasty reply earlier. Please see new patch here: http://sourceware.org/ml/gdb-patches/2009-06/msg00680.html