From: David Stes Newsgroups: comp.os.msdos.djgpp Subject: Re: please help me to compile an Objective-C program Date: Thu, 13 Aug 1998 08:35:39 +0000 Organization: Mundivia, Santander Lines: 11 Message-ID: <35D2A55B.41C67EA6@mundivia.es> References: <35d25c2c DOT 9025265 AT news DOT neosoft DOT com> NNTP-Posting-Host: modeni242.mundivia.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Flatulator wrote: > > Hi. I'm new to Objective-C and I'm trying to compile this sample > program. I'm using DJGPP v2 to do it. > ... > main.o(.text+0x31):main.m: undefined reference to `objc_get_class' > main.o(.text+0x3c):main.m: undefined reference to `objc_msg_lookup' Looks like you don't have runtime libraries. There are libraries and packages at sunsite for Linux. (http://sunsite.unc.edu/pub/Linux/devel/lang/objc/).