Date: Thu, 9 Sep 1999 09:20:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: jv cc: djgpp AT delorie DOT com Subject: Re: RSX-IDE Error Message In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Sep 1999, jv wrote: > I just downloaded djgpp and rsx-ide today and when I compile the > whello.cpp file I get the following: > > gccw32.exe -c -o whello.o whello.cpp > make.exe: *** [whello.o] Error -1 > > Obviously, I'm new to all of this so what does this error mean? The error message comes from the Make utility, and it means Make was unable to find a file or a program. You need to make sure gccw32.exe is on your PATH and that there is indeed a file named whello.cpp in the directory where you run the compilation.