Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 03 Jun 2003 12:26:27 -0400 From: Jason Tishler Subject: Re: rebase questions.... In-reply-to: <004c01c3293e$a70994c0$9f0c10ac@XYZZY> To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20030603162627.GD1556@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <004c01c3293e$a70994c0$9f0c10ac AT XYZZY> Chris, On Mon, Jun 02, 2003 at 12:37:27PM -0700, Christopher B. Liebman wrote: > What are the rules for *when* When you suffer from the Cygwin fork issue. [1] > and on *what* to run rebase? Minimally, you need to rebase all DLLs that will be loaded in the application of interest. Practically, this means to rebase your entire system. [2] > I know about the rebaseall script.... should I create my own local > version of this that picks up *all* dlls in my local playpen? No, you seem to be a candidate for running rebase directly. Just create a file containing the list of DLLs to rebase and pass it to rebase via the "-T" option. You may want to investigate rebaseall to see how it finds all of the installed Cygwin DLLs. Note that you have to pass all DLLs to rebase in a single shot. BTW, I would accept a patch to rebaseall that adds support for multiple but optional "-T" options and a patch to rebase to accept multiple "-T" options. > Do I need to include perl module .dlls? Most likely. > apache loadable modules? Most likely. > Is there a ruleset or guideline document on rebase? See above ([1] and [2]) and the following: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/rebase.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/rebaseimage.asp Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/