X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
References: <DB7PR01MB5386E5F177071EF6DCF66DE4DE090@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <DB7PR01MB53867A7F658986C96FD2CDD7DE0A0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <6eb060d0-545b-4c7d-f6c6-a40772dda74f@gmail.com> <DB7PR01MB5386DDBE46994F520877EE09DE0B0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <94231473-d378-952e-a450-d0323e3906dd@cs.umass.edu> <DB7PR01MB5386415AFAB30F41C11F592DDE0B0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <DB7PR01MB5386024F1F0E0D8B0A0B29E9DE040@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <d9b756f5-69eb-c56b-cb20-82217f6c6f73@SystematicSw.ab.ca> <CAEhDDbDot36px2kQ5DUuVb=4W7LV76FiLm14CdQ5QjyavEssSA@mail.gmail.com> <DB7PR01MB5386193660EDF2A73A2F0ED2DE040@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <9f039049-77bd-1b62-9e6c-9d33740ccc70@cornell.edu> <DB7PR01MB5386D66645D149FE1C8F9CF4DE040@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <DB7PR01MB5386DE21C3214C8025601B34DE050@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
From: Jack <jack@ostroff.xyz>
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: <DB7PR01MB5386DE21C3214C8025601B34DE050@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
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

