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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=JiXhr rSZZUgzoZb8t1k2Ct7z2U3QscW9yjzUoXOqR1+8Xy7znc2OtJ1hCFIm/D5XS/pRN mkOxPQytoWSFjs9BTKPl+NW1qN2HOfT0/bJxvbqh9yJT/lPTVlM/C5KdKFEOnyvr 5B146lkxKqiRWWppuoxusbgFeyAFsxzEt21YeQ= 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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=D8u96+UvSm+ pMyeUQ+xTK7jCwdA=; b=TCvkPn1U6NL94xCDsLHvfzknM5ovkW5l4sbdZDtXMhd AMQ27wGrsxongXUaQFwuUsoIGasfdN+MdJITyqmc6ViOqCs/Iq7DIMb+HLiSig+w eznC8bWePODTMU77ITZgI9B3hU9IMex/AqOY7GyRpNAwZh3+B9UP0keRqLq6S6kQ = 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.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_JMF_BR,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-in-17.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 3ntYWd1H9CzB61M From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address 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> Date: Sat, 07 Nov 2015 23:42:34 +0100 In-Reply-To: <563E6A81.7070803@gmail.com> (Marco Atzeri's message of "Sat, 7 Nov 2015 22:17:53 +0100") Message-ID: <87io5dctyd.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Marco Atzeri writes: > It is what I do for octave builds from mercurial repository, > as rebase is not aware of these new dll's > > find /build_root -name "*.dll" > new_dlls > rebase -T new_dlls Make that either rebase -OT new_dlls or find builddir -name \*.dll | rebase -OT - if you want to use (but don't mess up) the rebase database. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- 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