[Mono-list] mono-debugger on powerpc

2003-02-04 Thread christophe barbe
My understanding is that the jit 'mono' is not available on powerpc and that the interpreter 'mint' can be used as a replacement. What is the typical speed up factor provided by using the jit? Is it possible to use the debugger on powerpc? The configure script stops because of the missing mono.

Re: [Mono-list] mono-debugger on powerpc

2003-02-04 Thread christophe barbe
On Wed, Feb 05, 2003 at 12:20:59AM +0100, Martin Baulig wrote: > if it stops because of the missing mono, then it's a bug, it should already abort >earlier > because of the unsupported architecture. So yes the bug is there. > The Debugger only works on the i386 architecture. Unfortunately, port

Re: [Mono-list] Monodoc 0.1

2003-02-06 Thread christophe barbe
I tried it on debian/sid powerpc (using atoker packages and gtk# rebuilt package for powerpc) and got: ~/tmp/monodoc$ ./browser.exe ** (./browser.exe:2835): WARNING **: Using non-atomic functions! Segmentation fault I can do more test (turning something to verbose) if you want. Christophe On