(workaround for booting kernel test3 w/ gcc 2.96 below)

On Thu, 13 Jul 2000, Bernhard Rosenkraenzer wrote:

> On Wed, 12 Jul 2000, kenneth topp wrote:
> 
> >  1) no jdk works (tried 4 of them)
> 
> Which ones? gcc-java/libgcj seems to work.

hah, you got me.  Using closed source stuff:
  IBM 1.1.8
  Sun 1.3.0 (beta & beta-refresh)
  IBM 1.3.0 (final)
  Blackdown 1.2.2 w/ inprise jit.

All don't work.  I have a need for 1.3.0, so I don't think I can use
alternative java runtimes.

I'm just hoping for a heads up on this list when there is a workaround or
updates to make java run.

> >  3) cannot build latest modutils (version 2.3.12)
> 
> Can't reproduce it here, 2.3.12 is in the devel tree as of today and
> compiled without problems on anything but ia64 (which I fixed).
> 

Cool!  I'll wait till the redhat 2.3.12 modutils SRPM pops up before
mentioning this again.

> >  4) Never unmounts "/" cleanly
> 
> Doesn't happen here - are you getting any error messages/syslog entries?

Actually, the last reboot worked fine.  I'll mention it again only if I
can give more informative detail.


> >  5) Cannot boot 2.4.0-test3 (compiles fine enough)
> 
> Don't use gcc 2.96 to compile a kernel. It won't work.
> We're providing egcs just for that reason.
> 

I've found that adding this one line to Makefile:
CFLAGS += $(shell if $(CC) -fno-optimize-sibling-calls -S -o /dev/null -xc
  /dev/null >/dev/null 2>&1; then echo "-fno-optimize-sibling-calls"; fi)

let's me compile a bootable test3 (which I'm running now).

All this, because I had to get 4.0.1 running, and it was worth it ;)

Thanks,

Kenneth Topp




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to