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 [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message