all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Marius Hofert <marius.hofert@math.ethz.ch>
Cc: Emacs help <help-gnu-emacs@gnu.org>
Subject: Re: Make fails on Mac OS 10.7: ld: symbol(s) not found
Date: Sun, 16 Oct 2011 19:23:34 +0200	[thread overview]
Message-ID: <00BCAA3F-512D-4B69-972E-02C6A5814748@Web.DE> (raw)
In-Reply-To: <85C92F0C-8CC1-4EC1-8938-94200AF64BEE@math.ethz.ch>


Am 16.10.2011 um 10:04 schrieb Marius Hofert:

> ld: symbol(s) not found for architecture x86_64

Try to 'make clean' and then configure with LDFLAGS containing '-Wl,-t' and CFLAGS containing -H. The former will show which shared libraries actually are used to build temacs (and later emacs). Knowing them, you can check with file or 'lipo -info' or 'lipo -detailed_info' whether they are correct.

The latter flag, -H, will make GCC to report which C header files it uses to pre-process the source files.


BTW, have you ever tried to compile in GNU Emacs? M-x compile RET C-a C-k <your configure or compile command instead of the default> RET.

--
Mit friedvollen Grüßen

  Pete

Wenn man die Redlichkeit eines Politikers allzu laut betont, zweifelt man an seinen Fähigkeiten.
				(Charles Maurice de Talleyrand)




  parent reply	other threads:[~2011-10-16 17:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-16  8:04 Make fails on Mac OS 10.7: ld: symbol(s) not found Marius Hofert
2011-10-16 12:42 ` Marius Hofert
2011-10-16 17:23 ` Peter Dyballa [this message]
2011-10-16 22:09   ` Marius Hofert

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=00BCAA3F-512D-4B69-972E-02C6A5814748@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=marius.hofert@math.ethz.ch \
    /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.