This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC: recursion too deep


On Wed, Apr 19, 2000 at 07:29:18PM +0200, Christian Schoebel wrote:
> Hello!
> 
> Can you help me with this problem?
> 
> 
> Command: gcc -traditional ipxrcv.c
> 
> In file included from /usr/include/netinet/in.h:27,
>                  from ipxrcv.c:4:
> /usr/include/bits/socket.h:289: macro or `#include' recursion too deep
> /usr/include/bits/socket.h:290: macro or `#include' recursion too deep
> /usr/include/bits/socket.h:291: macro or `#include' recursion too deep
> ipxrcv.c:17: macro or `#include' recursion too deep

Don't use -traditional.

zw

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]