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 14:53:53 +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 rebase README indicates the following: > > 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. > > Jason > Thank you very much. It seems to work. I currently recompile python controlled by a python script. It that works in follow it is somewhat "selfcontained". 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. 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