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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=SewfNHInsGsiPC7C
	d06aRJY23oSFvQ/A9k8m662lEN7JxxblSflo7IJ0hp3hbwqhJhfD8CmoUsORgWSN
	rZ80iOFnnfOG8lh+qvhbaUg/lVICA2vggS3FGJn/2QohdAg26Cw3Hc9+gI6ctD92
	Z73bQ3L8qMxH5smMsbDhDNGNjXI=
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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=NXHUN0Phg8FvLUAjTdwrhJ
	E8VVM=; b=ECnvGx0/6PvH+R1MfxZkznwva56Qme0+UH6Ce+3AyjlK5MzRPB0yMZ
	Ak8ZxeO6H4ZfvQU+lfEq7P8coVs6cQrB7O1j3ZYPpByHKgcpro8IfMdB/PoGvXgo
	9NTiObBZ5QZCgFO71WkfEB9vi0sir80PjSjb+QnsTv4Tlli5pZq/w=
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: =?ISO-8859-1?Q?No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=R=c3=a1duly, r=c3=a1duly, heavy, HX-Languages-Length:1339?=
X-HELO: mailsrv.cs.umass.edu
Reply-To: moss@cs.umass.edu
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> <CAEhDDbBNmnMRP6Mn23ugjfmFWE1WSsEyTPECdO+RHB-CdU3L4Q@mail.gmail.com> <DB7PR01MB53867A7F658986C96FD2CDD7DE0A0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <6eb060d0-545b-4c7d-f6c6-a40772dda74f@gmail.com> <DB7PR01MB5386DDBE46994F520877EE09DE0B0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
From: Eliot Moss <moss@cs.umass.edu>
Message-ID: <94231473-d378-952e-a450-d0323e3906dd@cs.umass.edu>
Date: Fri, 17 May 2019 09:16:49 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
MIME-Version: 1.0
In-Reply-To: <DB7PR01MB5386DDBE46994F520877EE09DE0B0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 5/16/2019 11:28 PM, Jose Isaias Cabrera wrote:
> Csaba Ráduly, on Thursday, May 16, 2019 05:47 PM, wrote...

>> BTW, if you're trying to build Bedrockdb, G++ 6 is likely unable to help you.
>> The Bedrockdb developers seem to suffer a bit from "all the world is Linux"
>> syndrome.
> 
> Yeah.  Seems like the whole world is thinking like that. :-)  I do have linux boxes at home, but I also have windows.  Thanks for all the help.  I will let you know the outcome.  Already built GMP and MPFR.  Now running 'make' on MPC.  This one should take less time than MPFR.  GMP took a good 3 hours just to run make.  YIKES.  Later.

I've been a Cygwin user for a long time, and I like it, but
another possibility here for you is WSL (Windows Subsystem
for Linux).  It's a pretty easy install, and because it is
done by Microsoft and can reliably use internal interfaces,
there are ways in which it is more Linux-like -- for many
packages you can just do apt-get install and they work.  In
my experience the performance is comparable to Cygwin, maybe
a touch faster (but no where near as fast for heavy forking
as running inside a Virtual Box Ubuntu virtual machine, for
example).  It has its limitations, for sure, but I have found
it helpful for some things.

Regards - Eliot Moss

--
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

