Mail Archives: djgpp/1997/03/01/08:12:04
> Since DJGPP V2 has dispensed with the whole COFF...GO32 thing, exactly how
> do you correct the bugs in strip and gcc -s in V2, which just produces EXEs?
It hasn't dispensed with it, it merely hides the final step. DJGPP
programs are still stubbed COFF files. You can still exe2coff a file,
mess with it, and stubify it. If you just want to strip the file,
just strip it - strip knows how to strip a stubbed COFF file now.
If there are other specific bugs in strip and gcc -s that you are
referring to, please refer to them specifically.
- Raw text -