X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DG0iZCrEzRAnYIPT RQR28Ea/JkcMlaQTt5sNfUko4WIAeSnVvdxVPNmIDNBc/OTZriEUHPl6K8d3sCC9 Vy11EboG4Ojr1A0d3YAolADhiAto6oAPbp2gcUqjvT0J76op7zu2lMLp5WRzoEYC FRIy6k1UoWcTULmBc3+lGqYySlo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=PN2Y78oLDxdHNHuZq2XZXP ddYLQ=; b=B1Dxh5FGb7VK4V4u0QhP9apTCV6GwynmH1hfd3EV9ktXfqKP2vlSNT UOT34J0vWamylZFBB4bEhQK6osu+2Row8+5xkpziUSiId5ohCIIMubEAk5JULq+H fBRf+1y2UAiMI2o8k2oyx2p6a13xNPEEF+qERIUfTsnpcwCeGHMVI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address To: cygwin AT cygwin DOT com References: <563D9CA2 DOT 5090605 AT orange DOT fr> <563DA445 DOT 5060800 AT gmail DOT com> <563DB2AE DOT 4030304 AT tiscali DOT co DOT uk> <563E66EE DOT 9030209 AT tiscali DOT co DOT uk> <563E6A81 DOT 7070803 AT gmail DOT com> <563F661D DOT 50503 AT orange DOT fr> <563F72D7 DOT 5070908 AT cornell DOT edu> <5640BA7D DOT 2030102 AT orange DOT fr> From: Ken Brown Message-ID: <5640CDEF.5080602@cornell.edu> Date: Mon, 9 Nov 2015 11:46:39 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5640BA7D.2030102@orange.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 11/9/2015 10:23 AM, Francis ANDRE wrote: > Le 08/11/2015 17:05, Ken Brown a écrit : >> On 11/8/2015 10:11 AM, Francis ANDRE wrote: >> >> $ rebase --help >> [...] >> -O, --oblivious Do not change any files already in the database >> and do not record any changes to the database. >> (Implies -s). >> [...] >> One of the options -b, -s or -i is mandatory. >> [...] >> >> >> If you use -O as Achim suggested in >> https://www.cygwin.com/ml/cygwin/2015-11/msg00141.html, that implies >> -s, so you should be OK. > rebase -O -T list > Tha's works effectively but why it does not work without the -O option? It's not so much that it doesn't work without -O, it's that it doesn't work without -b or -s [unless you're just using -i for information]. The point is that rebase can't know what address to start rebasing at if you don't use -b or -s. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple