Date: Mon, 8 Mar 1999 01:17:17 +0100 From: Marcus Brinkmann <[EMAIL PROTECTED]>
Hello, Mark filed the following report (thanks, Mark!) If you look at the report, you will notice that egcs will look in /include in future. I don't know if egcs could look in both, /include and /usr/include. I don't know if this should be done if it is possible. Just a quick note. gcc (including egcs) already looks only in /include to find the headers at runtime. It just didn't do so when checking for <limits.h> when you build it. My patch corrects this, but shouldn't influence the runtime behaviour at all.

