GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  Unix Programming

 Print  |  
Question:  Why do we need a dynamic library for? How is it different from a static library



November 11, 2007 18:26:29 #1
 Zahid K   Member Since: Visitor    Total Comments: N/A 

RE: Why do we need a dynamic library for? How is it di...
 


 Static lib becomes the part of code which is linked with static library,whereas when you link your code with dynamic library ,that always need the run time linking with that complied code(or execuatble).

We need dynamic library for some BSD licencing reason,you can explore the details of open source licencing on net.
     

 

Back To Question