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=Pmw3AyyWa8blDYs4 6s6M+WTbBJquxvdHPutRg1zSYWF5U/Hu3rlAv2Dqn62nEGooZEcMbAVemu3fCTZZ vmduQWbuAHZF1H5U5cUvnlLa/n1FLaXlN6RVfSpzR9Zf9/ZeeHTgncqf9vmivRye MWG2xU2EGuJoP3mqwcnr50MOnVY= 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=ABWFJj8JGa2wHNkUw5fbuc riOag=; b=RFExgjFDipIspX/Y5pmQIcVuxyZZbPj0BmWnbvF8/SIH/2ewGObGHl D0+A3CHgzzKRzBZe2VWmWEYErYlvsBElqIp5V2vzgC2T6Ohj4yuvF7TEPDmEDG55 O506vc+VFCOLKazJ7aCZD0HqMcHg13DpUJiNaqqL6ZWC0ePTXvdY8= 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=-0.4 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD 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 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> From: Ken Brown Message-ID: <563F72D7.5070908@cornell.edu> Date: Sun, 8 Nov 2015 11:05:43 -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: <563F661D.50503@orange.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 11/8/2015 10:11 AM, Francis ANDRE wrote: > reinstalled poco-1.6.1 and the problem reappears...thsu, following your > advises > > $ find stage/tools -name "*.dll" > dlls > $ cat dlls > stage/tools/lib/CYGWIN/i686/cygPocoCppParser.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoCppParser.dll > stage/tools/lib/CYGWIN/i686/cygPocoCppParserd.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoCppParserd.dll > stage/tools/lib/CYGWIN/i686/cygPocoFoundation.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoFoundation.dll > stage/tools/lib/CYGWIN/i686/cygPocoFoundationd.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoFoundationd.dll > stage/tools/lib/CYGWIN/i686/cygPocoJSON.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoJSON.dll > stage/tools/lib/CYGWIN/i686/cygPocoJSONd.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoJSONd.dll > stage/tools/lib/CYGWIN/i686/cygPocoNet.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoNet.dll > stage/tools/lib/CYGWIN/i686/cygPocoNetd.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoNetd.dll > stage/tools/lib/CYGWIN/i686/cygPocoUtil.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoUtil.dll > stage/tools/lib/CYGWIN/i686/cygPocoUtild.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoUtild.dll > stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoXML.dll > stage/tools/lib/CYGWIN/i686/cygPocoXMLd.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoXMLd.dll > > > $rebase -T dlls > usage: rebase [-b BaseAddress] [-o Offset] [-48dOsvV] [-T [FileList | > -]] Files... > rebase -i [-48Os] [-T [FileList | -]] Files... > rebase --help or --usage for full help text > > $rebase stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll > usage: rebase [-b BaseAddress] [-o Offset] [-48dOsvV] [-T [FileList | > -]] Files... > rebase -i [-48Os] [-T [FileList | -]] Files... > rebase --help or --usage for full help text > > Any ideas of what's wrong? $ 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. 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