On Oct 23, 2009, at 5:04 AM, Nick Rogers wrote: > I compiled using Xcode3.2 on 10.6.1, 10.5 base sdk and for Intel 64-bit only > with GC only option. > The program compiles fine, but the following error is there when launching it > on 10.5.8 system: (window doesn't appear) > > EXC_BREAKPOINT (SIGABRT) > > Dyld error message: > unknown required load command: 0x80000022
GC is fully supported on 10.5.8. Something else is broken. Are you linking against any non-Apple libraries? Have they been built correctly? Also, what is the list of libraries / frameworks you are linking against? b.bum _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
