[Mono-dev] Could sgen works with pthread?

2016-04-05 Thread Pin Cheng
Hi All, I am porting mono into old aix host, my platform doesn't support __thread Key word. I notice https://bugzilla.novell.com/show_bug.cgi?id=660413 Described that mono doesn't support sgen with pthread. I am using Mono 4.2.1, does this release overcome the limitation? I have research the

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-05 Thread Mathieu Malaterre
Alex, I understand that most configure options are considered 'advanced' and one should not expect them to even work. However I am simply trying to compile mono with --with-tls=pthread (that seems like a widely spread option on non-gcc based system). Is that considered a supported option ? If so

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-05 Thread Mathieu Malaterre
Hi Jonathan, On Mon, Apr 4, 2016 at 8:44 PM, Jonathan Purdy wrote: >> - Is there a way for me to run the sgen implementation test suite ? > > > Yes, “make check -C mono” will run the runtime tests, which include tests > for SGen. That was non-trivial due to the fact