warn on missing libraries

This commit is contained in:
Trammell Hudson 2016-08-06 17:14:07 -04:00
parent 80b82fdfc4
commit 785006d4a4
Failed to extract signature

View File

@ -17,6 +17,11 @@ for my $file (@ARGV)
my @libs = `ldd "$file"`;
for (@libs)
{
if (/ not found/)
{
warn "$file: $_";
next;
}
if (/ => ([^ ]+)/)
{
# Normal library