On Fri, 1 May 1998, Richard Neal G Plana wrote:
# While compiling pppd (from the ppp-2.3.4 package) on an RH5 system
# running glibc2, things would stop and the compilers would spout a lot of
# Replacing all occurences of __u32 and __u8 with u_int32_t and u_int8_t,
# respectively, solved things and allowed me to compile the utilities.
# What's the "proper" solution?
I'm not sure, but I added
#include <asm/types.h>
right before all the
#include <sys/types.h>
(in, I think 2 files) and that fixed everything for me.
___________________________________________________________________________
simple is elegant mrnick.binary9.net [EMAIL PROTECTED]
___________________________________________________________________________
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]