Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 9 Mar 2004 08:02:59 -0500 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: rebaseall with extra files Message-ID: <20040309130259.GA2508@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <404C93C9 DOT 8010303 AT st-embedded DOT com> <20040308213252 DOT GL2032 AT tishler DOT net> <20040308215503 DOT GA2244 AT efn DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040308215503.GA2244@efn.org> User-Agent: Mutt/1.4i X-IsSubscribed: yes Yitzchak, On Mon, Mar 08, 2004 at 01:55:03PM -0800, Yitzchak Scott-Thoennes wrote: > On Mon, Mar 08, 2004 at 04:32:53PM -0500, Jason Tishler wrote: > > I will attempt to add an option to rebaseall that allows one to > > specify a list of extra DLLs to rebase in addition to the standard > > ones. Sorry, no ETA, but hopefully soon. > > So you would have to do something like: > > rebaseall -T `find /usr/lib/perl5/5.8.2 /usr/lib/perl5/site_perl/5.8.2 -iname '*.dll'` > > ? That could get to be a pretty long command line; I have only a few > module distributions installed and 8k of dll filenames. No, the command line syntax would be the same as the one for rebase in this regard: $ rebase usage: rebase -b BaseAddress [-Vdv] [-o Offset] [-T FileList | -] Files... ^^^^^^^^^^^^^^^^^ Hence, the above usage would be the following instead: $ find /usr/lib/perl5/5.8.2 /usr/lib/perl5/site_perl/5.8.2 -iname '*.dll' | rebaseall -T - Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/