The mono build scripts do not include the mcs binaries nor does it build mcs for you. You need to build mcs from cvs.
See http://www.go-mono.com/anoncvs.html on how to use anon cvs. Once mcs built, then you can: cp ~/mono/mcs/mcs/mcs* ~/mono/install/bin cp ~/mono/mcs/class/lib/* ~/mono/install/lib -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Grigoras Sent: Wednesday, August 14, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: [Mono-list] install problems !? Hello, after I make all the steps to install Mono ( via mono-build.sh ) I think it happened something strange, because all sizes of my libraries are 0 !! total 14796 -rw-r--r-- 1 root staff 0 Aug 13 17:35 System.Data.dll -rw-r--r-- 1 root staff 0 Aug 13 17:35 System.Drawing.dll -rw-r--r-- 1 root staff 0 Aug 13 17:35 System.Web.dll -rw-r--r-- 1 root staff 0 Aug 13 17:35 System.Xml.dll -rw-r--r-- 1 root staff 0 Aug 13 17:35 System.dll -rw-r--r-- 1 root staff 0 Aug 14 10:09 a.txt -rw-r--r-- 1 root staff 0 Aug 13 17:35 corlib.dll -rw-r--r-- 1 root staff 853332 Aug 13 17:27 libgc.a -rwxr-xr-x 1 root staff 688 Aug 13 17:27 libgc.la During the installation process I see that : make[2]: Leaving directory `/usr/local/mono/mono/docs' Making all in runtime make[2]: Entering directory `/usr/local/mono/mono/runtime' cp ../../mcs/class/lib/corlib.dll . || cp /usr/local/mono/install/lib/corlib.dll . || touch corlib.dll cp: cannot stat `../../mcs/class/lib/corlib.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/corlib.dll': No such file or directory cp ../../mcs/class/lib/System.dll . || cp /usr/local/mono/install/lib/System.dll . || touch System.dll cp: cannot stat `../../mcs/class/lib/System.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/System.dll': No such file or directory cp ../../mcs/class/lib/System.Data.dll . || cp /usr/local/mono/install/lib/System.Data.dll . || touch System.Data.dll cp: cannot stat `../../mcs/class/lib/System.Data.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/System.Data.dll': No such file or directory cp ../../mcs/class/lib/System.Xml.dll . || cp /usr/local/mono/install/lib/System.Xml.dll . || touch System.Xml.dll cp: cannot stat `../../mcs/class/lib/System.Xml.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/System.Xml.dll': No such file or directory cp ../../mcs/class/lib/System.Web.dll . || cp /usr/local/mono/install/lib/System.Web.dll . || touch System.Web.dll cp: cannot stat `../../mcs/class/lib/System.Web.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/System.Web.dll': No such file or directory cp ../../mcs/class/lib/System.Drawing.dll . || cp /usr/local/mono/install/lib/System.Drawing.dll . || touch System.Drawing.dll cp: cannot stat `../../mcs/class/lib/System.Drawing.dll': No such file or directory cp: cannot stat `/usr/local/mono/install/lib/System.Drawing.dll': No such file or directory cp ../../mcs/mcs/mcs.exe . || cp /usr/local/mono/install/bin/mcs.exe . || touch mcs.exe cp: cannot stat `../../mcs/mcs/mcs.exe': No such file or directory cp: cannot stat `/usr/local/mono/install/bin/mcs.exe': No such file or directory make[2]: Leaving directory `/usr/local/mono/mono/runtime' Making all in scripts ............................................................................ ..... Don't forget to copy the class libraries to /usr/local/mono/install/lib Please, the libraries are in another place ? Thanks ! Daniel G __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
