[Mono-list] Building notes for Mono 0.10.
Michael Vanier
mvanier@cs.caltech.edu
Thu, 28 Mar 2002 15:38:26 -0800
Hi everyone,
When I try to compile mono-0.10 on my Debian Linux box, I get this:
Making all in jit
../monoburg/monoburg ./x86.brg -d codegen.h > codegen-x86.c
/bin/sh: ../monoburg/monoburg: No such file or directory
make[3]: *** [codegen.h] Error 127
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
So I cd'd into mono/monoburg and did "make monoburg" and that worked.
Mike