X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 25 Jan 2004 11:35:49 -0500 Message-Id: <200401251635.i0PGZneL006189@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (ixtys_mb@web.de) Subject: Re: configuring djgpp 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 > (c:\djgpp is my djgpp - dir). it did not work either.i created a small > hello - world - app using only the stdio.h , called the compiler with > the -c and -Ic:\djgpp\include directives and it worked (at least a .o file You should not need the -I option. If you can't get hello.c to compile without the -I, then you have not set the DJGPP environment variable correctly.