[Mono-list] Compil mono svn trunk

B.R. severedcross at gmail.com
Thu Dec 17 11:35:54 EST 2009


On Thu, Dec 17, 2009 at 11:11 AM, Petit Eric <surfzoid at gmail.com> wrote:

> Hi
> I try to compil mono from svn trunk revision.
> If i use a basic configure :
> ./autogen.sh --prefix=/usr
> and make all is ok
> but if i use some extra arguments like that :
> ./autogen.sh --prefix=/usr --with-oprofile=/usr --with-monotouch=yes
> --with-moonlight=yes --with-profile4=yes --with-x=yes --with-jit=yes
> --with-large-heap=yes --with-interp=yes --with-malloc-mempools=yes
>
> <build log snipped>
>
> I use bad/incompatible arguments or there is a bug ?
>
> --
>  Cordially.
>
>  Small Eric Quotations of the days:
>
>  ---------------------------------------------------------------------------
>  I have no special talents. I am only passionately curious
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>

I think you've got a case of bad arguments. I'm guessing --with-jit and
--with-interp are pretty unlikely to work, as one builds Mono as an
interpreter (is this even supported anymore) and the other builds the JITter
we all know and love. --with-x should be automatically detected and
shouldn't need to be told to configure explicitly, and I'm not sure about
--with-malloc-mempools or --with-oprofile. I know what oprofile does, but
I've never tried to link Mono with it. As far as --with-profile4,
--with-moonlight and --with-monotouch, those should work fine--I've been
able to build with those before.

Regards,
B.R.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20091217/c729eee0/attachment.html 


More information about the Mono-list mailing list