X-Recipient: archive-cygwin@delorie.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: <AANLkTin7p83cXtmpEkNruTQPPM_5swh=_6U-Od3wH6Bc@mail.gmail.com>	<AANLkTiko81Fw_vjib__K3-y6VbwCFrG=n_KMHOCjYCNY@mail.gmail.com>	<4C92746C.5080809@x-ray.at>	<AANLkTi=4W89oYwR5D+G-scouZXof5EhxJhONyAJGCqGi@mail.gmail.com>	<AANLkTi=bG2S2ZkJ-p-WWHhFM9RwY7P25MA35boA7Sf20@mail.gmail.com>	<loom.20100916T225518-627@post.gmane.org>	<AANLkTinEhA5XdLQwDSk73sBOLKvnmCED-PWjM3vgovji@mail.gmail.com>	<loom.20100917T043659-431@post.gmane.org>	<AANLkTikdMz4Fo-1qauhHxgQsNA=NNecLgrsZTxiTzdL+@mail.gmail.com>	<AANLkTinwT+YxJ5-cE73U2ZCspCkfSCOs82JVxW0myUue@mail.gmail.com>	<20100917110644.GA4048@tishler.net>
Date: Fri, 17 Sep 2010 14:53:53 +0200
Message-ID: <AANLkTinKUeB-zQ8sb4mpf=OsY-uRwOVMJMb=SaRKRyn+@mail.gmail.com>
Subject: Re: Cygwin + Python: unable to remap
From: Al <oss.elmar@googlemail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

