Xref: utzoo comp.lang.c:21489 rec.games.hack:5091 comp.sources.games.bugs:1207 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!microsoft!markro From: markro@microsoft.UUCP (Mark Roberts) Newsgroups: comp.lang.c,rec.games.hack,comp.sources.games.bugs Subject: Re: MSC 5.0 CONST Segment > 64k. Is it possible? Keywords: MSC, Nethack, CONST Message-ID: <7617@microsoft.UUCP> Date: 6 Sep 89 01:07:13 GMT References: <14386@cfctech.UUCP> Reply-To: markro@microsoft.UUCP (Mark Roberts) Distribution: all Organization: Microsoft Corp., Redmond WA Lines: 7 In article <14386@cfctech.UUCP> norm@cfctech.UUCP (Norm Meluch) writes: >}* SHK.OBJ(shk.c) : fatal error L1070: CONST : segment size exceeds 64K This is a known problem with C5.0; it ignores the data threshold (-Gt28) for items in the CONST segment. The problem is corrected in version C5.1.