From: your AT name DOT here (Kirk Hobart) Newsgroups: comp.os.msdos.djgpp Subject: 'Strip' embedded an e-mail into my EXE file Date: Tue, 03 Nov 1998 13:14:10 GMT Organization: Airnews.net! at Internet America Lines: 14 Message-ID: <839A27A68A04DE60.6224419AAD77CA50.F73B2D5370AB106D@library-proxy.airnews.net> X-Orig-Message-ID: <363ef521 DOT 19781135 AT library DOT airnews DOT net> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Tue Nov 3 07:14:15 1998 NNTP-Posting-Host: $jljJ+CQrX1GLmH0d%T0Be1BFCh,,>Bl.F%+TMKB (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm running DJGPP in a DOS window under Win95. I compiled a trivial "hello world" C program using gcc v2.81 and strip v2.8.1: gcc -Wall hello.c -o hello.exe strip hello.exe I examined hello.exe with a hex viewer, and found a chunk of irrelevant text located about 2k bytes into the file. I recognized it as a recent e-mail. YIKES! Each time I repeat the compile+strip process, strip embeds different junk into hello.exe. Is 'strip' guilty of this evil, or is my DJGPP installation broken? DJP v1.07 appears to generate clean EXE files.