Posted-Date: Fri, 24 May 1996 14:23:26 +0200 Received-Date: Fri, 24 May 1996 14:16:41 +0200 Message-Id: <31A5AA3E.2661@snapp.hrp.no> Date: Fri, 24 May 1996 14:23:26 +0200 From: Gregory Louapre Organization: Institutt For Energiteknikk Mime-Version: 1.0 To: Eli Zaretskii Cc: djgpp AT delorie DOT com Subject: Re: help References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Eli Zaretskii wrote: > On Fri, 24 May 1996, Gregory Louapre wrote: > > So i downloaded the file /v2gnu/bsn124d.zip which will allow me normally to use this tool. > > But when i try to invoke bison with: > > bison FILE_NAME.y > > it says: .share/bison.simple: No such file or directory (ENOENT). > > The ZIP file includes a file `lib/bison.sim', and your DJGPP.ENV file should include the following BISON section: > > [bison] > BISON_HAIRY=%DJDIR%/lib/bison.hai > BISON_SIMPLE=%DJDIR%/lib/bison.sim > > So if you unZIPped the Bison distribution in a way that preserved the directory structure, there should be a file `bison.sim' in your `lib' subdirectory. If so, make sure the DJGPP environment variable points to DJGPP.ENV, like this: > > set DJGPP=c:/djgpp/djgpp.env > > (change the pathname if DJGPP is installed in another directory on your machine). > > If all of the above won't help, please tell more about your system (is it Win95 by any chance?). > > And I'd suggest posting such questions to the DJGPP mailing list or comp.os.msdos.djgpp Newsgroup rather than to individual people, because then you can have support of many more users. All right i checked the points you said. I have the file `lib/bison.sim`. The file djgpp.env is all right too. But i still get the error message as described above. You are asking me about my system, it is WinNT. -- BYE. GREG.