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:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=ZKvJM751sqMgPI2p 5IlGoLA0iyX1OrvSz/54fEGw1JVGM0rUqByVBPhxJTDNuUI8tqjI21VSzJ3M7ha4 FyGvZrViTjw0akhWEjBRKjD+wmwcnHnWPW0m7XXVmlfBjaY2wsKrTFSraAiILniv +Sg4ovhEzYSsZHOmh+DE0nRT7RM= 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:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=HgKdADDt1DQx7atsMyKWaw Q5dmc=; b=hpn1ojBRyGAbnzm4amwZhNWf5EzAAyIM1oNgmLRn6vyU8XXwda+BvH aaSyFaKbwS6jS9KHOzraW+b11Q0oRJAAvsyDgYNOqOLPxhDhJ+sjAlsBbdon/xHh /9+bUN1ATj+I5clvsaOvb/dM37Q7fUn7QojFF3ynKaAtD9T7ZG01k= 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.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=fake, Sunday, sunday, picked X-HELO: EUR02-AM5-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HTObiUj9rM0I0Jcwj+yJ0dejzI8+ENb8nFKBP8ETCFM=; b=TggE+bwjJynGJodr1Y3VwKam2CYGiGItLyc79EzZImfPi2zBLffgSxNPmRTEIJUE0WMbyjFb7kqQ0mpRP4VlSxlRTfE/d3tXYwoJ/6O+w91QmjOHQAPo922ZHGim3MaUelRjURfnIaZupRHgaHjmDrHwNWjqLBBS7MDeXbYiAv2jr0wJFAWAdeQbNcO1xIlg206i7+bWW08A6Go/5mWrK/Ixgqxx+3a9Up/O/QnPqhFPGnu0FGWxcxg/EWrhrOlsOWKUpum2aU96S20oy1wYpcSERR0mlPVE+g0pa+s1vbrBW7RaK8bHWVf8IhIOlpLP6Yf+ZX3wuviglPhpOp47ww== From: Jose Isaias Cabrera To: Csaba Raduly , cygwin list Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe Date: Mon, 20 May 2019 14:56:31 +0000 Message-ID: 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> <88f3f480-7e05-4979 -bd5a-8bb169f428a5 AT ostroff DOT xyz>, In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4KEuiU1005883 Csaba Raduly, on Sunday, May 19, 2019 04:37 AM, wrote... >On Sun, May 19, 2019 at 4:57 AM Jack wrote: >> >> 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. > >That is not necessarily a problem. "Hand-built" GCC usually gets >installed into /usr/local (so g++-6 is /usr/local/bin/g++), whereas >the built-in GCC is installed into /usr (so the default GCC 7.4 is >/usr/bin/g++). Unfortunately, whether one or the other is picked >depends on your PATH. > >I tend to configure my hand-built GCC with --program-suffix= (e.g. GCC >6 with --program-suffix=-6, so the name of the compiler ends up being >g++-6). Good to know for the next one. :-( I should have used this on my run of configure. It would have matched what Bedrockdb make was calling. >Unfortunately, gcc doesn't support "make uninstall". A workaround is >to make a fake install with "make install DESTDIR=/tmp/usr/local" and >then make a list of all the files under that directory, remove the >"/tmp" and delete the files based on the list, something like I started from scratch. I had a nice cygwin setup with Xfce, which I have to go back and set it back up. But, that's easier because I know what I am doing here. ;-) Thanks for all your help. josé -- 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