[BRLTTY] Building a static linked version of BRLTTY

Jason White jason at jasonjgw.net
Fri Feb 11 18:05:04 EST 2011


Sebastian Humenda <shumenda at gmx.de> wrote:
 
> But anyway, I want to be able to provide useful core-dumps when an
> error occurs. Therefore I was told that I need a statically linked
> BRLTTY. 

Why does it need to be statically linked? Surely having the debug symbols
should be enough to let you run gdb with meaningful results, and this can be
done with shared libraries.

If your distribution doesn't provide debug symbols for BRLTTY, you can build
it with them.

I can't remember the right way to do it.
CC="gcc -g" make
is one method that may work.



More information about the BRLTTY mailing list