Date: Tue, 29 Jul 1997 10:37:24 -0400 (EDT) From: "Art S. Kagel" To: Lovecraft Cc: djgpp AT delorie DOT com Subject: Re: GCC question In-Reply-To: <19970728213301.RAA24433@ladder01.news.aol.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 28 Jul 1997, Lovecraft wrote: > After the last responses I hesitate to ask but: > > I keep getting this message no matter what I type( i.e. gcc -o first.c > first.exe and various other syntaxes referred to in various documentation) > , based of course on all the documentation which I've read, when trying to > compile a simple prgram to see if it works: > > ld.exe: cannot open crt0.o: no such file or directory (ENOENT) The DJGPP environment variable is not set. You should put it into your autoexec.bat (or whatever). See README.1st for details. Art S. Kagel, kagel AT bloomberg DOT com