This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Shared Libs


On Wed, 26 Jul 2000, Ednardo Lobo wrote:

> I need them in build ??
> Or are they need only in execution ??

You need shared libraries at both the build and execution
stage.  Code will not compile if there are "undefined symbols",
and there will be such if the code calls functions from a shared
library that is not present at build time.  

Allin Cottrell.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]