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=eiNr164UovkCemxC vhwlWg9qgFozdSd026OoxI3vafOWAx7vzyryws0XlcZDGlLcpUYouZ3AmVZTQ13+ MLZmB8nvmtauojXXVkO3CMPNKhMXTGVl8/wX4ODxryfnV084moiwvnOEqP42YmoP XjS3T2XaebIVq+YMT3C9qX+i9SU= 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=49R0gF5bz4Gc0qVJ5e7Dag zpbAQ=; b=Huw4CE4RO1ahWYZllu7sz6sjbtHFurbXgExfrw7bH61yLDVTG4vkJY W5b0fpjSJpX/10ZnEfKvIo39Z6qewUuDCHQSZeunY8CkRShevZRP65doQx6ifht+ McHQktg/qQRlaDSqUt/b+pr9HUsuCRXaagbbGR1jvhanJogwT8fNQ= 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,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=1.1.0, Csaba, After, HContent-Transfer-Encoding:8bit X-HELO: mail-wm1-f51.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=65o1xBrp/Y/fCazFnRT5M3BWfqVixKPP+LHnSep+77c=; b=WPHIFGk6Kn2dkEq94i5snnHWODFiYNOeoTJEItji64O3d8YcipxbQaLS2DcuHErCfF qOdwl+Lmbs7kRJmI0rhHO6KsDXvkvfQhtTUXzSkzuIYKVJVF0LJwQJ3Su752tsHLAjEg M7uOuKIEjLqmI3V7sH03RtNXYmmJ1p1SBptyfgJd9SpLjFzAVy1ARzssiXm3fH6hNm8L rdwcqdKF6TwSUrfqsa8UY3FE/VGVk3veFxy+dg2c4TemLL1IKLnfLNTqOl8H+Fg/o9pY m+SW1MJ6KbqucNKAOPwPpbf2qSpB6lO0FZKGA+LjFusgmFg0k6YIQkXCgjiP9zwmemfB gshQ== Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe To: Jose Isaias Cabrera , cygwin list References: From: =?UTF-8?Q?Csaba_R=c3=a1duly?= Message-ID: <6eb060d0-545b-4c7d-f6c6-a40772dda74f@gmail.com> Date: Thu, 16 May 2019 23:47:37 +0200 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: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Hi José, On 16/05/2019 18:47, Jose Isaias Cabrera wrote: > > Csaba Raduly, on Thursday, May 16, 2019 03:36 AM, wrote... > > > >Hi José, > > >Another option is to download the source and build it yourself. > > Yep.  Going with this option.  Seems the most logical one for now.  After > running ./configure, got this error, > > configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. > > So, now I am building GMP, then MPFR and then MPC.  It's going to be a lot of > work, so... :-)  :Let's hope is worth it.  Thanks for your help. Building GMP, MPFR and MPC seems like overkill. The following packages are available for Cygwin: libgmp-devel 6.1.2 libmpfr-devel 4.0.2 libmpc-devel 1.1.0 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. 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