Date: Tue, 28 Jan 1997 13:21:08 +0200 (IST) From: Eli Zaretskii To: Mosby10 cc: djgpp AT delorie DOT com Subject: Re: Setting up DJGPP? In-Reply-To: <19970128002301.TAA27860@ladder01.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Jan 1997, Mosby10 wrote: > Okay, I have solved that problem. For those of you experiencing the same > thing, I just removed the djdev201(c:\djgpp\djdev201) directory, which put > my include file in the right place (c:\djgpp\bin\include). That is incorrect. Please re-install DJGPP from scratch after deleting the current DJGPP directory tree. This is how: deltree c:\djgpp md c:\djgpp cd c:\djgpp c: pkunzip -d djdev201 pkunzip -d csdpmi3b pkunzip -d gcc2721b pkunzip -d bnu27b pkunzip -d txi390b If you need C++, also do this: pkunzip -d gpp2721b pkunzip -d lgp271b After that, everything should compile and link. Please do not attempt to correct your current installation, since it seems totally broken. Delete everything and reinstall as above.