what is the difference between static linking & dynamic linking,
what are the advantages of each?
How to perform static linking & Dynamic linking
by using gcc -o liniking will be done , but how can we control the type of linking
Hi any one please help me to clarify my doubt
regards
srikar
hi srikar,
when u do Dynamic linking there are advantage..
static linking means there shold be a dependence..
dynamic linking has advantage than static..ex: if ur running multiple application all the application are using some comman src files..if u modified any of src files thoselibs are dynamically linked then u no need to compile ur application every time..those changes it will dynamically linked...u can't do linking with gcc -o...
Thanks,
Suresh