Re: [Mono-list] .so file not found in /usr/lib

2016-07-06 Thread Jonathan Pryor
On Jul 4, 2016, at 7:24 PM, Daniel Hughes wrote: > I have a library that I am trying to pinvoke to (libsword.so) that is located > in /usr/lib > > This page: http://www.mono-project.com/docs/advanced/pinvoke/ > tells me that /usr/lib is on the search path. > > However when

Re: [Mono-dev] Volatile fields don't enforce acquire - release semantics like Volatile.Read() and Volatile.Write()

2016-07-06 Thread Rodrigo Kumpera
Yes, it looks like a bug. On Wed, Jul 6, 2016 at 11:13 AM, petrakeas wrote: > According to C# specification > : > > • A read of a volatile field is called a volatile read. A volatile > read has > “acquire

[Mono-dev] Volatile fields don't enforce acquire - release semantics like Volatile.Read() and Volatile.Write()

2016-07-06 Thread petrakeas
According to C# specification : • A read of a volatile field is called a volatile read. A volatile read has “acquire semantics”; that is, it is guaranteed to occur prior to any references to memory that occur after it in the

Re: [Mono-list] linux: run monodevelop as root

2016-07-06 Thread Elmar Haneke
> How I get root rights for running, debuging, parsing etc. applications in > Monodevelop? Another but an uncomfortable way is to start the console as > superuser (su) and start the application with mono xy.exe. But this way does > not allow to debug any application. You can use the "remote