Bug/Problem trying to make zlilo ver. 1.3.68

root (root@bonds.tfg.com.inter.net)
Fri, 23 Feb 1996 11:03:32 -0600 (CST)


Here is the output generated while trying to build ver. 1.3.68.

Please note that this is the first time my system has ever hiccuped while
trying to build a kernel.

BEGIN OUTPUT (from 'make zlilo'):

gcc -D__KERNEL__ -I/pub/src/1.3.68/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel arch/i386/mm arch/i386/lib; do make -C $i; done
make[1]: Entering directory `/pub/src/1.3.68/kernel'
make all_targets

(VARIOUS OUTPUT_STUFF DELETED)

make all_targets
make[2]: Entering directory `/pub/src/1.3.68/ipc'
rm -f ipc.o
ld -m elf_i386 -r -o ipc.o util.o msg.o sem.o shm.o
util.o: file not recognized: File truncated
make[2]: *** [ipc.o] Error 1
make[2]: Leaving directory `/pub/src/1.3.68/ipc'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/pub/src/1.3.68/ipc'
make: *** [linuxsubdirs] Error 2

Any ideas would be greatly appreciated as I am trying to get away from
kernel version 1.3.66 (lots of problems...)

Thanks,
Steve
sginn@tfg.com.inter.net