Hello,

I'm having some trouble installing ppp-2.3.5. I read through the
README.linux and followed the dircetions exactly (well as far as I could
get before it failed). Here's what I did:
run "./configure"    <-works without error
run "make kernel"    <-also without error
The 3rd step advises to recompile the kernel at this point, so "cd
/usr/src/linux", then "make menuconfig" to verify that all of my
settings are correct, then "make zImage".  <- this is where the "fun"
starts. It begins to compile just like normal, but when it gets to
"ppp.c" I starting getting errors.
Here's a small section of the errors, there are alot of them, but they
mostly seem to be alike, just for different lines:

ppp.c:2925: cannot convert to a pointer type
ppp.c:2927: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit_ipx':
ppp.c:3013: cannot convert to a pointer type
ppp.c:3015: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit':
ppp.c:3124: structure has no member named `ddinfo'
ppp.c: In function `ppp_alloc':
ppp.c:3250: incompatible types in assignment
make[3]: *** [ppp.o] Error 1
make[3]: Leaving directory `/usr/src/linux_2.0.35/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux_2.0.35/drivers/net'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux_2.0.35/drivers'
make: *** [linuxsubdirs] Error 2

My system is Slackware 3.4. I have tried this on both kernel versions
2.0.34, and 2.0.35.
Any ideas?

Thanks in advance
Chris


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to