Hi: I got a compile error in Tar version 1.26 using Mingw Shell.It was like this:
extract.c: in function ‘extract_symlink’: extract.c:1207:7: error:‘WARN_SYMBOLIC_CAST’ make[2]: *** [extract.o] Error 1 make[2]: Leaving directory `/home/user/tar-1.26/src' make[1]: *** [all-recursive] Error 1 But I didn't find a macro “WARN_SYMBOLIC_CAST” in file common.h. So I think maybe we should use WARN_SYMLINK_CAST here. Best Wishes!