[Mono-dev] Windows/CygWin: Mono doesn't work after compiling

Robert Jordan robertj at gmx.net
Sat Nov 1 09:57:25 EDT 2008


Hi,

MikeTheTall wrote:
> 
>>> I'm having a bit of trouble compiling mono on Windows (using CygWin). 
>>> The
>>> weird thing is that the compilation seems to have gone ok, but the
>>> mono/mcs/gmcs programs do nothing afterwards.
>>>
>> This usually happens when a dll needed by the executable (most likely
>> libglib.dll or something like that) is not in the PATH.
> 
> Thanks for the tip!
> 
> Is there a way that I can find out what .DLLs it's missing?  

You're missing all dependency dlls installed by Mono's Windows
installer into Mono's bin directory.

Just assure that this directory is listed the PATH environment
variable after your install directory.

Robert



More information about the Mono-devel-list mailing list