Jonathon McKitrick wrote: > Hi all, > I just compiled a 'hello world' in objective c on a box with gcc but no > GNUstep. I'm using the compile command as I found it in the tutorial. > > Any idea what I did wrong? > dogma:...files/programs/objc> gcc -lobjc main.m printer.m -o testme
You used the vanilla gcc compiler, instead of the Objective C compiler. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message