Pb while compiliing 2.2.0pre4

christophe.leroy5@capway.com
Wed, 6 Jan 1999 12:20:54 +0100


While compiling 2.2.0pre4, I got at the final link:
csum_partial_something missing.

That's because patch creates arch/i386/lib/checksum.S
and erases arch/i386/lib/checksum.c, but leaves it with a zero
size, so Make uses size 0 checksum.c to build checksum.o
instead of checksum.S

Is it normal ?

christophe

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/