Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • can't compile objective-c

    0 answers - 425 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Any time I try to compile the following:
    @interface hello
    - (void) say_hello: (char*) s;
    @end
    @implementation hello
    - (void) say_hello: (char*) s {
    printf( "%s\n", s );
    }
    @end
    I get the following error message:
    /tmp/cceeQbNJ.o: In function `__objc_gnu_init':
    hello.m:(.text+0x58): undefined reference to `__objc_exec_class'
    How can I fix this?

Re: can't compile objective-c


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Development"

EMSDN.COM