To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: OEmacs 4.1 Date: Sat, 07 May 94 18:33:55 PDT From: jlee AT ECE DOT ORST DOT EDU Hi, I have a little more info about my OEmacs problem - the 'TEMACS' file that DJGPP generates has a magic number of 0x14c (defined as I386MAGIC in coff.h), but OEmacs' unexec.c will fail at the N_BADMAG() macro which is looking for one of OMAGIC, ZMAGIC, or NMAGIC. The binary distributed with OEmacs has a magic number of 0x10b (ZMAGIC - demand-paged executable), but I can't seem to get DJGPP 1.11maint5 to generate one of these. It always generates a target executable with a magic number of 0x14c. I must be missing something - hop e somebody can help... Jim Lee jlee AT ece DOT orst DOT edu