
23 Jan
2007
23 Jan
'07
7:03 p.m.
Boris,
After more thinking about it, it occurred to me, that by default, ld (prelink) actually reports original, non-mangled, source-code names.
From cxx manpage:
-nodemangle Causes linker messages to contain mangled names. By default, names are mangled in both Tru64 UNIX and Linux Alpha.
So, the names in http://tinyurl.com/ysqbex should be original names and you, probably, don't need nm or demangle. The names do look strange: __CPR475__new_lexer__...lex_token<Z2Z>
What do you mean by 'original names'? Names in the original C++ program? Regards Hartmut