X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 4 Jun 2006 18:18:18 -0400 Message-Id: <200606042218.k54MIIcY003633@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com CC: djgpp AT delorie DOT com In-reply-to: <448349f2$0$18302$ba4acef3@news.orange.fr> (jean_contatenated_with_pierre DOT dot_lerouzic_ AT at_wanadoo DOT fr) Subject: Re: error while compiling Freedos32 References: <448349f2$0$18302$ba4acef3 AT news DOT orange DOT fr> 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 What versions of djgpp, gcc, and binutils do you have? It does look like some header is defining it; use "gcc --save-temps ..." to have gcc save the preprocessed (*.i) sources and look for "environ" in those.