Mail Archives: djgpp-workers/2000/08/28/13:35:17
> From: Jason Green <mail AT jgreen4 DOT fsnet DOT co DOT uk>
> Date: Mon, 28 Aug 2000 17:52:50 +0100
>
> Can someone please tell me how do I build Symify (only) using the
> supplied makefiles.
No makefiles required:
gcc -Wall -O2 -g -o symify symify.c -ldbg
or, since you probably changed syms.c:
gcc -Wall -O2 -g -o symify symify.c syms.c -ldbg
> Also, if anyone has example sources to deliberately generate crash
> tracebacks I would be pleased to see it.
This is impractical: I only see this once in a while with Emacs, which
is a 60MB source distribution. (Now, with the patched syms.c, I don't
see the crashes anymore ;-) When I did see that, copying the same
binary to another machine would usually prevent the crashes from
happening, since, as I now understand, random memory contents was
involved.
- Raw text -