Path: utzoo!attcan!uunet!super!udel!gatech!hubcap!rchampe From: rchampe@hubcap.UUCP (Richard Champeaux) Newsgroups: comp.sys.amiga.tech Subject: problem with Aztec's Large Data option (Help!) Message-ID: <3521@hubcap.UUCP> Date: 11 Nov 88 22:47:40 GMT Organization: Clemson University, Clemson, SC Lines: 22 I'm having a problem with the Large Data option of Aztec's C. I've written a program that has a couple of large arrays in it and this is what prints out when I run make: cc +D ca.c Aztec C68K 3.6a 12-18-87 (C) 1982-1987 by Manx Software Systems, Inc. Aztec 68000 Assembler 3.6a 12-18-87 ln ca.o -lc Aztec C68K Linker 3.6a 12-18-87 Base: 000000 Code: 001ff0 Data: 0002bc Udata: 023730 Total: 0259dc Total data size > 64K! Too large for small data model. exit code 10 I also tried using the "+C" option along with the "+D" but it didn't make a difference. It plainly states in the manual that "+D" makes it use the large data model, so why doesn't it? What am I doing wrong? Thanks, Rich Champeaux Clemson University