From: Gwenole B. <gb...@di...> - 2002-01-17 09:05:02
|
On Thu, 17 Jan 2002, Hetz Ben Hamo wrote: > It's still doesn't help - so it's not the optimization part. Hmmm, looking at the Makefile you provided, you could not rebuild B2 since make would have issued an error for "$/bin/cat" that doesn't exist either. i.e. Replace "$/bin/cat" with "/bin/cat". ;-) Anyway, please try the following instead: $ apply the attached patch $ make distclean $ ./autogen.sh $ make You will get an unoptimized (x86-wide) core. > I don't know if I mention it - but that happends also with the > standard 0.9 version (not only with the JIT version)... yet same > error... Does it also fail in --enable-addressing=banks mode? > Other suggestions? Is it a stock RH-7.2 installation? Bye, Gwenole. |