all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sébastien Kirche" <sebastien.kirche.no@spam.free.fr.invalid>
Subject: [OSX] how to build for an older system ?
Date: Mon, 25 Jul 2005 14:49:44 +0200	[thread overview]
Message-ID: <m2pst71253.fsf@seki.fr> (raw)

Hi,

I use to build Carbon Emacs on a G4/10.3.9 system (Fink installed).

Thanks to Steven Tamm I can build without the Fink shared libs with
make-package --self-contained -M,CC=gcc

And it executes without problem on more recent systems.

For  a  few  days, i  have  access  to  a  G3/10.4.2 system  (Fink  also
installed).

When i launch the binary compiled with 10.4.2 it fails under 10.3.9 with
the following :
    dyld:    /Applications/Emacs.app/Contents/MacOS/Emacs   can't   open
    library: /usr/lib/libncurses.5.4.dylib  (No such file  or directory,
    errno = 2) 

Obviously I have only libncurses.5.dylib and libncurses.dylib in 10.3.9

I tried a trivial
ln -s /usr/lib/libncurses.5.dylib /usr/lib/libncurses.5.4.dylib

But it then fails with the not surprising
    dyld:  /Applications/Emacs.app/Contents/MacOS/Emacs version mismatch
    for library: /usr/lib/libncurses.5.4.dylib (compatibility version of
    user: 5.4.0 greater than library's version: 5.0.0)

Is there a mean to build  Emacs.app in "compatibility mode" (read : give
a lower required  shared lib version) when the compilation  is made on a
recent system ?

Thanks for help.
-- 
Sébastien Kirche

                 reply	other threads:[~2005-07-25 12:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m2pst71253.fsf@seki.fr \
    --to=sebastien.kirche.no@spam.free.fr.invalid \
    --cc=sebastien.kirche@free.fr \
    /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.