[Mono-list] mono-build.sh question

Thomas Mis ThomasMis@ThomasMis.com
19 Jul 2002 17:20:52 -0400


When the mono-build.sh script exits, it reminds me to copy class
libraries with the following message:

All done.
Add /home/tmis/mono/install/bin to $PATH
Add /home/tmis/mono/install/lib to $LD_LIBRARY_PATH
Don't forget to copy the class libraries to /home/tmis/mono/install/lib

Furthermore, running mcs presents me with this message:

The assembly corlib.dll was not found or could not be loaded.
It should have been installed in the `/home/tmis/mono/install/lib'
directory.

However, when I browse the /home/tmis/mono/install/lib directory, I find
the following:

System.Data.dll     libglib-1.3.la            libgobject-1.3.so.13.0.0
System.Drawing.dll  libglib-1.3.so            libgthread-1.3.a
System.Web.dll      libglib-1.3.so.13         libgthread-1.3.la
System.Xml.dll      libglib-1.3.so.13.0.0     libgthread-1.3.so
System.dll          libgmodule-1.3.a          libgthread-1.3.so.13
corlib.dll          libgmodule-1.3.la         libgthread-1.3.so.13.0.0
glib-2.0            libgmodule-1.3.so         libmono.a
libgc.a             libgmodule-1.3.so.13      libmono.la
libgc.la            libgmodule-1.3.so.13.0.0  libmono.so
libgc.so            libgobject-1.3.a          libmono.so.0
libgc.so.1          libgobject-1.3.la         libmono.so.0.0.0
libgc.so.1.0.1      libgobject-1.3.so         pkgconfig
libglib-1.3.a       libgobject-1.3.so.13

I believe I set all the environment variables correctly by placing these
following lines into my .profile file in my /home/tmis directory and
restarting my session:

PATH=$PATH:/home/tmis/mono/install/bin
LD_LIBRARY_PATH=/home/tmis/mono/install/lib

Therefore, my question is this: What the hell am I doing wrong?!  And
how do I fix it so I can compile and run C# code in mono?

Thanks,
Tom