From owner-freebsd-stable Thu Jun 13 13: 4: 5 2002 Delivered-To: freebsd-stable@freebsd.org Received: from herbelot.dyndns.org (d013.dhcp212-198-27.noos.fr [212.198.27.13]) by hub.freebsd.org (Postfix) with ESMTP id 0DA2537B413; Thu, 13 Jun 2002 13:03:59 -0700 (PDT) Received: from herbelot.com (tulipe.herbelot.nom [192.168.1.5]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id WAA32476; Thu, 13 Jun 2002 22:03:50 +0200 (CEST) (envelope-from thierry@herbelot.com) Message-ID: <3D08FAA6.2BA3B3B8@herbelot.com> Date: Thu, 13 Jun 2002 22:03:50 +0200 From: Thierry Herbelot X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Martin Blapp Cc: freebsd-stable@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: OpenOffice works now with system gcc 2.95.3 References: <20020613101445.D34000-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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-stable" in the body of the message