Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: rebase for setup. X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Thu, 3 Jan 2002 10:30:16 -0500 Message-ID: <6EB31774D39507408D04392F40A10B2BC1FEA2@FDYEXC202.mgroupnet.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: rebase for setup. Thread-Index: AcGUWYRDfRee4OfYSe2lyQ+Dat2cdQAD6ETw From: "Roth, Kevin P." To: X-OriginalArrivalTime: 03 Jan 2002 15:30:17.0436 (UTC) FILETIME=[8C00D1C0:01C1946B] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g03FUnI13494 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 DOT collins AT itdomain DOT com DOT 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?