From: "Garrett Wollman" <[EMAIL PROTECTED]>
> < said:
>
> > So why does adding "-I/usr/include" to CPPFLAGS cause the compiler to
ignore
> > the headers in /usr/include?
>
> It doesn't -- it just causes the compiler to emit a warning message
> which confuses AC_CHECK_HEADER in some versions of aut
Please review this patch, it fix one reported problem:
--- cc_tools/auto-host.h.bakSat May 18 16:30:17 2002
+++ cc_tools/auto-host.hMon May 27 19:23:37 2002
@@ -87,7 +87,7 @@
/* #undef ssize_t */
/* Define if cpp should also search $prefix/include. */
-#define PREFIX_INCLUDE_DIR
< said:
> So why does adding "-I/usr/include" to CPPFLAGS cause the compiler to ignore
> the headers in /usr/include?
It doesn't -- it just causes the compiler to emit a warning message
which confuses AC_CHECK_HEADER in some versions of autoconf. (I think
2.52 doesn't have this problem, but 2.1
From: "Andrey A. Chernov" <[EMAIL PROTECTED]>
> Does anybody else saw this too?
> I just run 'cc -v hello.c' (printing Hello, world) and see:
> ...
> GNU C version 3.1 [FreeBSD] 20020509 (prerelease)
> (i386-undermydesk-freebsd)
> compiled by GNU C version 2.95.4 20020320 [FreeBSD].
> igno