[ANNOUNCEMENT] Updated: fish-2.3b1-1 (test)

2016-04-27 Thread Andrew Schulman
A new release of fish is available in the Cygwin distribution. fish 2.3b1-1 is a test release. fish 2.3b1 has significant changes since fish 2.2, including some backwards-incompatible changes. Please see the list at http://fishshell.com/staging/release_notes.html. Please try it out, and report a

"man" hangs attempting to access UNC paths

2016-04-27 Thread joeking
When I try using "man", it hangs for a long time. >From PROCMON, I see that MAN.exe is accessing \\man\PIPE\wkssvc - failed with BAD NETWORK PATH - about 3 seconds. Then \\share\man\ - failed with BAD NETWORK PATH - about 75 seconds to fail. It also tries \\.\.\ several times, and \\.\.\man once.

Re: Error using builtin print command in mksh

2016-04-27 Thread Eric Blake
On 04/27/2016 06:48 AM, leonhard.baumst...@free.fr wrote: > Hello, > we are using lots of ksh scripts in mksh. They contain print commands to > insert > separators like into text output files. Contrary to Ubuntu's > ksh this results in the following error message: > > $ mksh -c "

Error using builtin print command in mksh

2016-04-27 Thread leonhard . baumstark
Hello, we are using lots of ksh scripts in mksh. They contain print commands to insert separators like into text output files. Contrary to Ubuntu's ksh this results in the following error message: $ mksh -c "print ---" mksh: print: --: unknown option I would be grateful if this c

Re: converting from -mno-cygwin

2016-04-27 Thread JonY
On 4/27/2016 08:32, Lee wrote: > On 4/26/16, JonY wrote: >> On 4/27/2016 05:08, Lee wrote: >>> Questions: >>> >>> How to tell if I should be using libwinpthread or pthread? I had no >>> idea so installed both: >>> /usr/i686-w64-mingw32/sys-root/mingw/bin >>> $ ls -l *hread* >>> -rwxr-xr-x 1 root