3246251196 / adtools_testing

1 stars 1 forks source link

Is READELF enough to pull in all necessary SO files #3

Open 3246251196 opened 1 year ago

3246251196 commented 1 year ago

READELF is not recursive in that it only lists direct NEEDED dependencies. Consider LDD instead?

So far, for all the tests, this has not caused a problem.

3246251196 commented 1 year ago

https://github.com/3246251196/adtools_testing/blob/630f87bd5108a37323bcc66d2d26d41a2e4092f9/tests/common.mak#L64

Location of gathering the necessary SO files.