![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shared Libraries | wojtyla | Linux | 1 | 09-16-2005 12:14 AM |
| Static objects in libraries | maestro@altiris | High Level Programming | 0 | 11-16-2004 06:38 AM |
| Clarification about shared Libraries | ramkumar_gr | UNIX for Dummies Questions & Answers | 3 | 11-17-2003 07:59 AM |
| shared libraries | thalex | High Level Programming | 2 | 11-29-2001 09:32 AM |
| Shared libraries | Micky | High Level Programming | 0 | 11-12-2001 04:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
static and shared libraries
can someone explain whether my understanding is correct
lets suppose we have a program that uses library x. if x is static then the code of x will be part of our program, so if we're going to have 5 executables of our program, then each executable will have x as part of it. Also, x does not have to be stored anywhere on the filesystem as it will be part of all execujtables. if x is dynamic then the code of x will not be part of the program. Instead x will need to be placed somewhere on the system and the program x will look for x when it is run. Thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|