> > I have made a dynamic library, but I'd only like a certain 4
> functions to be
> > fetched with dlsym() and everything else to remain private.
> Use a linker script to control symbol visibility. "info ld" topic
> "Scripts",
> "VERSION" command.
Meta-question: when I type "info ld" on my system (Debian 3.0) I get
basically the same text as the man page, no nodes/topics/navigability
and in particular no data on version scripts. It even says
Info: (*manpages*)ld, 1603 lines
in the bottom line. Am I missing something or is there an additional
package to install or what?
DD