Can't compile ppp-2.2.0c in 1.2.11 & 1.2.13

Can't compile ppp-2.2.0c in 1.2.11 & 1.2.13

Post by Luong V. Nguye » Fri, 27 Oct 1995 04:00:00



Hi,
        I'm having problem compiling ppp-2.2.0c in Kernel 1.2.13. I'm not
compiling ppp as a module. I've read the README.linux file in the ppp package
and followed it exactly.  Here's the error output from "make zImage".
Please help me because I've deleted my old ppp  and couldn't find an old
ppp version on sunsite. (so now I have to use shell dialup :(.)

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -m486 -I../../net/inet -c ppp.c
ppp.c: In function `ppp_first_time':
ppp.c:443: warning: assignment from incompatible pointer type
ppp.c:447: warning: assignment from incompatible pointer type
ppp.c: In function `ppp_init':
ppp.c:558: warning: implicit declaration of function `SYMBOL_NAME_STR'
ppp.c:558: initializer element for `ppp_syms.symbol.name' is not constant
ppp.c:559: initializer element for `ppp_syms.name' is not constant
ppp.c:560: initializer element for `ppp_syms.name' is not constant
make[2]: *** [ppp.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/net'