This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Seems a little problem in 2.1.3



	Hi.

 May be my setup is wrong. For 2.1.3 and gcc-2.95.2 I've got :

kk.c
....

#include <stdio.h>

main()
{
}
......

[Alice]:rus:~ # gcc -traditional -O kk.c
In file included from /usr/include/stdio.h:635,
                 from kk.c:1:
/usr/include/bits/stdio.h:35: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:42: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:58: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:58: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:58: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:58: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:67: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:93: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:93: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:93: macro or `#include' recursion too deep
/usr/include/bits/stdio.h:93: macro or `#include' recursion too deep
[Alice]:rus:~ #
.....

		Rus



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