Date: Wed, 3 Mar 93 17:58:32 EST From: DJ Delorie To: royre00 AT dmi DOT usherb DOT ca Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Help wanted > I have try to run DJGPP on my 386 PC but I have some problems. >I set all the parameters that I suppose to set explain in readme file but >when I do: > gcc test.cc I got unknown file type 0x6923 (064443). This appears to be the same common problem everyone's been having. Run "go32" on the command line and it will tell you which one and what version is running. Make sure that it is the one you installed, version 1.08 or greater, and not an old one, version 1.07 or before. 1.08 fixed a bug that 1.07 depended on, and thus broke compatability. DJ