Mail Archives: djgpp/1995/07/17/21:06:08
> This runs OK. But just now I tried this .BAT file (version 2):-
>
> call gcc main.o cc.o em.o display.o macros.o keyf.o -lpc
> call strip a.out
> copy /B c:\djgpp\bin\go32.exe + a.out emacsstr.exe
> del a.out
>
> to strip the symbols out of the A.OUT on the way to save space.
> But both times I called version 2, my PC spontaneously <<<<re-booted>>>>.
> I then typed the instructions of version 2 one by one myself, and they all
> worked as expected.
DJGPP Version 2 doesn't use go32. You MUST use the stubify program
that comes with version 2 to make an .exe out of a coff file. Version
2 comes with a coff2exe batch file that calls stubify.
- Raw text -