Hello everyone,
Could anyone show me how to use strip under Linux, for example, strip -s. I have read the Linux man manual of strip, but more confused after reading it.
I am also wondering in what situations do you use it?
thanks in advance,
George
This is a discussion on about strip within the Tech Board forums, part of the Community Boards category; Hello everyone, Could anyone show me how to use strip under Linux, for example, strip -s. I have read the ...
Hello everyone,
Could anyone show me how to use strip under Linux, for example, strip -s. I have read the Linux man manual of strip, but more confused after reading it.
I am also wondering in what situations do you use it?
thanks in advance,
George
We're not your manual pages.
Also, quit posting posts like this on the C board.
The symbol table is used by the debugger.
Removing it makes the file both smaller and much harder to debug.
There's not much else to say.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Thank you Salem,
I think for debug mode application, we should not remove the symbol table, right?Originally Posted by Salem
regards,
George
Well you could try debugging a stripped application just so you know...
Besides, there isn't really a lot of need with todays really cheap disks and plentiful memory. It's only when you're doing something odd like trying to get Linux onto a floppy where every byte counts.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.