[Mono-list] Build problems with SuSE 8.2

Peter Magnusson petmag@crippledcanary.nu
04 Jun 2003 10:53:35 +0200


I have SuSE 8.2 (FTP version) on a Compaq EVO N800V.
I have tried to build mono and mcs with the use of the instructions on
the download page but with no luck. I also tried the mono-build.sh
script with no success.
pkgconfig and glib is the ones included in the SuSE distribution.

What to do? Whats wrong?
I am no Linux hacker and have little knowlege in gcc, make and those
tools but I have successfully built apps from source before.


=== output from mono-build.sh (the end of it anyway) ===
/usr/bin/install: cannot stat `./System.Web.dll': No such file or
directory
 /usr/bin/install -c -m 644 ./System.Web.Services.dll
/home/a130494/mono-devel/install/lib/System.Web.Services.dll
/usr/bin/install: cannot stat `./System.Web.Services.dll': No such file
or directory
 /usr/bin/install -c -m 644 ./System.Windows.Forms.dll
/home/a130494/mono-devel/install/lib/System.Windows.Forms.dll
/usr/bin/install: cannot stat `./System.Windows.Forms.dll': No such file
or directory
 /usr/bin/install -c -m 644 ./System.Xml.dll
/home/a130494/mono-devel/install/lib/System.Xml.dll
/usr/bin/install: cannot stat `./System.Xml.dll': No such file or
directory
gmake[2]: *** [install-assembliesDATA] Error 1
gmake[2]: Leaving directory `/home/a130494/mono-devel/mono/runtime'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/home/a130494/mono-devel/mono/runtime'
gmake: *** [install-recursive] Error 1
===============================================================