This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: some general questions


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]