delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/01/03/14:09:07

From: Matthew Moss <mmoss AT panix DOT com>
Subject: Objective-C problems....
To: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP Mailing List)
Date: Mon, 3 Jan 1994 13:30:18 -0500 (EST)

Has anyone succesfully compiled an Objective-C program using DJGPP 1.11.m1?

When I tried a most basic program (see below), I got messages stating that
certain symbols (or functions) could not be found, including (eg)
		objc_msg_lookup
which should be very basic.

The test code that produced this error message (along with a few other symbols
missing) is:


#include <objc/objc.h>
#include <objc/Object.h>

main()
{
	id	one;

	one = [Object new];
	[one free];
}


---
Matt Moss
mmoss AT panix DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019