In the unzip unix makefile find the section begining<br />
<br />
# Linux on 386 platform, using the assembler replacement for crc32.c. (-O4 and<br />
# -fno-strength-reduce have virtually no effect beyond -O3. Add "-m486<br />
# -malign-functions=2 -malign-jumps=2 -malign-loops=2" for Pentium [Pro]<br />
# systems.)<br />
linux: unix_make<br />
<br />
then find the line<br />
CF="-O3 -Wall -I. -DASM_CRC $(LOC)"\<br />
<br />
and replace it with<br />
CF="-O3 -Wall -I. -DASM_CRC -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(LOC)"\
↧