NNTP-Posting-Date: Fri, 08 Nov 2002 21:16:24 -0600 From: Charles Wilkins Newsgroups: comp.os.msdos.djgpp Subject: Re: i686-pc-msdosdjgpp-g++ problems (long) Date: Fri, 08 Nov 2002 22:18:19 -0500 Message-ID: References: X-Newsreader: Forte Agent 1.92/32.570 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 X-Trace: sv3-8UYdZGyoNKHaVth80+UhaLd1QDKI3RH/rD9/g1XqjJbEnjRW1eF+F3NTr9V0/9BydSpUkUQQ9j+PHPt!xVwJDHgC9+2Yk//gTE/pZmDtWTHn6200Yd0Y2jNcRfcYd9iKlbLzIrh/fPwUzEqmKjj03Tw= X-Complaints-To: abuse AT comcast DOT com X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >WRT the binary size, seems a tad large but you are probably statically >linking the binary and quite possibly linking the entire >libstdc++.a file. Turning on optimizations and symbol stripping does reduce the file size greatly. Also, I read something on here about binary compression, but I am curious, is it possible to not link the entire libstdcxx.a file? Charles