Subject: Re: Mozilla on m68k?
To: None <hauke@Espresso.Rhein-Neckar.DE>
From: Shin'ichiro TAYA <taya@m2g.org>
List: tech-pkg
Date: 04/05/2001 23:39:04
From: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
Subject: Re: Mozilla on m68k?
Date: Thu, 5 Apr 2001 00:49:23 +0200

> Would 02 Apr be recent enough?

Maybe yes.

If following lines in Makefile, it's latest one.

.if  ${MACHINE_ARCH} == "m68k"
DBG=
.else
CONFIGURE_ARGS+= --enable-optimize
.endif


> >Are you running -current, some kind of 1.5 or anything older?
> 
> Vanilla 1.5 with a 1.5.1ALPHA kernel.

You have to update userland also.

But you may encounter resource shortage while building or running
mozilla with default kernel.
While I was building mozilla with -g on mac68k, I encountered resource
shortage.
So I increased MAXTSIZ, MAXDSIZ, MAXSSIZ in
src/sys/arch/mac68k/include/vmparam.h and rebuild kernel.
I changed them to the values same as i386, then I could build mozilla.
I didn't investigate further, so I don't known the appropriate
value for them.
I didn't try with default kernel(because it takes 24hours to build
mozilla on my mac), so I don't known resource shortage will really
occur without -g option.

-taya