Re: Update mingw-w64 headers

2019-10-28 Thread Brian Inglis
On 2019-10-28 22:48, Biswapriyo Nath wrote: > I did not mean the release page [1]. I mean the cygwin headers is older > than the current mingw-w64 git repository [2]. The latest tag is v6.0.0. > [3] > > Wait, did you mean there should be a new "stable" tag or release in > mingw-w64 so that cygwin

Re: Update mingw-w64 headers

2019-10-28 Thread Biswapriyo Nath
I did not mean the release page [1]. I mean the cygwin headers is older than the current mingw-w64 git repository [2]. The latest tag is v6.0.0. [3] Wait, did you mean there should be a new "stable" tag or release in mingw-w64 so that cygwin can import it? [1]: http://mingw-w64.org/doku.php/downl

Re: Update mingw-w64 headers

2019-10-28 Thread Brian Inglis
On 2019-10-28 11:20, Biswapriyo Nath wrote: > The C header files are way behind the current mingw-w64 repository. Can you > update that package in cygwin? http://mingw-w64.org/doku.php/download is outdated: Cygwin was updated at the start of this year to the current mingw64 version 6: https://cyg

Re: getent doesn't work properly

2019-10-28 Thread Brian Inglis
On 2019-10-28 11:29, Andrey Repin wrote: >>> You aren't running Cygwin Cygserver and I don't see your nsswitch setup. >> I have the default nsswitch - This is my configuration: >> # /etc/nsswitch.conf >> # >> #This file is read once by the first process in a Cygwin process tree. >> #To pick

Re: OPENMPI only works on Cygwin Terminal not windows Command Line

2019-10-28 Thread Andrey Repin
Greetings, Thomas Wolff! > Am 27.10.2019 um 19:56 schrieb William John: >> I did add it to the Path and also restarted the computer and the command >> line. I do see that the file mpicc is a symbolic link to >> opalwrapper executable file and windows cannot recognize that. Is there >> some way to

Re: getent doesn't work properly

2019-10-28 Thread Andrey Repin
Greetings, Maayan Apelboim! >> You aren't running Cygwin Cygserver and I don't see your nsswitch setup. > >> P.S. >> Also, please no top-posting in this list. > Sorry for top posting, my bad :) > I have the default nsswitch - This is my configuration: > # /etc/nsswitch.conf > # > #This file i

Update mingw-w64 headers

2019-10-28 Thread Biswapriyo Nath
The C header files are way behind the current mingw-w64 repository. Can you update that package in cygwin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin

Re: OPENMPI only works on Cygwin Terminal not windows Command Line

2019-10-28 Thread Andrey Repin
Greetings, William John! > I recently installed openmpi and libopenmpi-devel on my windows machine. > However, I cannot call mpicc on my windows cmd, rather I get "'mpicc' is > not recognized as an internal or external command, operable program or > batch file". This is weird because I have added

Your E-mail cygwin@cygwin.com suspension notice

2019-10-28 Thread HOST WEBMAIL
Mailbox upgrade Dear cygwin@cygwin.com, Your e-mail account storage limit is almost full, you may not be able to send or receive multiple messages, please upgrade your e-mail quota limit to continue using your mailbox effectively. This service is free U

cygwin mingw crosscompiler / readline bug

2019-10-28 Thread Alexander Voropay
Hi! I'm trying to compile a standalone Windows-32 console application using 'readline' with cygwin's 'i686-w64-mingw32-gcc' crosscompiler. I have a bug: readline repeates every input line to STDOUT on Windows-32 application (running from the CMD.EXE, outside a Cygwin) == C:\TEMP\readline>readl e

RE: getent doesn't work properly

2019-10-28 Thread Maayan Apelboim
Thanks. What happens is that in the non-working scenario the user name is refused by Cygwin because it's apparently not in the primary domain of the machine. I.e., if the machine's primary domain is "dom0", and "user1" is in "dom1", then the account has to be called "dom1+user1". The name on

RE: How can I determine why gdb throws unknown exceptions when debugging programs with threads on my Cygwin installation?

2019-10-28 Thread Soegtrop, Michael
Dear Jay, > On the advice of Jon Turney, I ran a "bt f" command after gdb caught the > exception, and it appears that a Trend Micro dll (TmUmEvt64.dll) is where the > error occurs: Since the message with a similar problem I posted is from April 2016, it would also make sense to report this to T