This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rebaseall with extra files


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]