[Mono-list] Compiling mcs

Peter Crabb peter_crabb@ntlworld.com
Tue, 9 Apr 2002 09:13:03 +0100


mono-list,

I am running a Linux X86 system and am have a few challenges compiling mcs.
Any Suggestions would be greatly appreicated.  :0)

I have altered the make files to use the mcs binary instead 
of the csc.exe.  I get the following error:

make[1]: Entering directory `/home/pete/c-sharp/src/mcs/jay'
make[1]: Nothing to be done for `linux'.
make[1]: Leaving directory `/home/pete/c-sharp/src/mcs/jay'
make[1]: Entering directory `/home/pete/c-sharp/src/mcs/nant'
mcs /out:NAnt.exe /recurse:*.cs
The assembly corlib.dll was not found or could not be loaded.
It should have been installed in the `/home/pete/c-sharp/src/install/lib'
directory.
make[1]: *** [NAnt.exe] Error 1
make[1]: Leaving directory `/home/pete/c-sharp/src/mcs/nant'
make: *** [linux] Error 1

I do have the required library that is described in the error message:

> ls /home/pete/c-sharp/src/install/lib
corlib.dll 
libgmodule-1.3.la* 
libgthread-1.3.so.13.0.0*
...(ect)

I also have the library bash variable set to as follows:

>$LD_LIBRARY_PATH
bash: /home/pete/c-sharp/src/install/lib: is a directory

Thanks
Pete  :0)