diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl --- abicheck-1.2-orig/abicheck.pl 2003-08-26 21:57:51.000000000 +0200 +++ abicheck-1.2/abicheck.pl 2007-10-05 11:47:39.000000000 +0200 @@ -1588,7 +1588,7 @@ $filter_match = q/file=(.*); filtered by (.*)$/; # XXX not checked $unbound_match = - q/^\s*undefined symbol:\s+(\S+)(.*)/; + q/symbol (.*) not defined(.*)/; $dtneeded_match = q/^\s*(\S+)\s+=>\s+(not found|\S+)/; $file_match =