Date: Thu, 10 Feb 94 11:00:02 -0500 From: DJ Delorie To: meetze AT charlie DOT ece DOT scarolina DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: > gcc -Wall -pedantic psx.c > and the file I got back was a.out . Now I know that this isn't a dos > executable file. What do I have to do to make it an executable dos file. Use "go32 a.out". When you compile, use "gcc ... -o prog" and then "coff2exe prog" to get prog.exe.