July 6, 2010
4:42 p.m.
Date: Tue, 06 Jul 2010 20:01:22 +0200 From: Yves Goergen <nospam.list@unclassified.de> Message-ID: <4C336F72.9000708@unclassified.de> | There just remains a missing _link reference that I cannot resolve. Just make a link() function that does link() { return -1; } That will be enough to cause zic to fall back to symlinks() instead, and those should work on Windows. So, ... | And why do I need to? Can I just define my own _link() { } ? yes, but it needs to return an error code to indicate it failed, then all should be OK. kre