Re: canonicalize on mingw

2006-10-22 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > mingw doesn't have symlinks, therefore S_ISLNK (defined in stat-macros.h) > always returns 0. This should avoid the compilation error. canonicalize.m4 > should then also check for readlink(). But the compilation error was about ELOOP, not about whether r

canonicalize on mingw

2006-10-20 Thread Bruno Haible
mingw doesn't have symlinks, therefore S_ISLNK (defined in stat-macros.h) always returns 0. This should avoid the compilation error. canonicalize.m4 should then also check for readlink(). *** canonicalize.c.bak 2006-09-19 00:51:16.0 +0200 --- canonicalize.c 2006-10-20 03:37:12.00