findsym(1)
| FINDSYM(1) | User Commands | FINDSYM(1) |
NAME
findsym - search through all system shared libraries for a specific symbol
SYNOPSIS
findsym [options] <symbol>...
DESCRIPTION
findsym - search through all system shared libraries for a specific symbol.
This program will attempt to search through all system shared libraries for a specific symbol. This is useful when trying to compile something and the compiler complains about an undefined reference similar to this:
/tmp/ccabcdef.o(.text+0x7): undefined reference to `foo'
Running `findsym' would try to locate the symbol foo and indicate what library you should be linking with.
OPTIONS
- -C, --demangle[=style]
- demangle symbol names;
- -V, --version
- print program version and exit;
- -h, --help
- show this text and exit.
AUTHOR
Written by Dave Olszewski. Rewritten by Sir Raorn and Dmitry V. Levin.
REPORTING BUGS
Report bugs to http://bugs.altlinux.ru/
COPYRIGHT
Copyright © 1999-2001 Dave Olszewski
Copyright © 2006 Sir Raorn <raorn@altlinux.ru>
Copyright © 2006 Dmitry V. Levin <ldv@altlinux.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
SEE ALSO
| March 2019 | findsym version 1.2 |
