From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26807 invoked by alias); 9 Nov 2015 16:46:56 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 24342 invoked by uid 89); 9 Nov 2015 16:46:38 -0000 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 Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Nov 2015 16:46:36 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id tA9GkYuq002613 for ; Mon, 9 Nov 2015 11:46:34 -0500 Received: from [192.168.1.6] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id tA9GkXZw014927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 9 Nov 2015 11:46:34 -0500 Subject: Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address To: cygwin@cygwin.com References: <563D9CA2.5090605@orange.fr> <563DA445.5060800@gmail.com> <563DB2AE.4030304@tiscali.co.uk> <563E66EE.9030209@tiscali.co.uk> <563E6A81.7070803@gmail.com> <563F661D.50503@orange.fr> <563F72D7.5070908@cornell.edu> <5640BA7D.2030102@orange.fr> From: Ken Brown Message-ID: <5640CDEF.5080602@cornell.edu> Date: Mon, 09 Nov 2015 16:46:00 -0000 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 X-SW-Source: 2015-11/txt/msg00153.txt.bz2 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