Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-BigFish: V Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Any fix to cygheap_fixup_in_child failure after rebaseall? Date: Tue, 26 Apr 2005 16:24:55 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Bruce Dobrin" To: X-OriginalArrivalTime: 26 Apr 2005 23:24:47.0047 (UTC) FILETIME=[22A27570:01C54AB7] X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j3QNOxlR009930 OK, that seems to have worked. I've only used it alone or rebase for specific files before. I generated a file from a find of all dll's under /usr and /lib ( then removed the cygwin1.dll from the list). Can I assume the redundancy of hitting most of these 2 times will not have any adverse effect? With all the stuff I compile on this machine I'm not sure how else to find them otherwise... Thanks Bruce -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Brian Dessent Sent: Tuesday, April 26, 2005 3:45 PM To: Cygwin List Subject: Re: Any fix to cygheap_fixup_in_child failure after rebaseall? Bruce Dobrin wrote: > > I did use rebaseall -T /usr/local/bin > > But I've always been a bit hazy as to what the proper format for > rebaseall was.... That won't work. The argument to -T is a filename of a file containing a list of additional files to rebase, one per line. It can also take '-' to mean a list on stdin. However when you do rebaseall you want to make sure that as few cygwin programs are invoked as possible, otherwise you risk their DLLs being in use and the rebase will abort. (This is why you must run it from a plain bash CMD.EXE prompt, not rxvt or xterm.) Therefore you should be careful if you use '-' so that you don't have DLLs in use. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/