Solaris linker verbosity options (ld -D tokens)
Posted
by Nikola Gedelovski
on Stack Overflow
See other posts from Stack Overflow
or by Nikola Gedelovski
Published on 2010-05-11T08:04:24Z
Indexed on
2010/05/12
6:54 UTC
Read the original article
Hit count: 258
When linking with ld
(SunOS 5.10, Sun Studio 12), what is the list of possible tokens that are accepted by ld -D
?
Neither man ld
nor ld --help
reveals the proper list. Namely, I need full information on the missing symbols (not just the demangled name of a C++ function).
© Stack Overflow or respective owner