Message-ID: <33FBFC80.3659@nf.sympatico.ca> Date: Thu, 21 Aug 1997 05:59:52 -0230 From: Colin Walsh Reply-To: cwalsh AT nf DOT sympatico DOT ca Organization: Colossal Software MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp CC: djgpp AT delorie DOT com Subject: Re: djgpp References: <33f89c3c DOT 4167796 AT nntp DOT onyx DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Mike wrote: > > Hi > > I am trying to get djgpp working. I have unzipped *everything* into > e:\djgpp with /s. I have set up the variable using > > set djgpp=c:/djgpp/djgpp.env > > I have added the e:\djgpp\bin directory to my path. > > But when I compile something simple, I get the following error > message: > > gcc.exe: installation problem, cannot exec `as': No such file > or directory (ENOENT) > > I would be grateful if anyone could explain to me what I have done > wrong. > > Thanks > Mike Stoddart > mike AT onyxnet DOT co DOT uk I think you are missing the gas (GNU assembler) distribution. It should be gasXXXbn.zip (XXX being the version) where you got the rest of DJGPP. Colin Walsh cwalsh AT nf DOT sympatico DOT ca