Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to create a library file for a C code that i have written. And what is the difference between static library and shared objects libraries.
Posted

This is a very nice recipe for creating both kinds of them: "Creating a shared and static library with the gnu compiler"[^].
Just Googling you may find many pages explaining the differences between static and dynamic libraries. Here's one example: "What are the differences between static and dynamic (shared) library linking?"[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900