On Mon, Mar 15, 2010 at 12:28 PM, Daniel Macks <[email protected]> wrote: > Two-level namespace *should* encapsulate things within each lib, but > if one lib passes a struct or database to another, there could be > problems. With the loss of .la data (due to deleting those files or > installing dpkg-base-files) there is less propagation of library > dependencies that are not actually used, so it's possible that (for > example) svn doesn't need db4* at all itself.
Actually, svn does use db4* directly, and in fact its configure explicitly checks that it's being built with the same version as used by libaprutil.0 or else the build fails. A bit of a PITA since they have to be kept in sync. Daniel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
