[Mono-dev] Mono on ARM

Massimiliano Mantione massi at ximian.com
Mon Sep 8 13:01:44 EDT 2008


On Mon, 2008-09-08 at 16:28 +0000, FirstName LastName wrote:
> I tried to disable the profiler but I still get the same compiler
> issue.  I doubled checked by looking into the config.log file
>  
> and it says that the profiler is disabled (actually, even when the
> configure script finishes).
>  
> Am I missing something?

Disabling the profiler does not build it inside the runtime (thanks to
"AC_DEFINE(DISABLE_PROFILER, 1, [Disable default profiler support])" in
configure.in).
Unfortunately, the external modules in the mono/profiler directory are
built anyway.

I am cooking a patch to fix it right now, adding an AC_CONDITIONAL and
using it in Makefile.am, just like JIT_SUPPORTED (which also can disable
all the external profilers).

Anyway, if you just temporarily remove "libmono-profiler-logging.la"
form Makefile.am in mono/profiler you should avoid the issue.

Thanks!
  Massi




More information about the Mono-devel-list mailing list