> The gcc 3.3.3 Objective-C compiler on Linux generates bogus method name > conflicts which do not occur on the gcc 3.3 compiler on OSX. > Objective-C should be able to distinguish between identically named > class methods in the following example. > > For example, the following program compiles cleanly on OSX Panther/gcc > 3.3, but generates error messages on gcc 3.3.3 on Linux.
Try a newer compiler. At least gcc 3.5.0 on Linux doesn't generate those warnings. Thanks. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
