Mail Archives: djgpp/1994/01/03/14:09:07
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 -