Re: [Mono-dev] Mono runtime performance

2005-09-14 Thread Gary Smithrud
I would suggest build the Mono version with optimizations on and seeing the performance differences as well. Of course this is not a total surprise, since Mono is newer than .NET and as such the goal should be first to get it right and then to speed it up. On Sep 14, 2005, at 8:18 AM,

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread Gary Smithrud
Unfortunately, I can not help there, since I'm attempting to build the SPARC version for about the tenth time. On Sep 10, 2005, at 8:14 PM, [EMAIL PROTECTED] wrote: Hello again, Well, I followed Gary's instructions and uncompressed the tar.gz file in linux, created a zip file, and moved to

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-10 Thread Gary Smithrud
You need to use GNU tar to untar the file. Worse, the GNU tar for Solaris from Sun is not compatible either. You can build the latest GNU tar or download to Linux, untar it, then zip it up and transfer it to Solaris. The version of zip are compatible. On Sep 10, 2005, at 2:22 PM, [EMAIL

Re: [Mono-dev] Failed libreadline.so.4 dependency

2005-09-09 Thread Gary Smithrud
Need to install the readline4-compat development package found on your CD/DVD. I'm just guessing on the name, so search for readline. On Sep 9, 2005, at 7:02 PM, knocte wrote: Hello. Trying to install *all* mono 1.1.9 packages inside a SUSE9.3 I get this error: mono1.1.9 # rpm -Uvh

Re: [Mono-dev] Failed libreadline.so.4 dependency

2005-09-09 Thread Gary Smithrud
I guess that I could have been more clear on this response...I meant the SUSE 9.3 CD/DVD. On Sep 9, 2005, at 7:28 PM, Gary Smithrud wrote: Need to install the readline4-compat development package found on your CD/DVD. I'm just guessing on the name, so search for readline. On Sep 9, 2005

[Mono-dev] default_opt and aot

2005-09-01 Thread Gary Smithrud
I'm trying to get the 8/29 source tarball built on Solaris and it is core dumping when performing make check. The issue is that mono_aot_get_method is being called and aot_mutex is 0 (the coredump is occurring in LeaveCriticalSection.) It looks like that the default_opt of 0 is causing

Re: [Mono-dev] mono_aot_get_method, aot_mutex, and default_opt

2005-09-01 Thread Gary Smithrud
stuff altogether. Zoltan On 8/31/05, Gary Smithrud [EMAIL PROTECTED] wrote: I'm sorry if this is a repeat (we had a power issue and I'm not sure that it got out), but I have not seen the original. The issue is that mono_aot_get_method is coredumping on Solaris 8

[Mono-dev] mono_aot_get_method, aot_mutex, and default_opt

2005-08-31 Thread Gary Smithrud
I'm sorry if this is a repeat (we had a power issue and I'm not sure that it got out), but I have not seen the original. The issue is that mono_aot_get_method is coredumping on Solaris 8 in the LeaveCriticalSection because aot_mutex is NULL. Default_opt is 0 and so I believed that