X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: After downloading with the main package, bison just won't run at all... Joe Garvey, Cork City, Ireland Date: Sat, 29 Nov 2008 14:55:38 -0800 (PST) Organization: http://groups.google.com Lines: 25 Message-ID: References: <58727 DOT 89 DOT 234 DOT 105 DOT 167 DOT 1227727447 DOT squirrel AT www DOT garveydesign DOT com> <200811262049 DOT mAQKnGJx017954 AT envy DOT delorie DOT com> <49787 DOT 89 DOT 234 DOT 105 DOT 167 DOT 1227752560 DOT squirrel AT www DOT garveydesign DOT com> <200811270226 DOT mAR2QlCE027568 AT envy DOT delorie DOT com> <49458 DOT 89 DOT 234 DOT 105 DOT 167 DOT 1227917220 DOT squirrel AT www DOT garveydesign DOT com> <200811290508 DOT mAT585iR020068 AT envy DOT delorie DOT com> <49843 DOT 89 DOT 234 DOT 105 DOT 167 DOT 1227972956 DOT squirrel AT www DOT garveydesign DOT com> <200811291638 DOT mATGcnRm030386 AT envy DOT delorie DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1227999339 18742 127.0.0.1 (29 Nov 2008 22:55:39 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 29 Nov 2008 22:55:39 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: u14g2000yqg.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id mATN03fa014429 Reply-To: djgpp AT delorie DOT com Hi, On Nov 29, 10:38 am, DJ Delorie wrote: > > c:\project>m4 > > 'm4 is not recognized as an internal or external command, > > operable program or batch file. > > > path is presently set to... > > %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program > > Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common > > Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio > > Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL > > Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL > > Server\90\Tools\binn\;c:\djgpp\bin;c:\djgpp; > > If you have a c:\djgpp\bin\m4.exe then the only things I can think > of are: spaces in PATH, or perhaps path too long.  Or, you've > set "path" or "Path" but not "PATH". Don't put "c:\djgpp" in your path at all, you don't need it, only "c: \djgpp\bin". And that should technically always be first in your path because Windows has its own REDIR.EXE, which is not the same as DJGPP's version (and will most likely be erroneously called by any of your .BATs or makefiles to ill effect).