An interesting Kaffe execution profile
Godmar Back
kaffe@rufus.w3.org
Fri, 14 Aug 1998 11:19:13 -0600 (MDT)
>
> David Young writes:
> > are doing by observing Kaffe's debug output. It appears that
> > compiling Kaffe with DEBUG #defined causes a whole lot of
> > errors. Is there a patch that fixes this?
>
> The way Godmar told me to do this was by setting it on the
> make command line, eg:
>
> $ make EXTRA_CFLAGS=-DDEBUG
>
> This seems to work OK.
>
1.0b1 did not compile with -DDEBUG under linux, because of the
dprintf problem; I think that's what Dave was seeing. The current repos
has a hack that fixes this.
- Godmar