Message-ID: <3600A414.79CF0FF2@mailexcite.com> Date: Thu, 17 Sep 1998 01:54:29 -0400 From: Doug Gale MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Please Reply... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: oshawappp23.idirect.com Organization: "Usenet User" Lines: 40 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Dan Jacob Levin wrote: > I sent this once already...I really need some help, so I'm sending it again... > -- > > On Wed, 09 Sep 1998 15:25:36 Dan Jacob Levin wrote: > >When I try to run a program, i get the following message: > > > >Compiling: test.cpp > >no errors > >Creating: test.exe > >Error: C:\DJGPP\BIN/ld.exe: cannot open crt0.o: No such file or directory (ENOENT) > >There were some errors > > > >And yes...all of the backslashes were facing just as I have written them above. > > > >Please help.... > >thanks :) I think I know what it is. Locate your djgpp directory (I am going to pretend it is in C:\DJGPP) remember to replace C:/DJGPP with the actual drive and directory you have djgpp in. Open your autoexec.bat Find the line that says "SET DJGPP=C:/DJGPP/DJGPP.ENV" If it is not there create it. Find the line that says "SET DJDIR=C:/DJGPP" If it is not there create it. Now try to compile it. (Oh, the answer to that question is in the FAQ somewhere. The FAQ is pretty interesting. It warns about certain common problems that people have and solutions to them. It's good to know how to fix problems before they happen :) ) Did it work?? :)