I don't think you can say that it is always "better" to use a system or a distributed library. We're finding that (for stability's sake) we want very particular versions of libraries, and are linking as near as we can to statically to them - it ensures our app is insulated from abitrary userland changes.
On Thu, Dec 2, 2010 at 4:25 PM, Martin Zibricky <[email protected]> wrote: > Daniel Hyams píše v Čt 02. 12. 2010 v 10:56 -0500: > > > > But, I'm finding that, if the same library exists on the system on > > which you are running, it is much better to use the system lib than > > the distributed one. So would it be possible to link to the > > system-wide lib (might be /usr/lib/libpango.so.2) in this case instead > > of your own libpango.so.2? > > Do you thing it could be possible programmaticaly detect if the system > lib is better than the distributed one? > > There is also another threat: system libraries may not be compiled with > all the features you depend on. > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pyinstaller%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- ------------------------------------------------------ Tim Diggins http://red56.co.uk http://tim.teamportfolios.com/ [email protected] 07515 931 642 / +447515931642 -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
