[Mono-list] Compiling mcs

Dick Porter dick@ximian.com
09 Apr 2002 13:44:30 +0100


On Tue, 2002-04-09 at 09:13, Peter Crabb wrote:
> 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

You need the corlib.dll from the mcs dir (or the snapshots that match
the runtime).  I bet the copy in /home/pete/c-sharp/src/install/lib has
0 length.

Secondly, mcs wont build a working nant yet.  I'm working on that
though.

- Dick