From: your AT name DOT here (Kirk Hobart) Newsgroups: comp.os.msdos.djgpp Subject: Re: 'Strip' embedded an e-mail into my EXE file Date: Wed, 04 Nov 1998 06:55:20 GMT Organization: Airnews.net! at Internet America Lines: 8 Message-ID: <9C8BBBD6616234FC.C84CBBF2118F47CA.F4D839FA84C1BF03@library-proxy.airnews.net> X-Orig-Message-ID: <363ff98b DOT 38211724 AT library DOT airnews DOT net> References: <839A27A68A04DE60 DOT 6224419AAD77CA50 DOT F73B2D5370AB106D AT library-proxy DOT airnews DOT net> <363F9757 DOT 8FB1B895 AT gmx DOT net> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Wed Nov 4 00:55:27 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 Robert Hoehne wrote: >This is a known misfeature of the DJGPP port of binutils >(where strip belongs to). To solve this, create the stripped >executable directly by adding the -s switch to gcc > > gcc -s -Wall hello.c -o hello.exe Thank you. The -s switch works fine.