Mail Archives: djgpp/1999/09/09/07:42:21
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.
- Raw text -