Date: Sat, 1 Mar 1997 08:10:45 -0500 Message-Id: <199703011310.IAA22927@delorie.com> From: DJ Delorie To: ao950 AT FreeNet DOT Carleton DOT CA CC: djgpp AT delorie DOT com In-reply-to: <5f89up$8p7@freenet-news.carleton.ca> (ao950@FreeNet.Carleton.CA) Subject: Re: Strip and -s with v2 > 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.