unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [OSX] how to build for an older system ?
@ 2005-07-25 12:49 Sébastien Kirche
  0 siblings, 0 replies; only message in thread
From: Sébastien Kirche @ 2005-07-25 12:49 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-25 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25 12:49 [OSX] how to build for an older system ? Sébastien Kirche

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).