X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=rImcVAEAnWW+CuRf xm2MmkZSx7Fet0BpLmPBOKbcqjlB+XqB48eaPIjpfo4WP/nse7nVovaBpAoSOQbw 01n0/1EGdBD5LeQoO+QIa+86nOANHNP/PWLuoQMnrNtXZnCy7WwwSVLM7CL5Ere/ GGpx2CB/l3gxP3bLdpIuOvAip0Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=C6te2dyWtx9AvNLBUJTYYl NExLY=; b=pVRcX3pTwMG7v8c+Da2C/OWckuNl75Io7nYFogMbwfTyFai68pCjr+ 1z5TuAoTNekFAF2TiThbOBcjU2TjN5PXxZZFrenRM77wK1GGZfnJdo0izHoCVazc i3t23bI0/vwNci7BqwiVt0hFVOAOmrT1vVb7g9d9mg37HA1SmlNlI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*xyz, UD:and, HX-Languages-Length:557, H*M:xyz X-HELO: MTA-07-3.privateemail.com Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe To: cygwin AT cygwin DOT com References: <6eb060d0-545b-4c7d-f6c6-a40772dda74f AT gmail DOT com> <94231473-d378-952e-a450-d0323e3906dd AT cs DOT umass DOT edu> <9f039049-77bd-1b62-9e6c-9d33740ccc70 AT cornell DOT edu> From: Jack Message-ID: <88f3f480-7e05-4979-bd5a-8bb169f428a5@ostroff.xyz> Date: Sat, 18 May 2019 22:56:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote: > How do I uninstall the installation that I created with the building of gcc6? I did a search on duckduckgo for, > > cygwin how to uninstall gcc after building it > > and found nothing that could help me. Right now I have two installs of gcc: v7.4.and v6.4.0. If you did "make install" then you can do "make uninstall" unless you deleted the build folder.  In that case, you just have to find all the pieces and manually delete them. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple