At Sat, 10 Oct 2009 17:45:24 +0300,
Tuomo Keskitalo wrote:
> I got to this result by running the following commands with zsh in
> gsl-1.13 root directory, and by ogling the resulting
> gsl-dependencies.txt file.

I think one can get the complete call tree at the directory-level by
building the library (without inline functions) and using commands
like

  nm --defined-only integration/.libs/libgslintegration.a
  nm --undefined-only integration/.libs/libgslintegration.a

to extract the definitions and calls.

Reply via email to