On 29 Nov 2010, at 06:07, [email protected] wrote:

> Using a programming book, one of the exercises has me try
> 
> #import <Foundation/Foundation.h>
> int main(int argc, const char * argv[])
> 
> {
>       NSAutoreleasePool * Pool = [NSAutoreleasePool alloc] init];

Just a little point ... there's a type in the above line ... you are missing 
one of the opening brackets.
I think other people have already addressed the more basic issue of building 
with gnustep-make rather than using gcc directly.
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to