From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id xgevKv5lXWHXPAAAWB0awg (envelope-from ) for ; Wed, 06 Oct 2021 05:01:50 -0400 Received: by simark.ca (Postfix, from userid 112) id 9CFE01EE1F; Wed, 6 Oct 2021 05:01:50 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 08E741E4A3 for ; Wed, 6 Oct 2021 05:01:50 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9A240385C41E for ; Wed, 6 Oct 2021 09:01:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A240385C41E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1633510909; bh=opUXo4hFKeNHH0sqn1fffRwDKM9k/KK00o6hG45wdoc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=NKUzi3KcJ3BgWNUVO5UdDom6ReCzvKYVycLpfHgRPEnog6h5y5a6rbseKcqwAdkNG MP9KyNdMjEl9zSAWXkXzN4bSsO1uh4E7lJrF7dAvTmuPqPL4jafOXNu5UI/dfnaC4h gQNSyRuLSJodPiFjtghm48eJKcqmwlOeR4FO8P5w= Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id 32F64385842D for ; Wed, 6 Oct 2021 09:01:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 32F64385842D Received: by mail-pj1-x1032.google.com with SMTP id ls18-20020a17090b351200b001a00250584aso3504477pjb.4 for ; Wed, 06 Oct 2021 02:01:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=opUXo4hFKeNHH0sqn1fffRwDKM9k/KK00o6hG45wdoc=; b=fEnp5006U7iwSUAbytz/mmKdmPmGzDcOEV6bmHXmnLdlyEZ1zkCPu0MSO0c3R3tPin O1ItFVEBhepbsNGbw0E/ydFXZ+Sg9sZZUUZueqO7PJuPA74U8e4lYM+6S6Ptj76pUltj 9aJr5dcOp1AfSGUtm6d+USBweT2LGDVHgne2wwmTKKD+ONgTa4JZqzoZcnKjieNFFxcu QKuE60EOBHN1ULkIxbNGEkLUYFvH6lxSq1iUpjKWSWUYJhKD8rWwoH9Ec2QmQvOWugXp E+C2RPuZDE+QnvindadY5n5VDE3zEw0RdsgD7yRKvd5kubAiT2Lp6MLPVB3eBpJGV7nu oeKw== X-Gm-Message-State: AOAM5330PDUUJKN2fckVM5fUBhbYbuhpm2nAzVMI6TKc1zLpVttrLddU dBNqGtmOXeuitxNFX7tHauGsnRhZs0TNPo70orCMkkQf9t8= X-Google-Smtp-Source: ABdhPJyeJ0F97aHjJuyEkxusrkOkH/pf69Vyi9NQTtT1zIVBGU7qZ7z1rfBxEb3nGWEljLslRudBZWp+Je0UZlG3Nf4= X-Received: by 2002:a17:903:2287:b0:13e:5d9f:1ebf with SMTP id b7-20020a170903228700b0013e5d9f1ebfmr5157435plh.75.1633510885269; Wed, 06 Oct 2021 02:01:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 6 Oct 2021 05:00:16 -0400 Message-ID: Subject: Re: Uninstall GDB 9.2 from manual installation To: Hillary Barder Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeffrey Walton via Gdb Reply-To: noloader@gmail.com Cc: Mahmood Naderan via Gdb Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Tue, Oct 5, 2021 at 10:55 AM Hillary Barder via Gdb wrote: > > Hello GDB developer team, > > I have installed an old version of GDB from *https://ftp.gnu.org/gnu/gdb/ > *. Then I simply ran > ./configure > make > sudo make install > > to install GDB 9.2 to /usr/local/bin on my Mac. Right now I want to > completely remove this old version, because it crash my problem and > consumes 100% CPU sometimes. Could you please tell me how to uninstall it > in my case? Thank you so much! If GDB is the only thing in /usr/local, then you can perform a 'rm -rf /usr/local/*' followed by a `hash -r' to clear the program cache. Otherwise, perform the 'make uninstall' as suggested by Shahab. Jeff