Date: Thu, 20 Jun 1996 08:02:16 +0200 (IST) From: Eli Zaretskii To: Jean Hector Cc: djgpp AT delorie DOT com Subject: Re: Problems with gcc 2-7-2 In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 18 Jun 1996, Jean Hector wrote: > 1 - the data size is more limited. The progam > > int tab[] > main() > { > } > does not compile, or more exactly link, for >= 4194304 Please post the details. The error messages that you see is the minimum that people will need to help you. Also, invoke go32-v2 with no arguments and post everything it prints. > 2 - another program crashes the system when using -O2 optimisation Please post the message(s) that you see at the moment of the crash. A minimal program that would reproduce the crash, or the code fragment in your program that seems to cause the crash, will also help to diagnose the problem and find the solution. Did you try reading the FAQ (v2/faq200b.zip from the same place you get DJGPP v2) and search it for similar problems?