PPP 2.3.7 compilation problem

Linux Lists (lists@cyclades.com)
Wed, 12 May 1999 09:47:23 -0700 (PDT)


Hello,

The kernel PPP compilation is presenting the following errors:

make[3]: Entering directory `/usr/src/linux-2.0.36/linux/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/linux/include -Wall
-Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
-mali
gn-jumps=2 -malign-functions=2 -DCPU=586 -c -o ppp.o ppp.c
ppp.c:263: `ppp_register_compressor' undeclared here (not in a function)
ppp.c:263: initializer element for `ppp_syms.symbol[0].addr' is not
constant
ppp.c:264: `ppp_unregister_compressor' undeclared here (not in a function)
ppp.c:264: initializer element for `ppp_syms.symbol[1].addr' is not
constant
ppp.c: In function `ppp_tty_receive':
ppp.c:1374: warning: int format, long int arg (arg 2)
ppp.c:1531: warning: int format, long int arg (arg 2)
make[3]: *** [ppp.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.0.36/linux/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.0.36/linux/drivers/net'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/linux/drivers'
make: *** [linuxsubdirs] Error 2

Is this a known problem ?? Is there a solution available ??

The system's kernel is 2.0.36.

TIA and Regards,
Ivan

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