X-Recipient: archive-cygwin@delorie.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=Ouhvt9u+BBhf1NOY
	1uBlcf+DriaqzGgd8ZU8P3jh62+UfTqjFnfKykkNP+lgFk3QvZhNRPqZg4C9x/xz
	xrXzlYYMUPhtxfdVf22HB1FpFqx+OhIr3Bkldmq6l0Qjo7vZ2v9FIOLUz6/JiItU
	yi2y8AfctV130dCo7CM2i8xgj0o=
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=Vdr/P2ErXmo8NNkiTv39l5
	60Zz0=; b=HHhI3ZNjLN8o2Va7MaEmDpJBHkGoV6IfAOVYwz4HqIykvu4HI5o3zI
	PxgdywEGk3vXW0oYSvwaakpYOXCVScjeHe5ArJqAtkxgh6OMFMPBBcBCvkT4eLni
	vluYE6eklLePzZfzLt1veVhhcS916Ae5eGzShBiAGxRz9M9NZdsh8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: limerock03.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@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> <5640CD6F.4030003@orange.fr>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <5640D389.5020609@cornell.edu>
Date: Mon, 9 Nov 2015 12:10:33 -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: <5640CD6F.4030003@orange.fr>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 11/9/2015 11:44 AM, Francis ANDRE wrote:
>      rebase -O -T list
>> That's works effectively but why it does not work without the -O option?
> Hold on, the story is not closed
>
> when doing the following steps at the console, it works
> find . -name "*.dll" > dlls
> rebase -O -T dlls
> PATH=/cygdrive/z/git/poco-1.6.2/stage/tools/PocoDoc/bin/CYGWIN/i686:/cygdrive/z/git/poco-1.6.2/stage/tools/lib/CYGWIN/i686:/cygdrive/z/git/poco-1.6.2/stage/tools/PocoDoc/bin/CYGWIN/i686:/cygdrive/z/git/poco-1.6.2/stage/tools/lib/CYGWIN/i686:/cygdrive/z/git/poco-1.6.2/release/script:/usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Python33:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program
> Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files
> (x86)/Subversion/bin:/cygdrive/c/Program Files (x86)/Dr.
> Memory/bin:/cygdrive/c/Program Files
> (x86)/Skype/Phone:/cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin:/cygdrive/c/Program
> Files/Microsoft DNX/Dnvm:/cygdrive/c/Program Files (x86)/Windows
> Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files
> (x86)/Git/bin:/cygdrive/z/git/win-flex-bison/bin/Release:/cygdrive/c/ASF/apache-maven-3.2.1/bin:/cygdrive/c/Program
> Files/Java/jdk1.7.0_51/bin:/cygdrive/c/ASF/apache-ant-1.9.3/bin
> PocoDoc --config=/cygdrive/z/git/poco-1.6.2/PocoDoc/cfg/mkdoc-poco.xml
> --config=/cygdrive/z/git/poco-1.6.2/stage/docbuild/PocoDoc.ini
>
>
> but when running the equivalent steps in a bash script, it does not work
> as show below

You didn't do the equivalent steps in your script.  You rebased the DLLs 
one at a time instead of all at once.  With the -O option, rebase 
doesn't record the changes to the rebase database, so there's nothing to 
prevent the new DLLs from colliding with one another.

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

