Hi mallik,
Yes, it is possible. You can create either a static library which is a .a file or a dynamic library which is a .so file. You can refer to some books on linux programming and study how to create static library and dynamic library, and makefile as well.
Hope that helps.
Regards
Benjamin
|