LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to construct a library file like DLL in windows. (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-construct-a-library-file-like-dll-in-windows-562170/)

SameerLx 06-16-2007 12:34 AM

How to construct a library file like DLL in windows.
 
Hello Everybody,

My self a newbie in Linux world...
I am trying to develop a dynamic\ static library(like DLL in windows) in Linux.
Please suggest from where I should start, what are the tools available.

Regards,
Sameer.

SciYro 06-16-2007 01:10 AM

You just need a normal compiler, and linker. .so and .a are used for dynamic and static library extensions. If you want to see how its done, you can take a look at how other libraries compile themselfs, the sources are all free to look at. The tools are just the standard programing, building, and debugging tools used to create normal programs, the only real difference is in the compiler settings.


All times are GMT -5. The time now is 10:49 AM.