From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler can't find stdio.h Date: 20 Nov 1997 04:53:28 GMT Organization: Oxford University, England Lines: 21 Message-ID: <650fo8$q62$1@news.ox.ac.uk> References: <01BCF44A DOT 3ED90AE0 AT gp-18 DOT budget DOT net> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 19 Nov 1997 01:48:09 GMT in comp.os.msdos.djgpp Guy Giesbrecht wrote: : @ECHO OFF : SET BLASTER=A220 I5 D1 T4 : SET PATH=C:\JAVA\BIN;C:\djgpp\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Perl\bin; : djgpp=c:\djgpp\djgpp.env The above line should have `set' before it: set djgpp=c:/djgpp/djgpp.env Apparently forward slashes sometimes work where backslashes don't, also. : The forward slashes / make me think I might have the unix version by mistake, It's a port of a unix program; those default paths are naturally specified with forward slashes. You'll find that most djgpp utilities don't care what direction your slashes go in. -- george DOT foot AT merton DOT oxford DOT ac DOT uk