Find the answer to your Linux question:
Results 1 to 4 of 4
Hi everybody, Can anybody me abt "what is Dll " and how to implement the DLLs in linux. if possible , give a site with one example . Thanks in ...
  1. #1
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    107

    About DLL in linux

    Hi everybody,

    Can anybody me abt "what is Dll "

    and how to implement the DLLs in linux.


    if possible , give a site with one example .

    Thanks in Advance

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Is this a homework question?

  3. #3
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    107

    Dll Request

    Hello sir,

    I think my way of asking the question might you feel me bad .Iam new to linux thats why i need a assistance like you experienced people.

    Actually i don't know how to create the DLL and its purpose . In some Interviews , i got these question.

    Thanks & Regards
    Mallik

  4. #4
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    A .dll file is a dynamic link library

    Linux already has the same thing. Usually called "libraries"'
    and usually ending with .so (shared object)
    All modern operating systems use shared libraries
    to keep executable files from growing impossibly large.

Posting Permissions

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