[Mono-devel-list] mod_mono on Mac OS X?

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri May 14 01:40:55 EDT 2004


El jue, 13-05-2004 a las 23:43, Sean A Corfield escribió:
> On May 13, 2004, at 1:48 PM, Dan Winship wrote:
> >> The problem seems to be that libmod_mono.so is not built on OS X 10.3.
> >> libmod_mono.0.0.0.dylib is built OK - it seems that an extra step is
> >> needed to convert this to a "Mach-O bundled ppc" called libmod_mono.so
> >> - any pointers?
> > XSP has to pass "-module" to libtool when linking libmod_mono.la to
> > indicate that it's a loadable module rather than a shared library.
> 
> Awesome. I changed line 121 of mod_mono-0.9/src/Makefile to this:
> 
> libmod_mono_la_LDFLAGS = -module

Nice! I'll add that to CVS. Thanks Dan and Sean!

[...]
> 
> Exception rethrown at [0]:
>   ---> System.OverflowException: Resulting timespan is too big.
> in <0x00220> System.TimeSpan:FromMilliseconds (double)
> in <0x0005c> System.TimeSpan:FromSeconds (double)
> in <0x00068> System.Runtime.Remoting.Lifetime.LifetimeServices:.cctor ()
> --- End of inner exception stack trace ---
> 
> in <0x002e0> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke  
> (System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messa 
> ging.IMessage,System.Exception&,object[]&)

There's already a bug report for that on PPC.

-Gonzalo




More information about the Mono-devel-list mailing list