Mail Archives: djgpp/1997/11/18/04:01:05
On Mon, 17 Nov 1997 21:24:35 -0700 in comp.os.msdos.djgpp Dave Gileadi
<cgileadi AT itsnet DOT com> wrote:
: Just appologizing for the misspell--Yes, it was simply not looking well
: enough at the error message. But I still need help with the problem
: that caused the error ;)
You need to give more information -- not everybody here is psychic!
Specifically, compile with the -g option to gcc and
run `symify' on the traceback given, like so:
symify -o error.txt myprog.exe
Now the file error.txt will give you more information about what went
wrong; it will tell you which functions were being executed at the
time of the error. This may help you solve the problem.
If not, try turning off parts of your code bit by bit until either the
error has gone away or you have a very short piece of code which you
can post here, along with the output of symify on the error message
generated. Armed with this information, people will be able to help
you further.
--
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -