Mention that gcc -traditional is not supported.

This commit is contained in:
Andreas Jaeger 2000-10-25 17:30:55 +00:00
parent a5fe041c96
commit e090caeee7

1
FAQ.in
View File

@ -1017,6 +1017,7 @@ be needed after upgrading:
anymore.
- There's no more K&R compatibility in the glibc headers. The GNU C library
requires a C compiler that handles especially prototypes correctly.
Especially gcc -traditional will not work with glibc headers.
Please read also the NEWS file which is the authoritative source for this
and gives more details for some topics.