Mail Archives: djgpp/1996/09/01/02:19:35
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'.
- Raw text -