------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-11 
23:10 -------
Does this patch help:
Index: linking.m
===============================================================
====
RCS file: /cvs/gcc/gcc/libobjc/linking.m,v
retrieving revision 1.4
diff -u -p -r1.4 linking.m
--- linking.m   14 Jun 2004 07:46:33 -0000      1.4
+++ linking.m   11 Apr 2005 23:09:53 -0000
@@ -41,6 +41,7 @@ void __objc_linking (void)
 #ifdef __APPLE__
 void _objcInit(void)
 {
+__objc_force_linking();
 }
 #endif
 

Anyways this does not make sense what the heck

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20959

Reply via email to