On 12/15/05, Jeremy Huntwork <[EMAIL PROTECTED]> wrote:
> Anyone have a better suggestion and/or one that will help determine
> library or run-time dependencies?

For executable, I prefer strace.

For libraries, I move all static libraries into /opt/static-libs/$pkg
for each package. If a package errors out on a static library check, I
add the corresponding dir to the LDFLAGS and note the dependency. For
shared libs I use readelf.

--
Tushar Teredesai
   mailto:[EMAIL PROTECTED]
   http://www.linuxfromscratch.org/~tushar/
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to