From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23546 invoked by alias); 11 Jan 2012 04:08:28 -0000 Received: (qmail 23537 invoked by uid 22791); 11 Jan 2012 04:08:28 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL,TW_SM X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Jan 2012 04:08:15 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LXM00E008Q9FN00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 11 Jan 2012 06:08:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.135.112]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXM00DJG8TDDJ80@a-mtaout22.012.net.il>; Wed, 11 Jan 2012 06:08:02 +0200 (IST) Date: Wed, 11 Jan 2012 04:30:00 -0000 From: Eli Zaretskii Subject: Re: Building GDB 7.3.92 with MinGW In-reply-to: <4F0CDAE4.3000100@gmail.com> To: asmwarrior Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834nw2eva2.fsf@gnu.org> References: <83hb03e9sx.fsf@gnu.org> <838vlfe0k9.fsf@gnu.org> <4F0CDAE4.3000100@gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00339.txt.bz2 > Date: Wed, 11 Jan 2012 08:42:12 +0800 > From: asmwarrior > > Here is what I did before: > make install > cd to installed_folder > strp *.exe That doesn't strip the libraries, and if GDB will some time distribute a shared library, won't DTRT with them. Stripping libraries needs special switches to `strip' which is a pain to type, and for *.a libraries you need to run ranlib afterwards. "install-strip" does all that automatically.