From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs,gmane.emacs.windows Subject: Re: [h-e-w] Current word on binaries Date: 18 Feb 2004 08:11:33 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <009901c3ec70$b3013940$6400a8c0@austin.rr.com> <7494-Sat14Feb2004140608+0200-eliz@elta.co.il> <3405-Tue17Feb2004210320+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077084699 24920 80.91.224.253 (18 Feb 2004 06:11:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 06:11:39 +0000 (UTC) Cc: help-emacs-windows@gnu.org, bug-gnu-emacs@gnu.org, harald@maierh.de, rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 07:11:34 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtKvl-0002cp-00 for ; Wed, 18 Feb 2004 07:11:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtKut-0007vY-1A for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Feb 2004 01:10:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtKup-0007uP-QJ for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2004 01:10:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtKuJ-0007hS-UW for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2004 01:10:34 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AtKuJ-0007ge-6j; Wed, 18 Feb 2004 01:10:03 -0500 Original-To: Jason Rumney In-reply-to: (message from Jason Rumney on 18 Feb 2004 00:13:32 +0000) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6997 gmane.emacs.windows:2031 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6997 > From: Jason Rumney > Date: 18 Feb 2004 00:13:32 +0000 > > > Linking with binmode.obj has been the way we have avoided being bitten > by MSVC in the past, but earlier versions of GCC defaulted to binary > mode and did not contain a binmode.obj (or .o) so that was made > conditional in the makefile. More recent versions of GCC now act more > like Windows compilers, defaulting to text mode and providing a > binmode.o to link with if you want binary mode as the default. So you are saying that the startup module supplied with GCC switched from binary to text mode as the default?