From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Simple == Big Date: Sat, 11 Oct 1997 07:35:14 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 13 Message-ID: <343f562f.37594743@news.uni-duisburg.de> References: <19971010014900 DOT VAA05748 AT ladder02 DOT news DOT aol DOT com> Reply-To: michael DOT mauch AT uni-duisburg DOT de NNTP-Posting-Host: ppp99.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 10 Oct 1997 01:49:32 GMT, myknees AT aol DOT com (Myknees) wrote: > I am working from RHIDE1.4, so I went to > options/compiler options/ and there I put -s. Shouldn't that be Options/Linker Options? Although gcc is used for both the compiling and the linking step, the -s tells the linker that it should strip symbols, so IMHO the -s should be a linker option. Regards... Michael