|
From: Eli Z. <el...@gn...> - 2016-10-04 10:01:11
|
> From: "Jannick" <thi...@gm...> > Date: Tue, 4 Oct 2016 11:15:43 +0200 > > BTW: Is there an easy standard *one-step* approach to determine the complete > dependency graph of (non-Windows) libraries to be linked with given the > 'root libraries' which are linked in the first place? In the example > above/below that would mean that the libraries 'libiberty.a', 'libintl.a', > 'libiconv.a' and 'libz.a' are spit out somehow given the root library > 'libbfd.a'. Get the dependency walker: http://www.dependencywalker.com/ |