This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: rebase for setup.


cygcurl-2.dll is created using libtool along with various 
autotools, and for distribution I perform a 
  `make install-strip`
followed by:
  $(STRIP) $(cygwintmp)/usr/bin/cygcurl-?.dll
In the Makefile, 
  STRIP = strip

Given that I don't know anything about rebasing I have
no idea if this is the kind of info you're looking for.
I asked this list earlier if any special strip options
were needed and nobody mentioned any.

--Kevin




-----Original Message-----
From: Robert Collins [mailto:robert.collins@itdomain.com.au]
Sent: Thursday, January 03, 2002 8:21 AM

> 1. Determine why cygcurl-2.dll and possibly other DLLs do not 
> tolerate rebasing.

Hmm. Yes. Did you rebase .dll's after stripping them? And what strip
options where used?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]