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

2016-04-01 Thread Alexander Köplinger
ASYNC is just a #ifdef symbol which gets defined when the -d option is passed to the compiler (basic.exe in this case, which is basically the mcs C# compiler). You would need to look into the .cs files mentioned in System.Xml.dll.sources to find out which pieces of the code light up when that

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC (Mono-devel-list Digest, Vol 132, Issue 1)

2016-04-01 Thread Jo Shields
On 31/03/16 13:37, Mathieu Malaterre wrote: > Dear all, > > I am currently trying to resurrect Mono debian package on PowerPC (32bits BE). > > I have two questions: > > - Is there a released version I should consider to start with if I > want to make mono work son PowerPC again ? I'd look at

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

2016-04-01 Thread Mathieu Malaterre
My initial post was a bit vague. Let me rephrase it. I am trying to solve the following issue: https://bugzilla.xamarin.com/show_bug.cgi?id=40037 I would like to know where is the documentation for the '-d:ASYNC' documentation ? I've naively tried: % ./mono basic.exe --help [...]