Linux-2.40-test1 compilation breaks

From: Herbert U.Hübner (herbert-u-.huebner@webave.com)
Date: Thu May 25 2000 - 21:31:33 EST


PROBLEM: Compilation of Kernel with gcc 2.95.2 breaks

ERROR LOG:
drivers/net/net.o: In function `deflate_init':
drivers/net/net.o(.text+0x8867): undefined reference to `ppp_register_compressor'
drivers/net/net.o(.text+0x8887): undefined reference to `ppp_register_compressor'
drivers/net/net.o: In function `deflate_cleanup':
drivers/net/net.o(.text+0x889a): undefined reference to `ppp_unregister_compressor'
drivers/net/net.o(.text+0x88a4): undefined reference to `ppp_unregister_compressor'
make: *** [vmlinux] Error 1

SOLUTION:
cp linux-2.2.15/drivers/net/ppp_deflate.c linux-2.40-test1/drivers/net/

FINDINGS:
The size of ppp_deflate.c (dated 11.03.1999) in linux-2.2.15 and ppp_deflate.c
(dated 13.03.2000) in linux-2.40 varies for 682 bytes!

The version of linux-2.40-test1 I use is located on ftp.de.kernel.org.

-
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/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:15 EST