Date: Wed, 7 Oct 1998 12:04:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: gcc installation In-Reply-To: <19981007004109.15496.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 6 Oct 1998, rosemary bernardo wrote: > The env file does not make sense to me. It reads : > [gcc] > LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/contrib/grx23/lib/dj2 I don't see anything wrong here. What isn't making sense for you? Did you read the description of the env file syntax before trying to make sense out of it? If not, please type this from the DOS prompt: info know hidden djgpp > The first error I found was : "Installation problem, cannot exec `cpp' > I added the path for cpp and it went away. Wrong solution. The problem most probably is with the way you set the DJGPP variable. Please see section 8.1 of the FAQ for the description of the common problems. > Then I got > > 1) "can't find stdio.h" with one program and You didn't list djdev201.zip among the files you downloaded. The FAQ says that this is *required* for any development work with DJGPP. stdio.h and other headers come with that archive. > Is the the correct? Where are the header files? Where is as.exe? as.exe is part of Binutils (bnu281b.zip) and should be in your bin subdirectory. But I suspect that you haven't set your environment variables correctly, or didn't reboot the machine after setting them, and therefore it isn't working.