waf: a better way to detect duplicated symbols
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Apr 2011 03:35:49 +0000 (13:35 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 6 Apr 2011 04:44:14 +0000 (06:44 +0200)
commit59b588a16c7be9ccfe42703e7d4b161fa513da76
tree71406cf37aa61e5b16854ccf47e9bdcd861c17a8
parent0846b3c8a28fa1baa4215694d098a32c83d59d6f
waf: a better way to detect duplicated symbols

this detects when we have the same symbol linked in twice in any
binary by using ldd and nm on the binary and its associated libraries.

Some of these duplicates are caused by a subsystem being linked twice,
and some are caused by two versions of the same function name being
linked into a binary

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Apr  6 06:44:14 CEST 2011 on sn-devel-104
buildtools/wafsamba/symbols.py