[Mono-list] Problem compiling mcs-0.3.2 on linuxppc
Mathieu Leduc-Hamel
leduc-hamel.mathieu@courrier.uqam.ca
Sun, 29 Feb 2004 15:58:11 -0100
Mono compiling was ok, I installed the latest source anvailable, but
mcs compiling throws me an exception:
make[2]: Leaving directory
`/home/arrakis/Desktop/mcs-0.30.1/class/corlib'
make[2]: Entering directory
`/home/arrakis/Desktop/mcs-0.30.1/class/I18N'
make[3]: Entering directory
`/home/arrakis/Desktop/mcs-0.30.1/class/I18N/Common'
Creating ../../../build/deps/I18N.dll.makefrag ...
make[3]: Leaving directory
`/home/arrakis/Desktop/mcs-0.30.1/class/I18N/Common'
make[3]: Entering directory
`/home/arrakis/Desktop/mcs-0.30.1/class/I18N/Common'
touch ../../../build/deps/I18N.dll.stamp
MONO_PATH="../../../class/lib:$MONO_PATH"
mono ../../../mcs/mcs.exe /r:mscorlib.dll -d:NET_1_1 -d:ONLY_1_1
-g /noconfig /target:library /out:../../../class/lib/I18N.dll
@I18N.dll.sources
Unhandled Exception: System.ExecutionEngineException: SIGILL
Anybody know what can I do? What is the problem...