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=QMUYW+uTRcEaOi/8 5dmuDUtknUOUg7jHIPUb7erTrg6J8EBLuVCDlwV/y/ehg2CnSCUdoaTWyEShT7aw Juhjr7VI1d+4LdoD3tNMCV+vPbxeEwwxoLp2V/Vg8kJZb6zooWPzBTI3qw8U4RdJ YYBWg6DFklsLcipf3i7XtkGWvBI= 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=s43LIyrt51Ar6UtLZwMZGe /35bw=; b=n5o5XFn2Ref8AeeqFFwpewlQOVLWm8sKdDt1W4TZcVHm83m5E4grnq j0zrsZ/RmsTWtK/vJP77xJgH9ds3d6YnPhQ5gsJvmHXYLVXUts0rKATpNZy9/aag 1gWM/qwXmSUO+6iIsgkm11UzWauKCGx8ZrIMUGm+o2LpT0HfPQ7cs= 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.6 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=H*c:alternative, H*c:HHH, After X-HELO: EUR01-VE1-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=n6uU4USz6OEV34BF65YqNtLSzNcNYodceJrsocT6jFg=; b=JMi2aGidS1GWX36/qR3UBUqbCGIWmUArZyAeQcVsI9S+jq/YUysQyEEYDlioP1GSAA+mYra+jaAl6GDcHEGUmQeF3b8QTfRe12Kj91tkOHMub1JiumQ8bwzwnmg2Ww3yK781Wh1xRA+fUBZY5IOnPCdM3GyE/nt6ZDSSXWOH7YPapCr8vZVwzXI/QqOV4tthqnBJnFn4sl2ITuyHKCTZ0XvPZDrKKP+l8Kv0/K4ZuD7U2GS4p/9SiE20bDQqF7Epi8mtO3KSFlgDNfeFBKwUI5G4oTiD6mq3Ree9Gj5bZ+s2wRTQ+OmYISa4IeltAmGkCl5eRr6KhVxi9j9YrsWm9g== 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: Thu, 16 May 2019 16:47:50 +0000 Message-ID: References: , 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 x4GGm6xv008130 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. 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