unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Emacs crashes unless using -nw option
Date: Sat, 09 Oct 2004 11:44:29 -0400	[thread overview]
Message-ID: <E1CGJOX-0000pu-GT@fencepost.gnu.org> (raw)
In-Reply-To: <20041007223113.A439160CE8@localhost.ucsd.edu> (message from Brian Parent on Thu, 7 Oct 2004 15:31:13 -0700 (PDT))

The configure script is what figures out whether to use -z nocombreloc.
Can you debug why it made the wrong decision on your system?
If you figure that out, maybe we can fix it.

The code in configure that does this test starts with these lines:

late_LDFLAGS=$LDFLAGS
if test "$GCC" = yes; then
  LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
else
  LDFLAGS="$LDFLAGS -znocombreloc"
fi

  reply	other threads:[~2004-10-09 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-07 22:31 Emacs crashes unless using -nw option Brian Parent
2004-10-09 15:44 ` Richard Stallman [this message]
2004-10-13 16:31   ` Brian Parent
2004-10-15  0:26     ` Richard Stallman

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=E1CGJOX-0000pu-GT@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    /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).