X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4C938040.3080704@cwilson.fastmail.fm> Date: Fri, 17 Sep 2010 10:50:40 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: simplifying rebaseall References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 9/17/2010 10:39 AM, Al wrote: > A second thought. I wonder if reabaseall could be improved to run from > within bash, without the need to close down all running windows. Then > it could even be included into build scripts to be run after each > build. No, because the DLLs used by bash are OFTEN the ones that actually DO need to be rebased (because they are used by darn near everything, so we need to ensure that their image base does not conflict with anything else): libintl, libiconv, libncurses, ... > Assuming that those DLL which are up and running typically don't need > to be rebased, couldn't one simply exclude them from being rebased? > I.e. with on option: > > rebaseall --exclude-loaded You're missing the point of rebaseALL. Murphy says that if you don't rebase dll A, then dll A *will* be the culprit the next time you get that 'unable to remap' error. With regards to your earlier .bat file idea...Meh. You shouldn't need to DO it that often -- certainly not often enough to clutter your start menu or desktop with a shortcut! -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple