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: Cygwin + Python: unable to remap


On Fri, Sep 17, 2010 at 02:53:53PM +0200, Al wrote:
> > You just need to use the -T option and specify the addition DLLs to
> > rebase.
> 
> Thank you very much.

You are quite welcome.

> [snip]
> 
> To give the future reader of this thread some additional value. I
> first gave the DLL file itself to the -T parameter resulting in tons
> of
> 
> : skipped because nonexistent
> : skipped because nonexistent
> 
> That's because it did understand the dll as an input file with a list
> of dlls. You have to write the dll path into a list file first and
> give that file as parameter.

Or, read from stdin as follows:

    $ "something that generates extra DLL list" | 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

--
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


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