X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 5 Feb 2007 10:25:42 -0500 Message-Id: <200702051525.l15FPgPG002529@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from irrdev on Mon, 05 Feb 2007 08:16:17 GMT) Subject: Re: Compiling a kernel... a compiler error! References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk version.h tells gcc which version of djgpp is installed. It's included by default, so just provide an empty one in your local include directory. Note: before you say "gcc shouldn't do that", remember that you're using a *djgpp* compiler. So, yes, it should. If you want to avoid this, the right thing to do is build a cross compiler to, say, i386-elf or i386-coff. Then they won't include anything djgpp-specific.