[kaffe] Kaffe & -fomit-frame-pointer
Gwenole Beauchesne
gbeauchesne@mandrakesoft.com
Thu, 15 Aug 2002 20:34:51 +0200
Hi,
Update: the problem is genuine on some architectures (e.g. it has to be
explicitly disabled on m68k and mips it seems), but
> Just tried on ix86 & explicit -fomit-frame-pointer, and it failed. :-(
This problem was due to the following. Say, CLASSPATH variable is
already set but does not contain ".". BUILD_ENVIRONMENT sourced won't
add it since CLASSPATH is already set but will fail to find the class in
current directory.
On ix86, -fomit-frame-pointer simply makes DoubleCvt, DoubleConst,
DoublePrint to fail.
Bye,
Genole.