shared libraries, when to use them

Mike Elliot mike at unix.cis.pitt.edu
Mon Jun 17 12:08:56 AEST 1991


In article <17106 at darkstar.ucsc.edu> jik at cats.ucsc.edu (Jonathan I. Kamens) writes:
>In article <1991Jun11.163544.20234 at aio.jsc.nasa.gov>, shirley at washington.jsc.nasa.gov (Bill Shirley) writes:
>> I was wondering when it's appropriate to use shared libraries? (specifically in SunOS)

[response edited for brevity]

> There are three reasons you might have to link an application static...
> (1) The application is going to be installed on the workstation root...
> (2) Startup time is very, very important...(3) Security concerns...

 4.) If you need to support multiple versions of an OS and don't want
     to have to worry about what version of the shared libraries your
     users have.

-mje
------------

mike at unix.cis.pitt.edu
hplabs!hpnmdla!emperor!elliot



More information about the Comp.unix.programmer mailing list