need help with Turbo C 2.0

Kumar Neelakantan kumar at sono.UUCP
Sat Apr 7 04:40:13 AEST 1990


I am trying to compile a public domain chess program called
gnuchess using turbo C on my PCXT with 640K. 
Turbo C is unable to allocate space for the following struct
struct sqdata {
short xxx ;
short xxx ;
}
static struct sqdata posdata[8][64][64];
Turbo C complains that the struct or array is too large.
I used the huge memory option while trying to compile.
tcc -mh -DMSDOS.
Is there a fix in turbo C for this.
TIA
kumar
-- 
-------------------------------------------------------------------------------
kumar neelakantan 			     uucp: ...!sun!sono!kumar			              			    internet: kumar%sono.uucp at sun.com    Acuson Computed Sonography, Mt.View CA	   voice:(408)732-8143 home                                                             (415)969-9112 work         
					



More information about the Comp.lang.c mailing list