Results 1 to 2 of 2
Hi All,
Is there any concept of DLL in Linux? how to create a DLL in linux?...
- 03-16-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- Bangalore
- Posts
- 2
Is there any concepst of DLL in Linux?
Hi All,
Is there any concept of DLL in Linux? how to create a DLL in linux?
- 03-16-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
They are present in Linux but don't use the dll extension. You will generally find them in any of the libs directories such as /lib, /usr/lib etc. They often have the extension .so.
This link might help you get started.


Reply With Quote