At 2002-03-12 09:48 -0800, Jeff Newmiller wrote: >On Tue, 12 Mar 2002, Mike Noyes wrote: >[...] > > Questions: > > How can I determine the lib used in package creation? Do we need > > separate trees for lib versions? > >untested ... but something like > > md ${package} > cd ${package} > gunzip ${packagelrppath} > ldd `ls bin/* sbin/* usr/bin usr/sbin usr/local/bin usr/local/sbin` \ > | grep -v ':$' | sort | uniq > cd .. > rm -R ${package} > >executed on a development system ought to give you a good handle on the >libraries in use by the binaries in a given package.
Jeff, Thanks for the information. I'll try it in the next couple of days, and let you know how it worked. -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel