From: wcn@cs.brown.edu (Wen-Chun Ni) Subject: Re: Zip revisited Date: Fri, 29 May 1992 04:40:20 GMT
After exchanging only one "#ifdef DIRENT" to "#ifndef DIRENT" in file
"fileio.c", if works. This is the logic for Linux ;-). Th other stuffs
are essentially the same as we have in Minix. I am doing comprehensive
checks. If it really works as perfectly as the Sun/MSDOS version, I will
upload it to tsx-11 as soon as possible. The same should apply to unzip
and I am doing the download right now.
Wen-Chun Ni
In article <1992May29.034151.16315@cs.brown.edu> wcn@cs.brown.edu (Wen-Chun Ni) writes:
>
>After getting gcc 2.12, I recompiled the PD zip programs. This time, it
>almost works. No something like "internal logic error." But the "-r"
>option doesn't work. After examining the /usr/include/dir*.h and /usr/include/
>sys/dir*.h, I found that there seem to exist some inconsistencies between
>the files. Would HJL explain this?
>
>I also figure out this problem by gdb-ing the zip program. It just skips
>whenever it encounters some subdirectories.
>
>If this problem can be solved, the unzip program will be ported immediately.
>
>
>
>Wen-Chun Ni
>
>
>P.S. Too many #ifdef #endif in the source code are making my eyes strained.