HELP!!!

Phil Hughes fyl at ssc.UUCP
Fri Jul 22 10:07:18 AEST 1988


In article <5029 at ozdaltx.UUCP>, root at ozdaltx.UUCP (root) writes:
: I'm running SCO XENIX 2.2.1 and am trying to compile a
: program that contains the following code:
: main()
: {
: unsigned char p[720][72];
: ;
: }
: I keep getting the following error message
	 test.c
	 test.c(2) : error 126: auto allocation exceeds 32K

: What do I need to do to get this to compile???

Move the unsigned ... outside of main.  In other words, make it
a static instead of an automatic.

-- 
Phil    uunet!pilchuck!ssc!fyl 



More information about the Comp.unix.xenix mailing list