Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, Is there any concept of DLL in Linux? how to create a DLL in linux?...
  1. #1
    Just 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?

  2. #2
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...