From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.bugs Subject: bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Date: Sun, 25 Jul 2010 10:38:10 -0400 Message-ID: <4C4C4C52.9050801@cornell.edu> References: <4C4A1B69.2050100@cornell.edu> <4C4ADB10.4030204@cornell.edu> <4C4B358A.6070009@cornell.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280070517 8271 80.91.229.12 (25 Jul 2010 15:08:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 15:08:37 +0000 (UTC) Cc: "6715@debbugs.gnu.org" <6715@debbugs.gnu.org> To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 25 17:08:34 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Od2oZ-0003av-IF for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Jul 2010 17:08:31 +0200 Original-Received: from localhost ([127.0.0.1]:57336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od2nl-0002Lr-86 for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Jul 2010 11:07:41 -0400 Original-Received: from [140.186.70.92] (port=48700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od2ne-0002Lg-AG for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 11:07:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od2nc-0000uD-6Y for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 11:07:34 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60529) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od2nc-0000u3-3c for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 11:07:32 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Od2M2-0000mf-CD; Sun, 25 Jul 2010 10:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ken Brown Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Jul 2010 14:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6715 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 6715-submit@debbugs.gnu.org id=B6715.12800686893004 (code B ref 6715); Sun, 25 Jul 2010 14:39:02 +0000 Original-Received: (at 6715) by debbugs.gnu.org; 25 Jul 2010 14:38:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od2LA-0000mP-Td for submit@debbugs.gnu.org; Sun, 25 Jul 2010 10:38:09 -0400 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141] helo=authusersmtp.mail.cornell.edu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od2L8-0000m3-KN for 6715@debbugs.gnu.org; Sun, 25 Jul 2010 10:38:07 -0400 Original-Received: from [192.168.1.5] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id o6PEc8SK017534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jul 2010 10:38:08 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 25 Jul 2010 10:39:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38913 Archived-At: On 7/24/2010 5:34 PM, Dan Nicolaescu wrote: > Here's some other cygwin related cleanups: > > - remove this: > > #ifdef CYGWIN > #define BSD4_2 > #endif > > and instead add defined(CYGWIN) in the right place in the only user: vm-limit.c Done. > > - in configure.in the setting for lastfile.o > cygwin is the only platform that uses different linking order. > If the "normal" linking order works on cygwin too, it would simplify the build a bit. No, the "normal" linking order doesn't work on cygwin; bootstrap-emacs.exe gets built, but it hangs when trying to byte compile the .el files. What about turning the question around? Would the linking order that works on cygwin also work on other platforms? Or is it safer to just leave this alone? Ken