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
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <20020810120316.33236.qmail@web21003.mail.yahoo.com>
Date: Sat, 10 Aug 2002 05:03:16 -0700 (PDT)
From: Nicholas Wourms <nwourms@yahoo.com>
Subject: RE: rebase and ME
To: Ralf Habacker <Ralf.Habacker@freenet.de>,
   Jason Tishler <jason@tishler.net>
Cc: cygwin@cygwin.com
In-Reply-To: <00ee01c23fe5$16dd2e90$651c440a@BRAMSCHE>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


--- Ralf Habacker <Ralf.Habacker@freenet.de> wrote:
> > Ralf,
> > 
> > I'm unable to compile this.  You forgot to include version.cc. 
> I'll
> > try it as soon as you can get this to me.
> > 
> version.c should be created by the make file. I have tried. 
> 
> $ make
> g++ -g    -c -o main.o main.cc
> g++ -g    -c -o objectfile.o objectfile.cc
> g++ -g    -c -o sections.o sections.cc
> echo "float release = 0.4; " >version.c
> gcc    -c -o version.o version.c
> g++ -g    -c -o rebase.o rebase.cc
> g++ -g -o rebase main.o objectfile.o sections.o version.o rebase.o
> 
> What does your make say ? 
> 
Ok, it compiled.  It *seems* to actually work!  Wow!!!!  Here's the
results:

Before:
$ ./rebase.exe -l cygbz2*
cygbz2-1.dll: ImageBase: 0x67dd0000 ImageSize: 0x13000
cygbz21.0.dll: ImageBase: 0x67db0000 ImageSize: 0x12000

After:
cygbz2-1.dll: ImageBase: 0x67fed000 ImageSize: 0x13000
cygbz21.0.dll: ImageBase: 0x67fdb000 ImageSize: 0x12000

I tested by running bzip2 on a file, and it looks like there wasn't
any issues.

I'll give apache a try in a little while...

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
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/

