[Mono-winforms-list] Where to find the installed library in mono

Jonathan Pobst monkey at jpobst.com
Wed Jul 2 10:31:09 EDT 2008


If it is just a case of looking for libgdiplus in the wrong place, you 
can see where Mono is looking for it with this:

MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll" mono myapp.exe

Jonathan

Sandy Armstrong wrote:
> On Tue, Jul 1, 2008 at 7:39 AM, Tushar Neupaney
> <tushar.neupaney at gmail.com> wrote:
>> Dear All,
>>
>> First Sorry to ask such stupid question. I am a newbie in Mono. Can any one
>> just tell me how to find out what libraries are installed in my system.
>> I have Fedora 8 running and my application does not work because it says the
>> following:
> 
> Looks like you need to install libgdiplus, though that should have
> been a dependency of installing mono-winforms.
> 
> Sandy
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> 
> 



More information about the Mono-winforms-list mailing list