From: subsoft AT atl DOT mindspring DOT com (Danny Ogles) Newsgroups: comp.os.msdos.djgpp Subject: BIG PROBLEM-HELP! Date: Sat, 21 Sep 1996 04:35:38 GMT Organization: MindSpring Enterprises, Inc. Lines: 31 Message-ID: Reply-To: subsoft AT atl DOT mindspring DOT com NNTP-Posting-Host: user-168-121-207-149.dialup.mindspring.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 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