Can Shared Libraries Be Scripts

On that page: "http://linux.die.net/HOWTO/Program-Library-HOWTO/miscellaneous.html#SHARED-SCRIPTS" I learned that shared libraries can be also txt script files, can somebody explain me this better or post a link to the article that explains that better, because I am interested but I could not find anything.
Why do you need this? I don't think you can use this as a scripting language, if that's what you're thinking.
Basically I thought that if I make a function in bash can I invoke it from c?
No, that's not what this is for. This scripting language is meant to control the behavior of the GNU linker, not to perform actual computations.

You can execute whole scripts using system() and such, but that's about it.
Topic archived. No new replies allowed.