04-12-05 11:02 PM
"John Smith" <john.smith@x-formation.com> writes:
> But what exactly does it mean when the symbols are local?
It means they are not considered by the linker at all when your
object is linked with anything else. Their only remaining reason
for existance is to assist you in debugging.
> However I tried to strip the symbolnames
> and when doing so the linked program will crash.
Well, either 'strip' is broken, or there is another reason for
these symbols. You aren't throw()ing exceptions in your code,
are you?
> Any comments are welcome here.
Posting the crash stack trace, or (even better) making a simple
test case demonstrating the problem with stripped object, may add
substance to this discussion.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
[ Post a follow-up to this message ]
|