X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 23 Aug 1999 09:54:37 +0300 (WET) From: Andris Pavenis To: Alexander Bokovoy cc: djgpp-workers AT delorie DOT com Subject: Re: Re[2]: GCC 2.95 latest version? In-Reply-To: <14503.990822@minsk.lug.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 22 Aug 1999, Alexander Bokovoy wrote: > On 20.08.1999, Andris wrote: > > > It was my ommission. I forgot to update .ver files. Will be fixed in > > port of GCC-2.95.1 (it's not available from Simtelnet yet). > > Andris > Also, it would be better if you strip debug information from all GCC > binaries. > > Best regards, > Alexander > Maybe later. At first now if somebody will get crashes he/she will be able to use symify. My experience shows that it always has been problem to get stack trace when executables are stripped (I'ts usually hard to exactly reproduce binaries on ather system). Current binaries contain minimal possible additional info: I compiled them with -O2 but didn't run strip after that. Andris