Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-20 Thread Jose Isaias Cabrera
Csaba Raduly, on Sunday, May 19, 2019 04:37 AM, wrote... >On Sun, May 19, 2019 at 4:57 AM Jack wrote: >> >> On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote: >> > How do I uninstall the installation that I created with the building of >> > gcc6? I did a search on duckduckgo for, >> > >> > cygwin h

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-19 Thread Csaba Raduly
On Sun, May 19, 2019 at 4:57 AM Jack wrote: > > On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote: > > How do I uninstall the installation that I created with the building of > > gcc6? I did a search on duckduckgo for, > > > > cygwin how to uninstall gcc after building it > > > > and found nothing th

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jack
On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote: How do I uninstall the installation that I created with the building of gcc6? I did a search on duckduckgo for, cygwin how to uninstall gcc after building it and found nothing that could help me. Right now I have two installs of gcc: v7.4.and v6

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
From: cygwin-ow...@cygwin.com on behalf of Jose Isaias Cabrera Sent: Saturday, May 18, 2019 07:15 PM To: Ken Brown; cygwin@cygwin.com Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe Ken Brown, on Saturday, May 18, 2019 11:54 AM, wrote... >On 5/18/2019 8:19

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
Ken Brown, on Saturday, May 18, 2019 11:54 AM, 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

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Csaba Raduly
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: >

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Ken Brown
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 lik

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
Csaba Raduly, on Saturday, May 18, 2019 02:50 AM, wrote... >On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote: >> >> On 2019-05-17 21:18, Jose Isaias Cabrera wrote: >> > After more than 8 hours running, building gcc-6.4.0, this error popped up: >> > In file included from ../.././libjava/jni-lib

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
Brian Inglis, on Saturday, May 18, 2019 01:14 AM, wrote... On 2019-05-17 21:18, Jose Isaias Cabrera wrote: > After more than 8 hours running, building gcc-6.4.0, this error popped up: > In file included from ../.././libjava/jni-libjvm.cc:14:0: > ../.././libjava/include/jvm.h:795:3: error: ‘ParkHe

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
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 alternat

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Jose Isaias Cabrera
Jose Isaias Cabrera Sent: Friday, May 17, 2019 11:18 PM To: cygwin@cygwin.com; m...@cs.umass.edu Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe After more than 8 hours running, building gcc-6.4.0, this error popped up: In file included from ../.././libjav

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Csaba Raduly
On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote: > > On 2019-05-17 21:18, Jose Isaias Cabrera wrote: > > After more than 8 hours running, building gcc-6.4.0, this error popped up: > > In file included from ../.././libjava/jni-libjvm.cc:14:0: > > ../.././libjava/include/jvm.h:795:3: error: ‘Park

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Brian Inglis
On 2019-05-17 21:18, Jose Isaias Cabrera wrote: > After more than 8 hours running, building gcc-6.4.0, this error popped up: > In file included from ../.././libjava/jni-libjvm.cc:14:0: > ../.././libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not name a type > ParkHelper park_helper; > Did a

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Doug Henderson
On Wed, 15 May 2019 at 14:58, Jose Isaias Cabrera <> wrote: > Is there a way an easy way to install gcc-6 and g++-6 on cygwin? I just > uninstalled v7.4.x or whatever was on the setup. I am trying to build a > software and gcc 7.x and g++ 7.x is giving too many compiler errors. I want > to t

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Jose Isaias Cabrera
After more than 8 hours running, building gcc-6.4.0, this error popped up: In file included from ../.././libjava/jni-libjvm.cc:14:0: ../.././libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not name a type ParkHelper park_helper; Did a few duckduckgo searches and nothing helpfult was fo

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Jose Isaias Cabrera
Eliot Moss, on Friday, May 17, 2019 09:16 AM, wrote... [clip] >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 inter

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Eliot Moss
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 t

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-16 Thread Jose Isaias Cabrera
Csaba Ráduly, on Thursday, May 16, 2019 05:47 PM, wrote... >Hi José, Hi Csaba. >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 Yep, tried these, and for some reason, when I ran ./conf

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-16 Thread Csaba Ráduly
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, g

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-16 Thread Jose Isaias Cabrera
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.

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-16 Thread Csaba Raduly
Hi Jose, On Wed, May 15, 2019 at 10:58 PM Jose Isaias Cabrera wrote: > > > Greetings. > > Is there a way an easy way to install gcc-6 and g++-6 on cygwin? I just > uninstalled v7.4.x or whatever was on the setup. I am trying to build a > software and gcc 7.x and g++ 7.x is giving too many com

How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-15 Thread Jose Isaias Cabrera
Greetings. Is there a way an easy way to install gcc-6 and g++-6 on cygwin? I just uninstalled v7.4.x or whatever was on the setup. I am trying to build a software and gcc 7.x and g++ 7.x is giving too many compiler errors. I want to try 6 to see if these errors minimize or go away. Thank