I am writing a program in C++ using Eclipse. I want to compile it as a library for Linux, somthing like a DLL in Windows. How I can do this? Do you know any tutorials on how libraries are created?
I just want to understand that is the analog of a DLL for Linux and how to create it. I will be thankful for a small example.