Date: Tue, 24 Aug 1999 17:45:35 -0400 From: Richard Clark Subject: no subject Sender: Richard Clark To: help Message-ID: <199908241746_MC2-8230-D7BE@compuserve.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id RAA06532 Reply-To: djgpp AT delorie DOT com hello i've just recently downloaded ; mak377b.zip gcc295b.zip faq211b.zip djdev202.zip bnu281b.zip from your website and i'm having a few problems. i've followed the instuctions but can't get anywhere. After unzipping everything into the djgpp file, altering my autoexec.bat file and restarting my computer, i've tried various commands to start C compiling which you offer in your readme file. ie gcc myfile.c -o myfile.exe -im but the response i got was gcc.exe: myfile.c: no such file or directory (ENOENT) i'm trying to compile a simple C program which i've copied out of a book. The first line is ; #include but if I enter this I get a 'bad file name' message. Can you help me ???