Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82007 --- shadow/82007 2007-08-10 14:25:54.000000000 -0400 +++ shadow/82007.tmp.1055 2007-08-10 15:44:11.000000000 -0400 @@ -81,6 +81,18 @@ _ves_icall_System_AppDomain_createDomain symbol ___freedtoa used from dynamic library /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libpthread.dylib(gdtoa-dmisc.So) not from earlier dynamic library /mono/lib/libmono.0.dylib(strtod.o) collect2: ld returned 1 exit status + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 15:44 ------- +Yes it does. + +_ves_icall_System_AppDomain_InternalUnload +_ves_icall_System_AppDomain_createDomain + +You have to make sure that those two symbols are accessible from domains. This can easily +be changed by removing MONO_INTERNAL from the declaration. + +On Mac OS X ppc however I think this should compile just fine because the hidden attribute is +not supported there anyway. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
