Symbol conflicts detection is possilbe
Brought to you by:
epronk,
rewvbeusekom
It's possible for Nmdepend to detect cross-library symbol conflicts.
For example, several translation units define a same C function.
Gcc is able to warn on cross-object symbol conflicts, but not able to do for cross-library symbol conflicts.
Symbol conflicts may cause trick problems in large-scale C/C++ projects.