This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]