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
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.4.0. e608313@HOR711318E ~/gcc/gcc-6.4.0 $ whic

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: Got an error using the android x86 installer:1 [main] dd 2148 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.

2019-05-18 Thread Brian Inglis
This is just a warning to please upgrade Cygwin as explained at: https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings and please report the issue to whoever produces the software you are using. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may b

Got an error using the android x86 installer:1 [main] dd 2148 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.

2019-05-18 Thread SWAGBOI DOGGO
Sent from Mail for Windows 10 -- 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

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
Ran, ./configure --enable-languages=c,c++ to take out java. Finished overnight. Ran 'make test' and there were none. So now running 'make install' and waiting... Thanks for your help. josé From: cygwin-ow...@cygwin.com on behalf of Jose Isaias Cabrera