unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@gnu.org>
To: Ken Brown <kbrown@cornell.edu>
Cc: 6715@debbugs.gnu.org
Subject: bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c
Date: Sat, 24 Jul 2010 01:13:28 -0400	[thread overview]
Message-ID: <yxqaaphtqbr.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <4C4A1B69.2050100@cornell.edu> (Ken Brown's message of "Fri\, 23 Jul 2010 18\:44\:57 -0400")

Ken Brown <kbrown@cornell.edu> writes:

> The conclusion of
>
>   http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00398.html
>
> was that the Cygwin build of Emacs should use pre-crt0.c instead of
> ecrt0.c.  The following patch accomplishes this:

BTW, it would be good if you could look at configure.in and see if the
line:

  cygwin) LINKER="\$(CC)" ;;

[Just trying to remove special cases from the build system to simplify it...]



>
> --- configure.in.orig	2010-07-12 10:39:38.000000000 -0400
> +++ configure.in	2010-07-23 17:01:00.468750000 -0400
> @@ -1060,7 +1060,7 @@
>  case $opsys in
>    cygwin )
>      LIB_MATH=
> -    START_FILES='ecrt0.o'
> +    START_FILES='pre-crt0.o'
>      ;;
>    darwin )
>      ## Adding -lm confuses the dynamic linker, so omit it.
>
> I'm sending this as a bug report so it doesn't get forgotten.  Please
> apply it to the trunk.
>
> Thanks.
>
> Ken





  parent reply	other threads:[~2010-07-24  5:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-23 22:44 bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Ken Brown
2010-07-24  1:23 ` Chong Yidong
2010-07-24  5:13 ` Dan Nicolaescu [this message]
2010-07-24 12:22   ` Ken Brown
2010-07-24 18:48     ` Ken Brown
2010-07-24 20:26       ` Eli Zaretskii
2010-07-24 21:33         ` Ken Brown
2010-07-24 21:34       ` Dan Nicolaescu
2010-07-25 14:38         ` Ken Brown
2010-07-25 20:39           ` Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yxqaaphtqbr.fsf@fencepost.gnu.org \
    --to=dann@gnu.org \
    --cc=6715@debbugs.gnu.org \
    --cc=kbrown@cornell.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).