Date: Sun, 2 May 1999 11:31:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Richards cc: djgpp AT delorie DOT com Subject: Re: RHIDE, RSXNTDJ and WinAlleg In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 30 Apr 1999, Paul Richards wrote: > Now when I try the same thing from RHIDE the program will compile and > link but when it's ran I get an RSXNT message saying "Exception at > 0x00000009, Application got signal SIGSEGV" I have no idea what this > means. This usually means that your program didn't link in some of the required libraries, and it is crashing at run time because it attempts to call a zero address. > Any idea how I fix it? I think section 3.6 of the DJGPP FAQ list explains how to fix this.