Date: Thu, 4 Jan 1996 10:11:06 +0200 (IST) From: Eli Zaretskii To: Alex Schroeder Cc: djgpp AT delorie DOT com Subject: Re: Using Bison... On 3 Jan 1996, Alex Schroeder wrote: > I am using bison (bsn122bn.zip) and keep getting this error: > > c:/util/gcc/bin/bison.exe: /usr/local/lib/bison.simple: file not found > > Obviously the file is only called bison.sim. Might this be the cause > for the error? DJGPP library and DOS automatically truncate the names of the files, so you don't have to bother, unless you run Win95. > None of the options seem to tell bison where the > library files are located or what they are called. Or am I missing > an entry in my djgpp.env file? My DJGPP.ENV has this: [bison] BISON_HAIRY=%DJDIR%/lib/bison.hai BISON_SIMPLE=%DJDIR%/lib/bison.sim Or you can set the BISON_HAIRY and BISON_SIMPLE variables from the DOS prompt (djgpp.env is there only to save you environment space when you're not running DJGPP programs, but it's otherwise equivalent to defining environment variables in the usual way).