Re: Bug/Problem trying to make zlilo ver. 1.3.68

Keith Owens (kaos@audio.apana.org.au)
Sun, 25 Feb 1996 11:27:38 +1100 (EST)


On Fri, 23 Feb 1996, root wrote:
> Here is the output generated while trying to build ver. 1.3.68.
> 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

At a guess, util.o has been corrupted but has a timestamp greater than
util.c so it doesn't get recompiled. Delete util.o and try again, if that
fixes the problem you should think about doing a make clean in case
anything else is dodgy.