On Thu, Dec 17, 2009 at 11:11 AM, Petit Eric <[email protected]> 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 - [email protected] > 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.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
