Mail Archives: djgpp/1998/06/28/09:23:45
Eli Zaretskii wrote in message ...
>
>On 25 Jun 1998, Ian Miller wrote:
>> I'd be investigating this [emacs 20.2 not compiling under gcc 2.81]
>> more actively if there were not lots of *really important* World Cup
>> football matches on at the moment :-)
>
>Emacs 20.3 is about to be released, so it'd be swell if it would compile
>with 2.8.1 as well. As you understand, I cannot debug a problem that I
>don't see.
As it happens, I overslept yesterday and took the day off, so I had some
time to take a look at this problem. After a little effort I realised that
the dump process was expecting temacs to be an *unstubbed* coff
file. Under the port of gcc 2.8x, it isn't. exe2coff sorts things out. The
patch to emacs-20.2/msdos/sed1v2.inp below sorts things out for me.
Note: I'm posting from home using MS Outlook Express so I
shouldn't be at all surprised if tabs are replaced by spaces and so
on in the patch. I'll post this again from work on Monday (where I
use emacs under Linux which I know will do exactly what I tell it to
and no more).
Regards,
Ian
--
Ian Miller, Dorset, UK
*** sed1v2.inp.orig Sun Sep 7 17:22:46 1997
--- sed1v2.inp Fri Jun 26 22:42:18 1998
***************
*** 6,11 ****
--- 6,12 ----
s/^ / /
s/\.h\.in/.h-in/
/^ \.\/temacs/i\
+ exe2coff temacs.exe\
stubedit temacs.exe minstack=100k
/^MAKE *=/s/^/# /
/^SHELL *=/s/^/# /
- Raw text -