[Mono-dev] help: how to compile mono for arm or some link todownload binary for ARM

Paolo Molaro lupus at ximian.com
Mon Sep 12 13:50:53 EDT 2005


On 09/12/05 Jose Pascual wrote:
> I have downloaded mono-1.1.9.tar.gz, decompressed and
> 
> I have tried with:
> 
> a) in a arm board with debian
> #> ./configure 
> result:
> configure: error: No JIT or interpreter support available or selected.

It looks like your host type is not recognized. What are the first few
lines when you run configure?
You may try and change, inside configure, the line:
        arm*-linux-*)
to
	arm*-linux*)
or
	arm*)

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list