Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 22:03:50 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        Martin Blapp <mb@imp.ch>
Cc:        freebsd-stable@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: OpenOffice works now with system gcc 2.95.3
Message-ID:  <3D08FAA6.2BA3B3B8@herbelot.com>
References:  <20020613101445.D34000-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Blapp wrote:
> 
> Hi all,
> 
> After the last patchset has been comitted, OO builds now
> with the system gcc and works afterwards without crashing
> in the help system.
> 
> I've removed the dependency on ports gcc31. OpenOffice building
> on CURRENT with system GCC is still broken. You'll still
> need USE_GCC=3.1 there.
> 
> We need testers now, who test the OS-dependent functions
> if they work as they should. Please report any problems to me.
> 
[SNIP]
> - The build does exit with a ld: memory exhausted
> 
>   Add this to your kernel configuration till we have fixed the problem
>   with ld:
> 
>   options       MAXDSIZ="(1024*1024*1024)"
>   options       MAXSSIZ="(256*1024*1024)"

which should also be settable via loader-time kernel tunables :
(see /sys/kern/subr_param.c)
kern.maxdsiz="1073741824"
kern.maxssiz="268435456"

	TfH
> 
> Martin

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D08FAA6.2BA3B3B8>