From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12774 invoked by alias); 12 Aug 2009 00:56:18 -0000 Received: (qmail 12711 invoked by uid 22791); 12 Aug 2009 00:56:17 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Aug 2009 00:56:08 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n7C0u42P013874 for ; Wed, 12 Aug 2009 01:56:04 +0100 Received: from rv-out-0708.google.com (rvbf25.prod.google.com [10.140.82.25]) by wpaz5.hot.corp.google.com with ESMTP id n7C0trGI003938 for ; Tue, 11 Aug 2009 17:56:01 -0700 Received: by rv-out-0708.google.com with SMTP id f25so5862075rvb.52 for ; Tue, 11 Aug 2009 17:56:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.187.19 with SMTP id k19mr2827650rvf.67.1250038561050; Tue, 11 Aug 2009 17:56:01 -0700 (PDT) In-Reply-To: References: <20090807204753.8BC8C33CA1@turtle.stack.nl> Date: Wed, 12 Aug 2009 00:56:00 -0000 Message-ID: <8ac60eac0908111756g6a9f679x6bc084ed7e53f39b@mail.gmail.com> Subject: Re: errors in GDB reading symbols From: Paul Pluzhnikov To: Tom Tromey Cc: Marco van de Voort , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00081.txt.bz2 On Tue, Aug 11, 2009 at 1:59 PM, Tom Tromey wrote: > Second, libgdb.a slows down the build, which is > pointless for something we don't support. Can't the second reason be removed by making libgdb.a a separate (optional) make target? Let people who need libgdb.a type "make libgdb.a" :-) -- Paul Pluzhnikov