Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 8 Jan 2002 13:26:19 -0500
From: Jason Tishler <jason@tishler.net>
To: "Roth, Kevin P." <KPRoth@MarathonOil.com>
Cc: Cygwin <cygwin@sources.redhat.com>
Subject: Re: rebase for setup (curl)
Message-ID: <20020108182619.GB2136@dothill.com>
Mail-Followup-To: "Roth, Kevin P." <KPRoth@MarathonOil.com>,
	Cygwin <cygwin@sources.redhat.com>
References: <6EB31774D39507408D04392F40A10B2BC1FEA7@FDYEXC202.mgroupnet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <6EB31774D39507408D04392F40A10B2BC1FEA7@FDYEXC202.mgroupnet.com>
User-Agent: Mutt/1.3.24i

Kevin,

Please keep your replies on-list...

On Mon, Jan 07, 2002 at 10:08:09AM -0500, Roth, Kevin P. wrote:
> gcc 2.95.3-5
> binutils 20011002-1

So you are using the latest too.

> Attached are three DLLs in a tar/bz2 file. They are as follows:
> 
>  cygcurl-2-build.dll : rebuilt last Friday, from the 7.9.2-1 sources
> 
>  cygcurl-2-install.dll : same as above, but after performing a make
> install (in case that actually changes something)
> 
>  cygcurl-2-strip.dll : after `make install`, I did `strip cygcurl-2.dll`.
> Let me know how these look.

All of the above appear to be non-relocatable:

    $ file *.dll
    cygcurl-2-build.dll:   MS Windows PE Intel 80386 console DLL not relocatable
    cygcurl-2-install.dll: MS Windows PE Intel 80386 console DLL not relocatable
    cygcurl-2-strip.dll:   MS Windows PE Intel 80386 console DLL not relocatable

How did you manage to accomplish this?

> Also, if testing for rebase-ability is simple, could you let me know
> how? I'd be curious...

It is very simple.  Just download, uncompress, and install the following:

    http://www.tishler.net/jason/software/rebase/rebase.exe.bz2

into /usr/local/bin.

The following is a sample command line:

    rebase -d -b 0x68000000 cygcurl-2-*.dll

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

