On Fri, 3 Sep 1999, Ted Gervais wrote:

|I am trying to compile this new(er) version of pppd and have a problem.
|Here is what I see when I 'make' after having run ./configure:
|
|sys-linux.o: In function `ppp_available':
|/usr/include/sys/stat.h:169: undefined reference to `makedev'
|make[1]: *** [pppd] Error 1
|make[1]: Leaving directory `/usr/src/ppp-2.3.9/pppd'
|make: *** [all] Error 2
|ve1drg:/usr/src/ppp-2.3.9#

Adding

#include <sys/sysmacros.h>

to the end of the sys header list in pppd/sys-linux.c should make the
problem go away. 

---
Clifford Kite                                               Not a guru. (tm)



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

Reply via email to