Re: Not able to to use CPN tools fast

2019-05-15 Thread cygwinautoreply
>I am facing this problem while using CPN tools. It's appreciated for kind >suggestions and solutions if any, please. >cpnmld.x86-cygwin 8580 find_fast_cwd: >WARNING: Couldn't compute FAST_CWD pointer. >Regards, >Saad Farooqi https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

Not able to to use CPN tools fast

2019-05-15 Thread Saad Farooqi
I am facing this problem while using CPN tools. It's appreciated for kind suggestions and solutions if any, please. cpnmld.x86-cygwin 8580 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Regards, Saad Farooqi -- Problem reports: http://cygwin.com/problems.html FAQ:

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

Re: is it possible to install "prev" package when using command line?

2019-05-15 Thread Achim Gratz
Maayan Apelboim writes: > Or maybe a way to install new cygsshd as sshd? Just delete the service and reinstall with the same settings under the new name or change the setup script to use the different name (it's not part of the install with setup anyway, so you already need to run it manually or f

Re: [ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64

2019-05-15 Thread Jose Isaias Cabrera
Thanks, Jan. From: cygwin-ow...@cygwin.com on behalf of Jan Nijtmans Sent: Wednesday, May 15, 2019 04:49 AM To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64 SQLite is a software library that implements a self-contain

[ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64

2019-05-15 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.27.2-1 = * Update to upstream SQLite 3.28.0. Additional SQLite bug-fixes, rejected

is it possible to install "prev" package when using command line?

2019-05-15 Thread Maayan Apelboim
Hello, I'm trying to install Cygwin via command line. Works great, except it installs latest version of openssh in which the sshd service is installed as "cygsshd" instead "sshd". Is there a way to install the previous version of openssh via command line? Something like this? setup-x86_64.exe -a

Re: Building Bedrockdb in cygwin

2019-05-15 Thread Jose Isaias Cabrera
Csaba Ráduly, on Tuesday, May 14, 2019 06:17 PM, wrote... >On 14/05/2019 19:11, Jose Isaias Cabrera wrote: [clip] >You need to run make like this: > >CC=gcc GXX=g++ make > >This will force make to use g++ instead of g++-6 Thanks, this works, but I think I have other dependencies. This is wha