Date: Mon, 24 Jun 2002 23:17:05 -0400 Message-Id: <200206250317.g5P3H5826604@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3d17dc6e$0$1424$272ea4a1@news.execpc.com> (NoEmailAds AT execpc DOT com) Subject: Re: -nostdinc and sys/version.h References: <3d17dc6e$0$1424$272ea4a1 AT news DOT execpc DOT com> Reply-To: djgpp AT delorie DOT com 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 > Is there a way to stop DJGPP from looking for file sys/version.h > or must this file always be present? gcc pulls it in directly so it knows what version of djgpp you're building with... > I am building free-standing code (an OS). ... then you want to (eventually) configure gcc to target your new OS as a cross compiler, in which case you'd change it to use your includes and config instead of djgpp's.