Subject: A fix (Re: compiler error building OpenOffice)
To: Steve Bellovin <smb@research.att.com>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-pkg
Date: 01/24/2003 00:37:01
On Thu, Jan 23, 2003 at 11:11:18AM -0500, Steve Bellovin wrote:
> I'm trying to build OpenOffice on 1.6M. I'm getting the following
> message, which is reproducible (and hence presumably not a memory
> error of the sort that gcc is good at finding...).
>
> Making: ../../unxbsdi.pro/slo/txtimp.obj
[internal compiler error snipped]
I found that adding -O0 to the CDEFS= line in the makefile.mk in the
directory this is built from allowed me to build this file and let my
OpenOffice build finish. Just FYI; there's probably a cleaner solution.
Thor