Date: Wed, 15 Jul 92 16:25:30 GMT From: kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) To: djgpp AT sun DOT soe DOT clarkson DOT edu, karna AT pobox DOT upenn DOT edu Subject: Re: Objective C "mode" Write a file in Objective-C syntax (guessing the syntax is left to you). You may consult a book from Brad Cox, or a book on programming the NeXT computer. Give that file the extension ".m" and type 'gcc -c whatever.m' and look what gcc yells out on your file :-) As it comes to a run-time system, all I can do is give you a file I once received from a GNU guy (Dennis). I have not yet gotten it to work, yet. --Chris