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=oqpD0Z3ollItQkrF mAAK7ucNJdZoB34Qf5q6tW81+S3lq8n4bV1v6rGqMhkb+iJ7O2Xf96hatbhmEunI RkO8MRsFtxxh4wrqYuJyjXHKzy/+stnNoDwGAvyMZUUdEq/h9ETO/3CMB6Vd69nh dT+KLUX1xpfKveCZfqN2rTN7fzM= 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=dz9Jtp4ccuYA+km+8r3Wwd M7JdM=; b=RuNIMyI2EWGgjR4Ul2ZJC1Lpmdvok+kNVZ51ELrlADpZurcFwQk8Oz SAR3ckQIfP7LJ9YmzxwygXbIrSiVdLEalPGUFAO7Ut0h4CF42/rq0PUwp0VwDgIx grDWG02/hs+tSLfIlJ4tAgpTDDntoUUKjK3WTpZARGTOWXORouGIg= 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=H*c:alternative, H*c:HHH X-HELO: EUR03-DB5-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=lBwO8H6Avo4/FjQc5EEBxdMP8dxvK5RQYoOr0uWdVrE=; b=FunrWV9NXJtN2pnA0Mh7HOMSy1h5z/8kvDgizYfwFZnuuCdhtiGwWZ/Lkxd1+5ZfccvTPqrt0mCMCzDoaVGWRyIun+M7Kpet06qTnKFzsEbt7b59y5DA2E7VuC+ChCDt1GPkUe3vJ0bXrefms0jlMJTJm6dNOE/+8r2cP57HpPxjycKbfd8Uwgx754C8cnOhN0oFjwjT6e7UZ1UTuukD5yUoVFatqvn0umvpxDtSWDmW5z0ZJqSrSjbQYmS/Hu2UEasg5RRCS542UKrWzKQ24ID0wBTJbzBkftjvWchrIFzaDpAXUDEdB5K2d5vjLA4Fg5SX16m5LZYvnR5WBSLxfA== From: Jose Isaias Cabrera To: Doug Henderson , cygwin Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe Date: Sat, 18 May 2019 12:14:11 +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 x4ICEPHK001973 Doug Henderson, Saturday, May 18, 2019 01:12 AM, wrote... >On Wed, 15 May 2019 at 14:58, Jose Isaias Cabrera <> wrote: >You seem to be having some difficulty getting an older version of the >compiler running. Perhaps it might be useful to go back to the >beginning and see if there is an alternative solution. That is how I started. But, when I started to compile Bedrockdb, there were too many compiler errors. Since the source is gcc-6 compatible, the version I downloaded from cygwin was 7.4.0-01. So, I didn't want to go that way, since the source would have to be changed. >What kind of compiler errors are you getting? Post the gcc command >line and a sample of the errors to see if anyone has suggestions for >resolving them in gcc7.x. I could try this next, but I would need you to be there. :-) Just kidding. > >HTH >Doug Thanks, Doug. I have installed gcc-6, e608313 AT HOR711318E ~/gcc/gcc-6.4.0 $ gcc --version gcc (GCC) 6.4.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. e608313 AT HOR711318E ~/gcc/gcc-6.4.0 $ which gcc /usr/local/bin/gcc So, now I will start to compile Bedrockdb. Thanks for all your help, folks. 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