[Mono-dev] can't compile on the mono-2-6 branch

Vincent Povirk madewokherd at gmail.com
Fri Jun 11 18:36:50 EDT 2010


Seems there's now a reference to COMPILE_SOFT_FLOAT in the mono-2-6
branch, but that macro is only defined in trunk.

I'm getting the following error when I try to build on mono-2-6:

Creating library file: .libs/libmono.dll.a
.libs/liveness.o: In function `visit_bb':
/home/meh/work/mono/build-cross-windows/mono/mini/../../../mono/mini/liveness.c:112:
undefined reference to `_COMPILE_SOFT_FLOAT'
/home/meh/work/mono/build-cross-windows/mono/mini/../../../mono/mini/liveness.c:93:
undefined reference to `_COMPILE_SOFT_FLOAT'
collect2: ld returned 1 exit status
make[4]: *** [libmono.la] Error 1
make[4]: Leaving directory `/home/meh/work/mono/build-cross-windows/mono/mini'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/meh/work/mono/build-cross-windows/mono/mini'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/meh/work/mono/build-cross-windows/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/meh/work/mono/build-cross-windows'
make: *** [all] Error 2


More information about the Mono-devel-list mailing list