In the last mail christophe leroy said:

> Philip Blundell wrote:
> 
> > >When I use gcc instead of arm-linux-gcc, it works correctly
> >
> > You need to report more about your system or debug the problem further
> > yourself.
> >
> 
> I'm trying to compile with egcs-1.1.1 ELF and glibc-2.1
> Has someone already compiled pppd-2.3.5 with glibc-2.1 ?

pppd-2.3.6 works fine

> The problem is that in sys/types.h member of fd_set struct is __fds_bits
> and FD_SET macro defined sys/select.h wants fds_bits

This sounds like the problem I had with another program.
I'll guess that you'll find a #include of <linux/something.h> or
<asm/something.h> in the source code, which is pulling in the kernel headers,
which (quite legally)  redefine certain macros related to fd_set.

Probably easier to try 2.3.6 rather than mess about with th 2.3.5 source.

Nick
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to