[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MacOSX emacs crashes after 10.4.3 update
From: |
Ken Raeburn |
Subject: |
Re: MacOSX emacs crashes after 10.4.3 update |
Date: |
Sat, 5 Nov 2005 15:11:44 -0500 |
On Nov 5, 2005, at 09:17, David Reitter wrote:
This technote seems to apply:
http://developer.apple.com/technotes/tn2002/tn2064.html
MACOSX_DEPLOYMENT_TARGET probably does more than that. Maybe it
would be worth setting MACOSX_DEPLOYMENT_TARGET to 10.3 and build
on a 10.4 machine.
A coworker of mine was explaining to me yesterday about the
availability macros (described in that tech note) and how the compile-
time settings are derived from the environment variable. So, yes,
it'll affect compilation as well as linking...
Ken