Date: Thu, 11 Aug 94 11:08:13 -0400 From: dj AT ctron DOT com (DJ Delorie) To: eliz AT is DOT elta DOT co DOT il Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Testing Objective C > t16.m(.ctor+0x0): undefined reference to `global constructors keyed to main' > object.m(.ctor+0x0): undefined reference to `global constructors keyed to object.m' > > Anybody knows what this means? Is Object C environment which comes with > DJGPP somehow incomplete? Objective-C is broken; it's a bug in gcc itself. I've files a report with FSF but haven't gotten a fix yet. The bug is that it generates a label that doesn't match the reference to it when setting up global initializers.