Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!osu-cis!tut!tut.cis.ohio-state.edu!mumble@karl From: mumble%karl@tut.cis.ohio-state.edu.UUCP Newsgroups: comp.windows.x Subject: Re: Help needed on SYSV Compiler Problem Message-ID: <1870@tut.cis.ohio-state.edu> Date: Wed, 18-Nov-87 11:16:19 EST Article-I.D.: tut.1870 Posted: Wed Nov 18 11:16:19 1987 Date-Received: Sat, 21-Nov-87 06:20:43 EST References: <8711171555.AA29388@ATHENA.MIT.EDU> Sender: news@tut.cis.ohio-state.edu Reply-To: karl@tut.cis.ohio-state.edu Lines: 15 In-reply-to: JOEH@BNR.BITNET's message of 17 Nov 87 15:40:00 GMT JOEH@BNR.BITNET writes: We are porting X V11 to a SysV lookalike. We actually have the SysV.1 and SysV.2 compilers, both of which fail with the same internal compiler error: "", line : compiler error: dimension table overflow ... Has anyone else encountered this or a similar problem? Yes, I've seen that, in a 3B15 SysV.2.1.1 system I used when at AT&T. It was necessary to rebuild the compiler with a bigger symbol table size. More recent releases of the compiler arrange to malloc() space as required, which is of course The Right Way to do it anyway. See if you can get a more recent release. -=- Karl