Monday, 9 September 2013

Role of Library in linux

Role of Library in linux

/lib folder contains the list of shared library. I am not sure, whether
any other folder exist, which too contains library files. As we do
microcontroller programming, there will be only hex code generated after
compilation, but it does not contain any thing like library files folder.
Question:
1. Why does linux OS require library files?
2. Where are these library files used?
3. Has it also unshared library folder too (A.K.A static libraries)?
Regards
Learner

No comments:

Post a Comment