Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!think!ames!ucbcad!ucbvax!decvax!tektronix!tekgen!tekigm2!phils From: phils@tekigm2.TEK.COM (Philip E Staub) Newsgroups: comp.sys.amiga Subject: Re: Manx 3.4 bug and sc.c Message-ID: <1777@tekigm2.TEK.COM> Date: Mon, 18-May-87 17:03:42 EDT Article-I.D.: tekigm2.1777 Posted: Mon May 18 17:03:42 1987 Date-Received: Tue, 19-May-87 06:38:13 EDT References: <56@f.gp.cs.cmu.edu> Reply-To: phils@tekigm2.UUCP (Philip E Staub) Organization: Tektronix, Inc., Beaverton, OR. Lines: 43 In article <56@f.gp.cs.cmu.edu> mjw@f.gp.cs.cmu.edu (Michael Witbrock) writes: >I was using someone's Manx compiler to compile the fractal terraion >generator sc.c (which, incidentally just guru'd when I tried to run it..) >anyway, it has a line > >short Cell[COUNT][COUNT]; > >in it (a global). This compiles, but is an undefined symbol at link time. >Changing the line to > >static short Cell .... > >fixed this. I found another "fix" for this. What appears to be happening is that since COUNT is defined as (1<