Native links break zsh

2014-06-04 Thread Yuriy Chernyshov
Hi! After adding export CYGWIN='winsymlinks: nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this is related since HISTFILE isn't a link at all. Thanks. Yuriy.

GNU Make 4.0.1 - infinite loop on startup

2013-10-26 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu

GNU Make 4.0.1 - infinite loop on startup - update

2013-10-26 Thread Yuriy Chernyshov
By bisecting makefile I've found the problematic line: MARKDOWN_FILES := $(wildcard transcriptions/*.md) Removing it make things work. ls is working fine with the given wildcard: $ ls transcriptions/*.md transcriptions/[155-,_it]_Giovannino_e_Il_Lanzino_e_Il_Papa_-_Manuscritto_di_baletti.md