On 2006-01-05 06:41:21 -0700 Enrico Sersale <[EMAIL PROTECTED]> 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).
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep