[Mono-list] Have YOU built mono on cygwin?

David Dawkins david@dawkins.st
Sat, 19 Jan 2002 10:31:13 -0000


Hi,

I'm looking for anyone at all who has managed to get mono
built on cygwin; I need to compare notes. 

Here is my latest build problem: monoburg won't run because:
(in dialog window) "This application has failed to start because
glib-1.3.dll was not found. Re-installing the application may
fix this problem."

However, glib-1.3.dll is most certainly in /usr/local/lib. 
I tried regsvr32, but that complains:
> LoadLibrary("glib-1.3.dll") failed - The specified module 
> could not be found

C:\cygwin\usr\local\lib>dir *.dll
 Volume in drive C has no label.
 Volume Serial Number is 0F67-1301

 Directory of C:\cygwin\usr\local\lib

02/01/2002  06:32            28,672 System.Drawing.dll
02/01/2002  06:32            18,944 System.Web.dll
02/01/2002  06:32            45,056 System.XML.dll
02/01/2002  06:32            94,208 System.dll
02/01/2002  06:32           282,624 corlib.dll
04/01/2002  14:33         1,486,920 glib-1.3.dll
               6 File(s)      1,956,424 bytes
               0 Dir(s)     274,071,552 bytes free

I am running WinXP Prof, .NET Beta 2, and the mono source I
have is a week or two old. The glib package is Alex's as specified from
http://www.go-mono.com/download.html.  

Any help would be appreciated. 

Thanks
David