X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20100917110644.GA4048@tishler.net> References: <4C92746C DOT 5080809 AT x-ray DOT at> <20100917110644 DOT GA4048 AT tishler DOT net> Date: Fri, 17 Sep 2010 13:13:45 +0200 Message-ID: Subject: Re: Cygwin + Python: unable to remap From: Al To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 > > The following is the rebaseall command line syntax: > > =A0 =A0rebaseall [-b BaseAddress] [-o Offset] [-T FileList | -] [-v] > > where: > > =A0 =A0-b =3D> base address used by rebase (default: 0x70000000) > =A0 =A0-o =3D> offset between each DLL rebased (default: 0x10000) > =A0 =A0-s =3D> specify DLL suffix, use multiple if necessary (default: dl= l, so) > =A0 =A0-T =3D> specify filelist (or stdin) to list additional files > =A0 =A0-v =3D> verbose (default: off) > > You just need to use the -T option and specify the addition DLLs to > rebase. > Thank you. I didn't read the readme, but I did read the sources. As far as I understand it, it simply can use the -T option to add a list of additional files from a wrapper. Reini suggest to add the dll to the same address of the shadowed packages. If I read the sources right, that is not even necessary, as it bases all files in an incremental way. I am currently working on it. Al -- 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