On Fri, Mar 28, 2008 at 7:15 AM, Dominik Pich <[EMAIL PROTECTED]> wrote:
> Hi, > I started a simple xcode project and wanted to play with GC but cant > get it to work. > > First then I set the GCC Flag: Garbage Collection _required_: -fobj-gc- > only Have you tried using Xcode's build settings instead of manually specifying the compiler flag? There might be more to it than just -fobjc-gc-only. Even if you want to use compiler flags in the long term, it's still worth trying the build setting, just so you can check the build log to see what flags Xcode is using. sherm-- _______________________________________________ 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]
