On Mon, 13 Mar 2000, Ben Cazzolato wrote:
> Allan
>
> Here's the additional stuff as requested. Hope I got it
> right. I have absolutely no idea what I'm doing..................
You did very well except for one small but critical detail.
A binary with debugging information compiled in is needed to be able
to generate the "info locals" and line numbers etc.
That's what the following message is warning about:
> (gdb) info locals
> No symbol table info available.
You need to either recompile lyx using
./configure --with-debug
or get Kayvan's lyxgdb rpm.
Sorry to keep you running around in circles. I should have noticed you
had a stripped binary from your earlier emails.
Allan. (ARRae)