Date: Fri, 7 Oct 94 14:55:03 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: TAUPIN AT rsovax DOT lps DOT u-psud DOT fr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Reply-To: babcock AT cfa DOT harvard DOT edu > Unknown format file "0x2a2f" (plus a decimal number). > Then my system hangs up and I have to boot again. 0x2a2f converted to ascii is /*, probably the first two characters of the file being compiled. This funny message is a symptom of mixing djgpp files from different releases. Check first whether you have an old version of GO32 on your path by typing GO32 with no args. Recent releases will print out a release number; older releases may crash with no args. Recent releases of GO32 also check whether the file being run needs a newer version of GO32 and produce a more useful error message.