Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!bellcore!faline!sabre!gamma!pyuxp!pyuxe!pwy From: pwy@pyuxe.UUCP (Peyton Yanchurak) Newsgroups: comp.sys.att Subject: Re: Switch table overflow in a 3B2/400 Message-ID: <503@pyuxe.UUCP> Date: Wed, 19-Aug-87 08:32:15 EDT Article-I.D.: pyuxe.503 Posted: Wed Aug 19 08:32:15 1987 Date-Received: Sat, 22-Aug-87 02:05:49 EDT References: <4704@jade.BERKELEY.EDU> Organization: Bell Communications Research Lines: 18 Summary: Try Version 4.1 of C compiler In article <4704@jade.BERKELEY.EDU>, resende@garnet.berkeley.edu (,,,,GM24) writes: > I am trying to install a program written in C (ctex) in our 3b2/400. > It won't compile one of the files (error: switch table overflow). > Other than patching the program, is there a way of fixing this problem? > We are running Sys V rel 3.0, with version 4.0 of the C compiler. Version 4.1 of the C compiler should fix this problem. It does dynamic memory allocation for its internal tables. Previous releases had staticaly allocated tables. The 4.1 C compiler was released in April, it came out with UNIX System V Release 3.1. , but the binaries are sold separatly(it is included with the source code distribution). The 4.1 C compiler also supports internationalization and new procedutes for handling timezones/daylight savings time. Peyton Yanchurak Bellcore pyuxe!pwy