Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.lightlink.com!news.iecc.com!nerds-end From: jacob navia Newsgroups: comp.compilers Subject: Re: Information about objective C implementation Date: Fri, 09 Sep 2011 10:56:00 +0200 Organization: lccwin Lines: 22 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-09-012@comp.compilers> References: <11-09-011@comp.compilers> Reply-To: jacob@jacob.remcomp.fr NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1315597903 27847 64.57.183.58 (9 Sep 2011 19:51:43 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Fri, 9 Sep 2011 19:51:43 +0000 (UTC) Keywords: C, code Posted-Date: 09 Sep 2011 15:51:42 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:262 Le 08/09/11 19:43, jacob navia a icrit : > I would like information about the objective C implemntation of gcc > under OSX (Apple) > jacob > [I'd start here: > http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRun timeRef/Reference/reference.html#//apple_ref/doc/uid/TP40001418 > -John] That is a start of course, but it describes only an API to add classes and methods to classes dynamically at run time. What I would like to do is to know what should I generate to do that at compile time, i.e. when I compile objective C source. Thanks for the tip anyway. jacob [I suspect you'll get your answer more quickly by compiling test programs and looking at the code than looking for documentation. The GCC docs are chronically way behind where the code is. -John]