Date: Sun, 1 Sep 1996 09:14:15 +0200 (IST) From: Eli Zaretskii To: stephen Cc: djgpp AT delorie DOT com Subject: Re: exception handling In-Reply-To: <199608292308.TAA09580@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 29 Aug 1996, stephen wrote: > Ive had similar problems with exception handleing... compiles fine but > when it links i get an invalid reference: terminate(void). Is this function > avalible? can i write this function myself? what exactly does this function > do? Please post the exact gcc command line you used and the exact text of the error message you got from the linker. The best way of doing this is to redirect the output of gcc to a file, like this: redir -o gcc.out -eo gcc .... (put the rest of gcc command line instead of the dots). Then post the contents of the file `gcc.out'.