Mail Archives: djgpp/1996/09/23/19:06:58
Reposting article removed by rogue canceller.
I've just downloaded DJGPP a couple days ago, and I am trying to
compile a small program just to get the thing to work! The program:
/* HELLO.C */
#include <stdio.h>
void main(void)
{
printf("Hello, world!");
}
and the command line:
GCC hello.c -o hello.exe
and the error:
E:\DJGPP\BIN\STUBIFY.EXE - NOT COFF
The same error occurs with GO32-V2.EXE.
I am running on Win95 with a 486DX, and 32 megs RAM. Please help me,
I'm desperate!
Thanks in advance,
Dan Ogles
subsoft AT mindspring DOT com
- Raw text -