| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=3.8 required=5.0 tests=BAYES_00,BOTNET,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL |
| X-Spam-Check-By: | sourceware.org |
| Date: | Fri, 17 Sep 2010 12:18:21 -0400 |
| From: | Jason Tishler <jason AT tishler DOT net> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Cygwin + Python: unable to remap |
| Message-id: | <20100917161821.GA1756@tishler.net> |
| Mail-followup-to: | cygwin AT cygwin DOT com |
| References: | <4C92746C DOT 5080809 AT x-ray DOT at> <AANLkTi=4W89oYwR5D+G-scouZXof5EhxJhONyAJGCqGi AT mail DOT gmail DOT com> <AANLkTi=bG2S2ZkJ-p-WWHhFM9RwY7P25MA35boA7Sf20 AT mail DOT gmail DOT com> <loom DOT 20100916T225518-627 AT post DOT gmane DOT org> <AANLkTinEhA5XdLQwDSk73sBOLKvnmCED-PWjM3vgovji AT mail DOT gmail DOT com> <loom DOT 20100917T043659-431 AT post DOT gmane DOT org> <AANLkTikdMz4Fo-1qauhHxgQsNA=NNecLgrsZTxiTzdL+@mail.gmail.com> <AANLkTinwT+YxJ5-cE73U2ZCspCkfSCOs82JVxW0myUue AT mail DOT gmail DOT com> <20100917110644 DOT GA4048 AT tishler DOT net> <AANLkTinKUeB-zQ8sb4mpf=OsY-uRwOVMJMb=SaRKRyn+@mail.gmail.com> |
| MIME-version: | 1.0 |
| In-reply-to: | <AANLkTinKUeB-zQ8sb4mpf=OsY-uRwOVMJMb=SaRKRyn+@mail.gmail.com> |
| User-Agent: | Mutt/1.4.2.1i |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |