all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pete Oster <poster@inter.net>
Subject: Re: Building Emacs 21.3 with X in MacOS X
Date: Mon, 17 Feb 2003 15:38:28 GMT	[thread overview]
Message-ID: <slrnb520fp.1ma.poster@esb.bbn.com> (raw)
In-Reply-To: slrnb51qa3.341.ragndahl@ibook.local

In article <slrnb51qa3.341.ragndahl@ibook.local>, kristian ragndahl wrote:
> I'm trying to build Emacs 21.3 (from cvs) with X support and
> without carbon but it fails with;
> 
> Writing LC_SYMTAB command
> unexec: cannot handle LC_DYSYMTAB with relocation entries
> make[1]: *** [bootstrap-emacs] Error 1
> make: *** [bootstrap] Error 2
> 
> Google didn't help me much.
>

See the Dec 21 2002 entry in  http://members.shaw.ca/akochoi-emacs/

--- src/unexmacosx.c.~1.3.~	Mon Dec  2 09:22:04 2002
+++ src/unexmacosx.c	Sat Dec 21 21:44:48 2002
@@ -638,7 +638,8 @@
       else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
 	       || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
 	       || strncmp (sectp->sectname, "__dyld", 16) == 0
-	       || strncmp (sectp->sectname, "__const", 16) == 0)
+	       || strncmp (sectp->sectname, "__const", 16) == 0
+	       || strncmp (sectp->sectname, "__cfstring", 16) == 0)
 	{
 	  if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))
 	    unexec_error ("cannot copy section %s", sectp->sectname);



For whatever reason, this change is not (yet?) in the cvs tree.

       reply	other threads:[~2003-02-17 15:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <slrnb51qa3.341.ragndahl@ibook.local>
2003-02-17 15:38 ` Pete Oster [this message]
     [not found]   ` <m2ptpqgd59.fsf@iBook.local>
2003-02-18 10:34     ` Building Emacs 21.3 with X in MacOS X Hans-Peter Binder
2003-02-18 13:38     ` Pete Oster
2003-02-18 16:01   ` Andrew Choi

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

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

  git send-email \
    --in-reply-to=slrnb520fp.1ma.poster@esb.bbn.com \
    --to=poster@inter.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.