------- Comment #14 from rguenth at gcc dot gnu dot org 2006-07-17 13:57
-------
Indeed. Now for symlinks it is only a problem if you can package them like
foo -> ../../
foo/x
i.e., if uncompressing a zip archive can _create_ symlinks. On unix it can,
but it seems to "defer" their creation.
Archive: ../t.zip
creating: b/
linking: b/foo -> ../
checkdir error: b/foo exists but is not directory
unable to process b/foo/bar.
finishing deferred symbolic links:
b/foo -> ../
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359