From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3833 invoked by alias); 27 Feb 2005 03:12:03 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 3815 invoked from network); 27 Feb 2005 03:12:00 -0000 Received: from unknown (HELO cruppie.aaronwl.com) (68.228.0.128) by sourceware.org with SMTP; 27 Feb 2005 03:12:00 -0000 Received: from [70.182.5.33] (cdm-70-182-5-33.laft.cox-internet.com [70.182.5.33]) by cruppie.aaronwl.com (8.12.11/8.12.11) with ESMTP id j1R3BxUH028353; Sun, 27 Feb 2005 03:11:59 GMT Message-ID: <42213A85.1040601@aaronwl.com> Date: Mon, 28 Feb 2005 09:01:00 -0000 From: "Aaron W. LaFramboise" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 MIME-Version: 1.0 To: Danny Smith CC: binutils Subject: Re: Build fails in makeinfo References: <42210FA2.2030705@aaronwl.com> <000501c51c69$c7ba5b30$724861cb@DANNY> In-Reply-To: <000501c51c69$c7ba5b30$724861cb@DANNY> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00665.txt.bz2 Danny Smith wrote: > Aaron W. LaFramboise wrote: >> section mapping' (perhaps incorrect sectioning?). `mmo >> a New Hash Table Type' (perhaps incorrect sectioning?).iving >>makeinfo: Removing output file >>`/aaronwl/cs/compilers/binutils/src/cvs/src/bfd/doc/bfd.info' due to >>errors; use --force to preserve. >>make[3]: *** >>[/aaronwl/cs/compilers/binutils/src/cvs/src/bfd/doc/bfd.info] Error 1 > Does this help: > + #ifdef __MINGW32__ > + /* Prevent \r\n line endings. */ > + #include > + unsigned int _CRT_fmode = _O_BINARY; > + #endif > + Yes! It does. However, is it a good idea to apply this sort of thing? It seems that the real trouble is in my makeinfo, not in chew. makeinfo should be able to accomidate Windows line endings when it is built on Windows. I'm a little curious why I am suddenly having this problem now, when I didn't have it before. For what its worth, I have a similar problem with GCC too. Aaron W. LaFramboise