From: Martin Stromberg Message-Id: <200105140748.JAA08651@lws256.lu.erisoft.se> Subject: Re: Fileutils 4.0 and symlinks To: djgpp-workers AT delorie DOT com Date: Mon, 14 May 2001 09:48:26 +0200 (MET DST) In-Reply-To: <3AFEE27F.33C3BD51@phekda.freeserve.co.uk> from "Richard Dawe" at May 13, 2001 08:37:35 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Richard said: > that this is the wrong thing to do.) This caused the DOS box to GPF. I had > to remove '-nostdlib' to prevent a GPF, when configuring. Using Lately I've had serious problems with utod. Perhaps related? What happens for me is WINDOZE puts up BSOD or just reboot without warning. The main problem is I've not found any easy way to reproduce it. If I after the reboot try to run the command again it works fine. I run the bleeding edge from CVS, plus Charles' stub correction, my append fixes and Eli's NT-crash workaround. Ordinary version of the tools from precompiled .ZIPs except fileutils which is recompiled with with the latest libc. Note that utod comes from CVS so it's the bleeding edge. This started to appear after the NT-crash workaround but I hadn't had the need to use utod until recently so I don't particularly suspect that patch. > BTW Mark, bnu210b.mft contains two directories listed - man and man/cat1. > This is bad if you use 'rm -rf @bnu210b.mft' to uninstall binutils 2.10. Isn't the command you should use "rm -f @bnu210b.mft"? Right, MartinS