Date: Fri, 08 Nov 2002 14:10:53 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> Cc: freebsd-chat@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Unresolved reference compiling Objective-C ?? Message-ID: <3DCC366D.546DD998@mindspring.com> References: <20021108173235.GA82490@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DCC366D.546DD998>