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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=hpj2BTI tAUaW0/NwYxKE4TeUpWwYEBEW2x/dH3SAzLndpd4SuFWpl/DzxbSUhxXC9TtuJCf qabbingbuIKHyg2UtNZ2Dt4JY5E0IbVnw5eXfXMzEOklRtik+0PXfqiVEvyOPsEh 5K+RSCCkjl+4tKLUgfaqUu90l6gXIdU+ga9A= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=OJ/Khupy7Fs1e P4tp1tpB0ktcmU=; b=ia4X0IC7JCCLKXBhNgHggMgBNLO1mFQH1DRiHQjggBSj6 zfAHTnLKPtY+MsR6AnzArmmocUZ1rSA85WW/fAbuH5saf9y3ghqY2qUCS4DL+CEw 6quO4dNciapMADiY4vavcJehhBP8AtctB696OsP4qmj3mafXfgTAMf55pNA4ZQ= 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=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=problemshtml, problems.html, unsubscribe-simple, unsubscribesimple X-HELO: mail-qt1-f176.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=hjN3t2/hcMLhb5ZgTFyOb/lT56SeFRE4rMLnmRYw3kA=; b=SsUZzkovHOIurds3BzbA0ZD9LXlyEC9cOo5Ux3LVrf5qaO/N2+8W8Ao41u+7KhIGai vUk+ExgEPJmg1mkO/i1+A24X8yy8fYNmIlPoCz5NPKf5IREQwohb0B81p5vXpUa6qycT cBPY927ihgmzgjuYTBDbP87/hP9gDwHBSY9NDRFjNnMCx0m/iuyBdf0wutjBfioP9dxg HBShrEKzb82twwnVQPZVoIzKTz2eR0iHvhk2FNWsNaOHd7H/jAIXZUC/hNosQ69YASEu HlYixghoUvOhXE13nfRU1ehwJCWgu2OPtdsO68LmNCwgwU15wUkSCDEtUjUxQrAxGtk1 IQPg== MIME-Version: 1.0 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> In-Reply-To: <9f039049-77bd-1b62-9e6c-9d33740ccc70@cornell.edu> From: Csaba Raduly Date: Sat, 18 May 2019 22:15:21 +0200 Message-ID: Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe To: cygwin list Content-Type: text/plain; charset="UTF-8" On Sat, May 18, 2019 at 5:55 PM Ken Brown wrote: > > On 5/18/2019 8:19 AM, Jose Isaias Cabrera wrote: > > I am finished and now to start building Bedrockdb. Thanks. > > By the way, you're not the only person building Bedrockdb on Cygwin. Someone > has posted about 10 fixes in the last few days: > > https://github.com/Expensify/Bedrock/issues > > It looks like this person is porting the source code to gcc-7.4.0. > > Ken > > -- > 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 > From what I've seen, the errors are independent of the compiler version. I'm betting on the same errors showing up with g++-6 as with g++ 7.4 (Cygwin's default compiler). Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler So if you're looking for a completely portable, 100% standards-conformat way to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK) -- 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