|
From: | Adam Fedor |
Subject: | Re: Segmentation fault on OSX for intel |
Date: | Thu, 05 Jan 2006 10:16:33 -0700 |
On 2006-01-05 06:41:21 -0700 Enrico Sersale <enrico@dtedu.net> wrote:
# On Darwin, two-level namespaces require all symbols in bundles# to be resolved at link time. Do this even if we don't think we need it.ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) LINK_BUNDLE_AGAINST_ALL_LIBS = yes endif After this change I get things like this: Program received signal EXC_BAD_ACCESS, Could not access memory.
OK. I changed this to be closer to what I really meant (using Apple cc).
[Prev in Thread] | Current Thread | [Next in Thread] |